Fully Qualified Name: | Laminas\Authentication\Adapter\Http\ApacheResolver |
Implements: | ResolverInterface |
Apache Authentication Resolver
Name | Description | Defined By |
---|---|---|
__construct() | Constructor | ApacheResolver |
getFile() | Returns the path to the credentials file | ApacheResolver |
resolve() | Resolve credentials | ApacheResolver |
setFile() | Set the path to the credentials file | ApacheResolver |
Constructor
Parameter Name | Type | Description |
---|---|---|
$path | string | Complete |
Returns:
Returns the path to the credentials file
Returns: string
Resolve credentials
Parameter Name | Type | Description |
---|---|---|
$username | string | Username |
$realm | string | Authentication |
$password | string | The |
Returns: \AuthResult
Set the path to the credentials file
Parameter Name | Type | Description |
---|---|---|
$path | string |
Returns: self Provides a fluent interface