Interface | Description |
---|---|
PasswordAlgorithm |
This interface represents an hashing algorithm used to hash
passwords.
|
Class | Description |
---|---|
AuthFacade |
This class provides a simple API to use the authentication system
of the application.
|
PlainTextPasswordAlgorithm |
An hash algorithm that hashes nothing.
|
Session |
This class is used to store the current state of the
authentication system of the application.
|