Methods
Sets adapter options
__construct(mixed $filename, mixed $realm, mixed $identity, mixed $credential)
Parameters
$filename
mixed
$realm
mixed
$identity
mixed
$credential
mixed
Returns the credential of the account being authenticated, or
NULL if none is set.
getCredential() : mixed
Inherited
inherited_from |
\Zend\Authentication\Adapter\AbstractAdapter::getCredential() |
Returns
mixed
Returns the filename option value or null if it has not yet been set
getFilename() : string | null
Returns the identity of the account being authenticated, or
NULL if none is set.
getIdentity() : mixed
Inherited
inherited_from |
\Zend\Authentication\Adapter\AbstractAdapter::getIdentity() |
Returns
mixed
Returns the password option value or null if it has not yet been set
getPassword() : string | null
Returns the realm option value or null if it has not yet been set
getRealm() : string | null
Returns the username option value or null if it has not yet been set
getUsername() : string | null
Sets the credential for binding
setCredential(mixed $credential) : \Zend\Authentication\Adapter\AbstractAdapter
Inherited
inherited_from |
\Zend\Authentication\Adapter\AbstractAdapter::setCredential() |
Parameters
$credential
mixed
Returns
Sets the identity for binding
setIdentity(mixed $identity) : \Zend\Authentication\Adapter\AbstractAdapter
Inherited
inherited_from |
\Zend\Authentication\Adapter\AbstractAdapter::setIdentity() |
Parameters
$identity
mixed
Returns
Properties
$credential
$credential : mixed
Inherited
inherited_from |
\Zend\Authentication\Adapter\AbstractAdapter::$$credential |
Filename against which authentication queries are performed
$filename : string
$identity
$identity : mixed
Inherited
inherited_from |
\Zend\Authentication\Adapter\AbstractAdapter::$$identity |
Digest authentication realm
$realm : string