Infoblox::Grid::Admin::LocalUserAuthService - Local User Authentication Service object


NAME

Infoblox::Grid::Admin::LocalUserAuthService - Local User Authentication Service object


DESCRIPTION

This object represents a local authentication service for authenticating users against the local database. All methods are read-only.


MODULE METHODS

The following functions can be applied to an Infoblox::Grid::Admin::LocalUserAuthService object.

Infoblox::Grid::Admin::AuthPolicy->auth_services( )

Use this function to set or retrieve a reference to an array of authentication services.

Example
 #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]);


SESSION METHODS

This section describes all the methods in the Infoblox::Session module that you can apply to a Local User Authentication Service object.

Infoblox::Session->get( )

Use this method to retrieve the local user authentication service from the Infoblox appliance. See Infoblox::Session->get() for parameters and return values.

Key Reference

No parameters are required.

Example
 my $local_user_auth_service = $session->get(
     object => "Infoblox::Grid::Admin::LocalUserAuthService",
     );


METHODS

This section describes all the methods that you can use to retrieve the attribute values of a local user authentication service.

comment( )

Use this method to retrieve the descriptive comment.

Returns

The method returns the attribute value.

Example
 #Get comment
 my $comment = $local_user_auth_service->comment();

disabled( )

Use this method to retrieve the disabled flag for the local user authentication service.

Returns

The method returns the attribute value.

Example
 #Get disabled
 my $disabled = $local_user_auth_service->disabled();

name( )

Use this method to retrieve the name of the local user authentication service.

Returns

The method returns the attribute value.

Example
 #Get name
 my $name = $local_user_auth_service->name();


AUTHOR

Infoblox Inc. http://www.infoblox.com/


SEE ALSO

Infoblox::Grid::Admin::AuthPolicy/>, Infoblox::Session->get()


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.