\Pop\Auth\AdapterAbstractAdapter

Auth abstract adapter class

Summary

Methods
Properties
Constants
getUsername()
getPassword()
setUsername()
setPassword()
authenticate()
No public properties found
No constants found
No protected methods found
$username
$password
N/A
No private methods found
No private properties found
N/A

Properties

$username

$username : string

Username to authenticate against

Type

string

$password

$password : string

Password to authenticate against

Type

string

Methods

getUsername()

getUsername() : string

Get the username

Returns

string

getPassword()

getPassword() : string

Get the password

Returns

string

setUsername()

setUsername(string  $username) : \Pop\Auth\Adapter\AbstractAdapter

Set the username

Parameters

string $username

Returns

\Pop\Auth\Adapter\AbstractAdapter

setPassword()

setPassword(string  $password) : \Pop\Auth\Adapter\AbstractAdapter

Set the password

Parameters

string $password

Returns

\Pop\Auth\Adapter\AbstractAdapter

authenticate()

authenticate() : integer

Method to authenticate

Returns

integer