PHP 클래스 Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken

저자: Fabien Potencier ([email protected])
상속: extends AbstractToken
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string | object $user, string $credentials, string $providerKey, array $roles = [] ) Constructor.
eraseCredentials ( )
getCredentials ( )
getProviderKey ( ) : string Returns the provider key.
serialize ( )
setAuthenticated ( $isAuthenticated )
unserialize ( $serialized )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string | object $user, string $credentials, string $providerKey, array $roles = [] )
$user string | object The username (like a nickname, email address, etc.), or a UserInterface instance or an object implementing a __toString method
$credentials string This usually is the password of the user
$providerKey string The provider key
$roles array

eraseCredentials() 공개 메소드

public eraseCredentials ( )

getCredentials() 공개 메소드

public getCredentials ( )

getProviderKey() 공개 메소드

Returns the provider key.
public getProviderKey ( ) : string
리턴 string The provider key

serialize() 공개 메소드

public serialize ( )

setAuthenticated() 공개 메소드

public setAuthenticated ( $isAuthenticated )

unserialize() 공개 메소드

public unserialize ( $serialized )