986. Class

986.1. Zend\Authentication\Adapter\Http\ApacheResolver

Apache Authentication Resolver

986.1.1. Methods

986.1.1.1. __construct

__construct()

Constructor

Parameters:string – Complete filename where the credentials are stored

986.1.1.2. setFile

setFile()

Set the path to the credentials file

Parameters:string
Return type:FileResolver Provides a fluent interface
Throws :ExceptionInvalidArgumentException if path is not readable

986.1.1.3. getFile

getFile()

Returns the path to the credentials file

Return type:string

986.1.1.4. getApachePassword

getApachePassword()

Returns the Apache Password object

Return type:ApachePassword

986.1.1.5. resolve

resolve()

Resolve credentials

Parameters:
  • string – Username
  • string – Authentication Realm
  • string – The password to authenticate
Return type:

AuthResult

Throws :

ExceptionExceptionInterface

Project Versions

Table Of Contents

Previous topic

985. Class

Next topic

987. Class

This Page