PHP 클래스 Neos\Flow\Security\Authentication\Token\TestingToken

상속: extends AbstractToken, implements SessionlessTokenInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
__toString ( ) : string Returns a string representation of the token for logging purposes.
updateCredentials ( ActionRequest $actionRequest ) : void Simply sets the authentication status to AUTHENTICATION_NEEDED

메소드 상세

__toString() 공개 메소드

Returns a string representation of the token for logging purposes.
public __toString ( ) : string
리턴 string The username credential

updateCredentials() 공개 메소드

Simply sets the authentication status to AUTHENTICATION_NEEDED
public updateCredentials ( ActionRequest $actionRequest ) : void
$actionRequest Neos\Flow\Mvc\ActionRequest The current action request instance
리턴 void