Zend Framework  3.0
Public Member Functions | List of all members
ValidatableAdapterInterface Interface Reference

Public Member Functions

 getIdentity ()
 Returns the identity of the account being authenticated, or NULL if none is set.
 
 setIdentity ($identity)
 Sets the identity for binding.
 
 getCredential ()
 Returns the credential of the account being authenticated, or NULL if none is set.
 
 setCredential ($credential)
 Sets the credential for binding.
 
- Public Member Functions inherited from AdapterInterface
 authenticate ()
 Performs an authentication attempt.
 

Member Function Documentation

getCredential ( )

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

Returns
mixed

Implemented in AbstractAdapter.

getIdentity ( )

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

Returns
mixed

Implemented in AbstractAdapter.

setCredential (   $credential)

Sets the credential for binding.

Parameters
mixed$credential
Returns
ValidatableAdapterInterface

Implemented in AbstractAdapter.

setIdentity (   $identity)

Sets the identity for binding.

Parameters
mixed$identity
Returns
ValidatableAdapterInterface

Implemented in AbstractAdapter.