Infoblox::Grid::Admin::LocalUserAuthService - Local User Authentication Service object
This object represents a local authentication service for authenticating users against the local database. All methods are read-only.
The following functions can be applied to an Infoblox::Grid::Admin::LocalUserAuthService object.
Use this function to set or retrieve a reference to an array of authentication services.
#Retrieve the local user authentication service my $local = $session->get(object => "Infoblox::Grid::Admin::LocalUserAuthService");
#Set it as the authentication policy $auth_policy->auth_services([$local]);
This section describes all the methods in the Infoblox::Session module that you can apply to a Local User Authentication Service object.
Use this method to retrieve the local user authentication service from the Infoblox appliance. See Infoblox::Session->get() for parameters and return values.
No parameters are required.
my $local_user_auth_service = $session->get( object => "Infoblox::Grid::Admin::LocalUserAuthService", );
This section describes all the methods that you can use to retrieve the attribute values of a local user authentication service.
Use this method to retrieve the descriptive comment.
The method returns the attribute value.
#Get comment my $comment = $local_user_auth_service->comment();
Use this method to retrieve the disabled flag for the local user authentication service.
The method returns the attribute value.
#Get disabled my $disabled = $local_user_auth_service->disabled();
Use this method to retrieve the name of the local user authentication service.
The method returns the attribute value.
#Get name my $name = $local_user_auth_service->name();
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid::Admin::AuthPolicy/>, Infoblox::Session->get()
Copyright (c) 2017 Infoblox Inc.