The Authenticator Interface defines methods that must be implemented to check Principals and perform the Login comand.
Receive an Authenticator instance by calling:
- $services->getAuthenticator();
| Class | Description |
|---|---|
| DefaultAuthenticator | The DefaultAuthenticator uses the internal User Management Database. |
This performs an Authentication check.
This returns
if authentication was correct, otherwise one of the listed Flags will be returned.The currently returned Flags are:
Documentation generated by phpDocumentor 1.3.1