Infoblox::LDAP::EA_Mapping - An LDAP Extensible Attribute Mapping object.
Mapping of LDAP field to Extensible Attribute.
my $ea_mapping = Infoblox::LDAP::EA_Mapping->new( attr_name => $string, ext_attr_def => $attr_def, # An Infoblox::Grid::ExtensibleAttributeDef object );
The LDAP Extensible Attribute Mapping object does not support any session methods.
This section describes all the methods that you can use to configure and retrieve the attribute values of an LDAP Extensible Attribute Mapping object.
Use this method to set or retrieve the name of an LDAP attribute.
The name of an LDAP attribute in string format.
If you specified a parameter, the method returns true when the modification succeeds, and returns false when the operation fails.
If you did not specify a parameter, the method returns the attribute value.
#Get attribute value my $value = $ea_mapping->attr_name(); #Modify attribute value $ea_mapping->attr_name('homephone');
Use this method to set or retrieve the definition of an extensible attribute.
An Infoblox::Grid::ExtensibleAttributeDef object.
If you specified a parameter, the method returns true when the modification succeeds, and returns false when the operation fails.
If you did not specify a parameter, the method returns the attribute value.
#Get attribute value my $value = $ea_mapping->ext_attr_def(); #Modify attribute value $ea_mapping->ext_attr_def($attr_def);
Infoblox Inc. http://www.infoblox.com/
Infoblox::LDAP::AuthService, Infoblox::Grid::ExtensibleAttributeDef
Copyright (c) 2017 Infoblox Inc.