PHP 클래스 Neos\Flow\Security\Authentication\Provider\TestingProvider

상속: extends AbstractProvider
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$account Neos\Flow\Security\Account
$authenticationStatus integer

공개 메소드들

메소드 설명
authenticate ( Neos\Flow\Security\Authentication\TokenInterface $authenticationToken ) : void Sets isAuthenticated to TRUE for all tokens.
getTokenClassNames ( ) : array Returns the class names of the tokens this provider can authenticate.
reset ( ) : void Reset the authentication status and account
setAccount ( Account $account ) : void Set the account that will be authenticated
setAuthenticationStatus ( integer $authenticationStatus ) : void Set the authentication status for authentication
setName ( string $name ) : void Set the provider name

메소드 상세

authenticate() 공개 메소드

Sets isAuthenticated to TRUE for all tokens.
public authenticate ( Neos\Flow\Security\Authentication\TokenInterface $authenticationToken ) : void
$authenticationToken Neos\Flow\Security\Authentication\TokenInterface The token to be authenticated
리턴 void

getTokenClassNames() 공개 메소드

Returns the class names of the tokens this provider can authenticate.
public getTokenClassNames ( ) : array
리턴 array

reset() 공개 메소드

Reset the authentication status and account
public reset ( ) : void
리턴 void

setAccount() 공개 메소드

Set the account that will be authenticated
public setAccount ( Account $account ) : void
$account Neos\Flow\Security\Account
리턴 void

setAuthenticationStatus() 공개 메소드

Set the authentication status for authentication
public setAuthenticationStatus ( integer $authenticationStatus ) : void
$authenticationStatus integer
리턴 void

setName() 공개 메소드

Set the provider name
public setName ( string $name ) : void
$name string
리턴 void

프로퍼티 상세

$account 보호되어 있는 프로퍼티

protected Account,Neos\Flow\Security $account
리턴 Neos\Flow\Security\Account

$authenticationStatus 보호되어 있는 프로퍼티

protected int $authenticationStatus
리턴 integer