class UsernameNotFoundException extends AuthenticationException

UsernameNotFoundException is thrown if a User cannot be found by its username.

Methods

setToken(TokenInterface $token)

Set the token.

serialize()

No description

unserialize($str)

No description

string
getMessageKey()

Message key to be used by the translation component.

array
getMessageData()

Message data to be used by the translation component.

string
getUsername()

Get the username.

setUsername(string $username)

Set the username.

Details

in AuthenticationException at line line 31
TokenInterface getToken()

Get the token.

Return Value

TokenInterface

in AuthenticationException at line line 41
setToken(TokenInterface $token)

Set the token.

Parameters

TokenInterface $token

at line line 55
serialize()

at line line 66
unserialize($str)

Parameters

$str

at line line 27
string getMessageKey()

Message key to be used by the translation component.

Return Value

string

at line line 76
array getMessageData()

Message data to be used by the translation component.

Return Value

array

at line line 37
string getUsername()

Get the username.

Return Value

string

at line line 47
setUsername(string $username)

Set the username.

Parameters

string $username