AccountStatusException
class AccountStatusException extends AuthenticationException
AccountStatusException is the base class for authentication exceptions caused by the user account status.
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.
getUser()
Get the user.
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 50
serialize()
at line line 61
unserialize($str)
in AuthenticationException at line line 73
string
getMessageKey()
Message key to be used by the translation component.
in AuthenticationException at line line 83
array
getMessageData()
Message data to be used by the translation component.
at line line 32
UserInterface
getUser()
Get the user.
at line line 42
setUser(UserInterface $user)
Set the user.