Constructor
| Parameters: |
|
|---|
Returns the authentication adapter
The adapter does not have a default if the storage adapter has not been set.
| Return type: | AdapterAdapterInterface|null |
|---|
Sets the authentication adapter
| Parameters: | AdapterAdapterInterface – |
|---|---|
| Return type: | AuthenticationService Provides a fluent interface |
Returns the persistent storage handler
Session storage is used by default unless a different storage adapter has been set.
| Return type: | StorageStorageInterface |
|---|
Sets the persistent storage handler
| Parameters: | StorageStorageInterface – |
|---|---|
| Return type: | AuthenticationService Provides a fluent interface |
Authenticates against the supplied adapter
| Parameters: | AdapterAdapterInterface – |
|---|---|
| Return type: | Result |
| Throws : | ExceptionRuntimeException |
Returns true if and only if an identity is available from storage
| Return type: | bool |
|---|