Class ApacheResolver

Summary

Fully Qualified Name: Zend\Authentication\Adapter\Http\ApacheResolver
Implements: ResolverInterface

Description

Apache Authentication Resolver

Methods

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

Method Details

__construct()

Constructor

Parameter Name Type Description
$path string Complete

Returns:

getFile()

Returns the path to the credentials file

Returns: string

resolve()

Resolve credentials

Parameter Name Type Description
$username string Username
$realm string Authentication
$password string The

Returns: \AuthResult

setFile()

Set the path to the credentials file

Parameter Name Type Description
$path string

Returns: self Provides a fluent interface

Top