Method: IControl::LocalLB::ProfileAuth#authentication_method

Defined in:
lib/icontrol/local_lb/profile_auth.rb

#authentication_methodProfileAuthenticationMethod

Gets the authentication methods that this profile will be using.

Returns:

Raises:

  • (IControl::IControl::Common::AccessDenied)

    raised if the client credentials are not valid.

  • (IControl::IControl::Common::InvalidArgument)

    raised if one of the arguments is invalid.

  • (IControl::IControl::Common::OperationFailed)

    raised if an operation error occurs.



63
64
65
# File 'lib/icontrol/local_lb/profile_auth.rb', line 63

def authentication_method
  super
end