UsernameNotFoundException
class UsernameNotFoundException extends AuthenticationException
UsernameNotFoundException is thrown if a User cannot be found by its username.
Methods
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.
in AuthenticationException at line line 41
setToken(TokenInterface $token)
Set the token.
at line line 55
serialize()
at line line 66
unserialize($str)
at line line 27
string
getMessageKey()
Message key to be used by the translation component.
at line line 76
array
getMessageData()
Message data to be used by the translation component.
at line line 37
string
getUsername()
Get the username.
at line line 47
setUsername(string $username)
Set the username.