Authenticator
Table of Contents
Namespaces
Interfaces
- AuthenticatorInterface
- The interface for all authenticators.
- InteractiveAuthenticatorInterface
- This is an extension of the authenticator interface that must be used by interactive authenticators.
Classes
- AbstractAuthenticator
- An optional base class that creates the necessary tokens for you.
- AbstractLoginFormAuthenticator
- A base class to make form login authentication easier!
- FormLoginAuthenticator
- A base class to make form login authentication easier!
- HttpBasicAuthenticator
- JsonLoginAuthenticator
- Provides a stateless implementation of an authentication via a JSON document composed of a username and a password.
- LoginLinkAuthenticator
- An optional base class that creates the necessary tokens for you.
- RememberMeAuthenticator
- The RememberMe *Authenticator* performs remember me authentication.
- X509Authenticator
- This authenticator authenticates pre-authenticated (by the webserver) X.509 certificates.