Sets adapter options
| Parameters: |
|
|---|
Returns the filename option value or null if it has not yet been set
| Return type: | string|null |
|---|
Sets the filename option value
| Parameters: | mixed – |
|---|---|
| Return type: | Digest Provides a fluent interface |
Returns the realm option value or null if it has not yet been set
| Return type: | string|null |
|---|
Sets the realm option value
| Parameters: | mixed – |
|---|---|
| Return type: | Digest Provides a fluent interface |
Returns the username option value or null if it has not yet been set
| Return type: | string|null |
|---|
Sets the username option value
| Parameters: | mixed – |
|---|---|
| Return type: | Digest Provides a fluent interface |
Returns the password option value or null if it has not yet been set
| Return type: | string|null |
|---|
Sets the password option value
| Parameters: | mixed – |
|---|---|
| Return type: | Digest Provides a fluent interface |
Defined by ZendAuthenticationAdapterAdapterInterface
| Return type: | AuthenticationResult |
|---|
Securely compare two strings for equality while avoided C level memcmp() optimisations capable of leaking timing information useful to an attacker attempting to iteratively guess the unknown string (e.g. password) being compared against.
| Parameters: |
|
|---|---|
| Return type: | bool |