Zend Framework
2.4
|
Provides an API for authentication and identity management. More...
Public Member Functions | |
authenticate () | |
Authenticates and provides an authentication result. | |
hasIdentity () | |
Returns true if and only if an identity is available. | |
getIdentity () | |
Returns the authenticated identity or null if no identity is available. | |
clearIdentity () | |
Clears the identity. | |
Provides an API for authentication and identity management.
authenticate | ( | ) |
Authenticates and provides an authentication result.
clearIdentity | ( | ) |
getIdentity | ( | ) |
Returns the authenticated identity or null if no identity is available.
Implemented in AuthenticationService.
hasIdentity | ( | ) |
Returns true if and only if an identity is available.
Implemented in AuthenticationService.