__construct()
authenticate()
getAccountObject()
getCredential()
getIdentity()
getLdap()
getOptions()
getPassword()
getUsername()
setCredential()
setIdentity()
setLdap()
setOptions()
setPassword()
setUsername()
checkGroupMembership()
getAuthorityName()
prepareOptions()
optionsToString()
$authenticatedDn
$credential
$identity
$ldap
$options
__construct(array $options, string $identity, string $credential)
array
An array of arrays of Zend\Ldap\Ldap options
string
The username of the account being authenticated
string
The password of the account being authenticated
authenticate() : \Zend\Authentication\Result
getAccountObject(array $returnAttribs, array $omitAttribs) : \stdClass | bool
This resembles the feature {@see Zend\Authentication\Adapter\DbTable::getResultRowObject()}. Closes ZF-6813
array
array
\stdClass
bool
getCredential() : mixed
inherited_from | \Zend\Authentication\Adapter\AbstractAdapter::getCredential() |
---|
mixed
getIdentity() : mixed
inherited_from | \Zend\Authentication\Adapter\AbstractAdapter::getIdentity() |
---|
mixed
getLdap() : \Zend\Ldap\Ldap
\Zend\Ldap\Ldap
The Zend\Ldap\Ldap object used to authenticate the credentialsgetOptions() : array | null
array
null
getPassword() : string | null
string
null
getUsername() : string | null
string
null
setCredential(mixed $credential) : \Zend\Authentication\Adapter\AbstractAdapter
inherited_from | \Zend\Authentication\Adapter\AbstractAdapter::setCredential() |
---|
mixed
setIdentity(mixed $identity) : \Zend\Authentication\Adapter\AbstractAdapter
inherited_from | \Zend\Authentication\Adapter\AbstractAdapter::setIdentity() |
---|
mixed
setLdap(\Zend\Ldap\Ldap $ldap) : \Zend\Authentication\Adapter\Ldap
setOptions(array $options) : \Zend\Authentication\Adapter\Ldap
array
The array of arrays of Zend\Ldap\Ldap options
\Zend\Authentication\Adapter\Ldap
Provides a fluent interfacesetPassword(string $password) : \Zend\Authentication\Adapter\Ldap
string
The password of the account being authenticated
\Zend\Authentication\Adapter\Ldap
Provides a fluent interfacesetUsername(string $username) : \Zend\Authentication\Adapter\Ldap
string
The username for binding
\Zend\Authentication\Adapter\Ldap
Provides a fluent interfacecheckGroupMembership(\Zend\Ldap\Ldap $ldap, string $canonicalName, string $dn, array $adapterOptions) : string | true
\Zend\Ldap\Ldap
string
string
array
string
true
getAuthorityName() : string
This is used for skipping redundant operations (e.g. authentications).
string
prepareOptions(\Zend\Ldap\Ldap $ldap, array $options) : array
$authenticatedDn : string
Used to retrieve the account entry on request.
$credential : mixed
inherited_from | \Zend\Authentication\Adapter\AbstractAdapter::$$credential |
---|
$identity : mixed
inherited_from | \Zend\Authentication\Adapter\AbstractAdapter::$$identity |
---|