Method: IControl::LocalLB::ProfileAuth#set_authentication_method
- Defined in:
- lib/icontrol/local_lb/profile_auth.rb
#set_authentication_method(opts) ⇒ Object
Sets the authentication methods that this profile will be using.
194 195 196 197 |
# File 'lib/icontrol/local_lb/profile_auth.rb', line 194 def set_authentication_method(opts) opts = check_params(opts,[:auth_methods]) super(opts) end |