interface Authenticator implements IAuthenticator

Performs authentication.

Constants

IdentityNotFound

Exception error code

InvalidCredential

Exception error code

Failure

Exception error code

NotApproved

Exception error code

Methods

authenticate(string $user, string $password)

Performs an authentication.

Details

at line 29
IIdentity authenticate(string $user, string $password)

Performs an authentication.

Parameters

string $user
string $password

Return Value

IIdentity

Exceptions

AuthenticationException