class CredentialsExpiredException extends AccountStatusException
CredentialsExpiredException is thrown when the user account credentials have expired.
| TokenInterface | getToken() Get the token. | from AuthenticationException |
| setToken(TokenInterface $token) Set the token. | from AuthenticationException | |
| serialize() | from AccountStatusException | |
| unserialize($str) | from AccountStatusException | |
| string | getMessageKey() Message key to be used by the translation component. | |
| array | getMessageData() Message data to be used by the translation component. | from AuthenticationException |
| UserInterface | getUser() Get the user. | from AccountStatusException |
| setUser(UserInterface $user) Set the user. | from AccountStatusException |
Get the token.
Set the token.
Message key to be used by the translation component.
Message data to be used by the translation component.
Get the user.
Set the user.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Security/Core/Exception/CredentialsExpiredException.html