W3cubDocs

/Symfony 3.0

Symfony\Component\Security\Core\Exception\UsernameNotFoundException

class UsernameNotFoundException extends AuthenticationException

UsernameNotFoundException is thrown if a User cannot be found by its username.

Methods

TokenInterface getToken()

Get the token.

from AuthenticationException
setToken(TokenInterface $token)

Set the token.

from AuthenticationException
serialize()
unserialize($str)
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

public TokenInterface getToken()

Get the token.

Return Value

TokenInterface

public setToken(TokenInterface $token)

Set the token.

Parameters

TokenInterface $token

public serialize()

public unserialize($str)

Parameters

$str

public string getMessageKey()

Message key to be used by the translation component.

Return Value

string

public array getMessageData()

Message data to be used by the translation component.

Return Value

array

public string getUsername()

Get the username.

Return Value

string

public setUsername(string $username)

Set the username.

Parameters

string $username