Constructor
| Parameters: |
|
|---|
Returns the array of arrays of ZendLdapLdap options of this adapter.
| Return type: | array|null |
|---|
Sets the array of arrays of ZendLdapLdap options to be used by this adapter.
| Parameters: | array – The array of arrays of ZendLdapLdap options |
|---|---|
| Return type: | Ldap Provides a fluent interface |
Returns the username of the account being authenticated, or NULL if none is set.
| Return type: | string|null |
|---|
Sets the username for binding
| Parameters: | string – The username for binding |
|---|---|
| Return type: | Ldap Provides a fluent interface |
Returns the password of the account being authenticated, or NULL if none is set.
| Return type: | string|null |
|---|
Sets the password for the account
| Parameters: | string – The password of the account being authenticated |
|---|---|
| Return type: | Ldap Provides a fluent interface |
Returns the LDAP Object
| Return type: | ZendLdapLdap The ZendLdapLdap object used to authenticate the credentials |
|---|
Set an Ldap connection
| Parameters: | ZendLdapLdap – An existing Ldap object |
|---|---|
| Return type: | Ldap Provides a fluent interface |
Returns a domain name for the current LDAP options. This is used for skipping redundant operations (e.g. authentications).
| Return type: | string |
|---|
Authenticate the user
| Return type: | AuthenticationResult |
|---|---|
| Throws : | ExceptionExceptionInterface |
Sets the LDAP specific options on the ZendLdapLdap instance
| Parameters: |
|
|---|---|
| Return type: | array of auth-adapter specific options |
Checks the group membership of the bound user
| Parameters: |
|
|---|---|
| Return type: | string|true |