Méthode | Description | |
---|---|---|
authenticate ( ) : void | Tries to authenticate the tokens in the security context, if needed. | |
getProviders ( ) : array | Returns all configured authentication providers | |
getSecurityContext ( ) : |
Returns the security context | |
getTokens ( ) : array |
Returns the tokens this manager is responsible for. | |
isAuthenticated ( ) : boolean | Checks if at least one token is authenticated | |
logout ( ) : void | Logs all active authentication tokens out | |
setSecurityContext ( |
Sets the security context |
public authenticate ( ) : void | ||
Résultat | void |
public getProviders ( ) : array | ||
Résultat | array | Array of \Neos\Flow\Security\Authentication\AuthenticationProviderInterface |
public getSecurityContext ( ) : |
||
Résultat | $securityContext The security context of the current request |
public getTokens ( ) : array |
||
Résultat | array |
public isAuthenticated ( ) : boolean | ||
Résultat | boolean |
public setSecurityContext ( |
||
$securityContext | The security context of the current request | |
Résultat | void |