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

Public Member Functions

 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

 $credential
 
 $identity
 

Member Function Documentation

getCredential ( )

Returns the credential of the account being authenticated, or NULL if none is set.

Returns
mixed

Implements ValidatableAdapterInterface.

getIdentity ( )

Returns the identity of the account being authenticated, or NULL if none is set.

Returns
mixed

Implements ValidatableAdapterInterface.

setCredential (   $credential)

Sets the credential for binding.

Parameters
mixed$credential
Returns
AbstractAdapter

Implements ValidatableAdapterInterface.

setIdentity (   $identity)

Sets the identity for binding.

Parameters
mixed$identity
Returns
AbstractAdapter

Implements ValidatableAdapterInterface.

Member Data Documentation

$credential
protected
$identity
protected