Symfony2 API
Class

Symfony\Component\Security\Core\Exception\CredentialsExpiredException

class CredentialsExpiredException extends AccountStatusException

CredentialsExpiredException is thrown when the user account credentials have expired.

Methods

UserInterface getUser()

Get the user.

from AccountStatusException
setUser(UserInterface $user)

Set the user.

from AccountStatusException
serialize()

from AccountStatusException
unserialize($str)

from AccountStatusException
getMessageKey()

{@inheritDoc}

Details

public UserInterface getUser()

Get the user.

Return Value

UserInterface

public setUser(UserInterface $user)

Set the user.

Parameters

UserInterface $user

public serialize()

public unserialize($str)

Parameters

$str

at line 25
public getMessageKey()

{@inheritDoc}