InsufficientAuthenticationException
class InsufficientAuthenticationException extends AuthenticationException
InsufficientAuthenticationException is thrown if the user credentials are not sufficiently trusted.
This is the case when a user is anonymous and the resource to be displayed has an access role.
Methods
string
getMessageKey()
Message key to be used by the translation component.
array
getMessageData()
Message data to be used by the translation component.
Details
in AuthenticationException at line line 31
TokenInterface
getToken()
Get the token.
in AuthenticationException at line line 41
setToken(TokenInterface $token)
Set the token.
in AuthenticationException at line line 46
serialize()
in AuthenticationException at line line 57
unserialize($str)
at line line 27
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.