Property | Type | Description | |
---|---|---|---|
$accountRepository | |||
$hashService | |||
$persistenceManager | Neos\Flow\Persistence\PersistenceManagerInterface | ||
$securityContext |
Method | Description | |
---|---|---|
authenticate ( Neos\Flow\Security\Authentication\TokenInterface $authenticationToken ) : void | Checks the given token for validity and sets the token authentication status accordingly (success, wrong credentials or no credentials given). | |
getTokenClassNames ( ) : array | Returns the class names of the tokens this provider can authenticate. |
public authenticate ( Neos\Flow\Security\Authentication\TokenInterface $authenticationToken ) : void | ||
$authenticationToken | Neos\Flow\Security\Authentication\TokenInterface | The token to be authenticated |
return | void |
public getTokenClassNames ( ) : array | ||
return | array |
protected AccountRepository,Neos\Flow\Security $accountRepository | ||
return |
protected HashService,Neos\Flow\Security\Cryptography $hashService | ||
return |
protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager | ||
return | Neos\Flow\Persistence\PersistenceManagerInterface |