| Fully Qualified Name: | Zend\Authentication\Adapter\ValidatableAdapterInterface |
| Extends: | AdapterInterface |
| Name | Description | Defined By |
|---|---|---|
| authenticate() | Performs an authentication attempt | AdapterInterface |
| getCredential() | Returns the credential of the account being authenticated, or NULL if none is set. | ValidatableAdapterInterface |
| getIdentity() | Returns the identity of the account being authenticated, or NULL if none is set. | ValidatableAdapterInterface |
| setCredential() | Sets the credential for binding | ValidatableAdapterInterface |
| setIdentity() | Sets the identity for binding | ValidatableAdapterInterface |
Performs an authentication attempt
Returns: \Zend\Authentication\Result
Returns the credential of the account being authenticated, or NULL if none is set.
Returns: mixed
Returns the identity of the account being authenticated, or NULL if none is set.
Returns: mixed
Sets the credential for binding
| Parameter Name | Type | Description |
|---|---|---|
| $credential | mixed |
Returns: \ValidatableAdapterInterface
Sets the identity for binding
| Parameter Name | Type | Description |
|---|---|---|
| $identity | mixed |
Returns: \ValidatableAdapterInterface