| Fully Qualified Name: | Laminas\Authentication\Adapter\AbstractAdapter |
| Implements: | ValidatableAdapterInterface |
| Name | Description | Defined By |
|---|---|---|
| getCredential() | Returns the credential of the account being authenticated, or NULL if none is set. | AbstractAdapter |
| getIdentity() | Returns the identity of the account being authenticated, or NULL if none is set. | AbstractAdapter |
| setCredential() | Sets the credential for binding | AbstractAdapter |
| setIdentity() | Sets the identity for binding | AbstractAdapter |
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: self Provides a fluent interface
Sets the identity for binding
| Parameter Name | Type | Description |
|---|---|---|
| $identity | mixed |
Returns: self Provides a fluent interface