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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$credentials array The password credentials
$environment Neos\Flow\Utility\Environment

공개 메소드들

메소드 설명
__toString ( ) : string Returns a string representation of the token for logging purposes.
updateCredentials ( ActionRequest $actionRequest ) : void Updates the password credential from the POST vars, if the POST parameters are available. Sets the authentication status to AUTHENTICATION_NEEDED, if credentials have been sent.

메소드 상세

__toString() 공개 메소드

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

updateCredentials() 공개 메소드

Note: You need to send the password in this POST parameter: __authentication[TYPO3][Flow][Security][Authentication][Token][PasswordToken][password]
public updateCredentials ( ActionRequest $actionRequest ) : void
$actionRequest Neos\Flow\Mvc\ActionRequest The current action request
리턴 void

프로퍼티 상세

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

The password credentials
protected array $credentials
리턴 array

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

protected Environment,Neos\Flow\Utility $environment
리턴 Neos\Flow\Utility\Environment