Zend Framework  3.0
Public Member Functions | Protected Attributes | List of all members
Digest Class Reference

Public Member Functions

 __construct ($filename=null, $realm=null, $identity=null, $credential=null)
 Sets adapter options.
 
 getFilename ()
 Returns the filename option value or null if it has not yet been set.
 
 setFilename ($filename)
 Sets the filename option value.
 
 getRealm ()
 Returns the realm option value or null if it has not yet been set.
 
 setRealm ($realm)
 Sets the realm option value.
 
 getUsername ()
 Returns the username option value or null if it has not yet been set.
 
 setUsername ($username)
 Sets the username option value.
 
 getPassword ()
 Returns the password option value or null if it has not yet been set.
 
 setPassword ($password)
 Sets the password option value.
 
 authenticate ()
 Defined by Zend.
 
- Public Member Functions inherited from AbstractAdapter
 getCredential ()
 Returns the credential of the account being authenticated, or NULL if none is set.
 
 setCredential ($credential)
 Sets the credential for binding.
 
 getIdentity ()
 Returns the identity of the account being authenticated, or NULL if none is set.
 
 setIdentity ($identity)
 Sets the identity for binding.
 

Protected Attributes

 $filename
 
 $realm
 
- Protected Attributes inherited from AbstractAdapter
 $credential
 
 $identity
 

Constructor & Destructor Documentation

__construct (   $filename = null,
  $realm = null,
  $identity = null,
  $credential = null 
)

Sets adapter options.

Parameters
mixed$filename
mixed$realm
mixed$identity
mixed$credential

Member Function Documentation

authenticate ( )

Defined by Zend.

Exceptions
Exception\ExceptionInterface
Returns
AuthenticationResult

Implements AdapterInterface.

getFilename ( )

Returns the filename option value or null if it has not yet been set.

Returns
string|null
getPassword ( )

Returns the password option value or null if it has not yet been set.

Returns
string|null
getRealm ( )

Returns the realm option value or null if it has not yet been set.

Returns
string|null
getUsername ( )

Returns the username option value or null if it has not yet been set.

Returns
string|null
setFilename (   $filename)

Sets the filename option value.

Parameters
mixed$filename
Returns
Digest Provides a fluent interface
setPassword (   $password)

Sets the password option value.

Parameters
mixed$password
Returns
Digest Provides a fluent interface
setRealm (   $realm)

Sets the realm option value.

Parameters
mixed$realm
Returns
Digest Provides a fluent interface
setUsername (   $username)

Sets the username option value.

Parameters
mixed$username
Returns
Digest Provides a fluent interface

Member Data Documentation

$filename
protected
$realm
protected