You are here

class ldap_attribute_password in Lightweight Directory Access Protocol (LDAP) 6

LDAP attribute_password Class

This class provides additional functions, variables, and consideration for password attributes.

Hierarchy

Expanded class hierarchy of ldap_attribute_password

File

includes/ldap.attribute.password.inc, line 14
Defines the attribute_password class and related functions.

View source
class ldap_attribute_password extends ldap_attribute {

}

Members

Namesort descending Modifiers Type Description Overrides
ldap_attribute::$entry protected property
ldap_attribute::$internal protected property
ldap_attribute::$max_value_count protected property
ldap_attribute::$min_value_count protected property
ldap_attribute::$modified protected property
ldap_attribute::$name private property
ldap_attribute::$readonly protected property
ldap_attribute::$value private property
ldap_attribute::$visable protected property
ldap_attribute::add function Add Method
ldap_attribute::delete function Delete Method
ldap_attribute::error_handler function Error Handling Method
ldap_attribute::modify function Modify Method
ldap_attribute::__construct function Constructor Method
ldap_attribute::__destruct function Destructor Method
ldap_attribute::__invoke function Invoke Method