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

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string | object $user, mixed $credentials, string $providerKey, array $roles = [] )
$user string | object The user can be a UserInterface instance, or an object implementing a __toString method or the username as a regular string
$credentials mixed The user credentials
$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 ( )

unserialize() 공개 메소드

public unserialize ( $str )