Method | Description | |
---|---|---|
getRequest ( ) : |
Return the request. | |
getSession ( ) : Symfony\Component\HttpFoundation\Session\SessionInterface | Return the session. | |
getToken ( ) : Symfony\Component\Security\Core\Authentication\Token\TokenInterface | Return the security token. | |
getUser ( ) : mixed | Return the user object. | |
isAuthenticated ( ) : boolean | Get authentication status. | |
setAuthenticated ( boolean $authenticated ) | Set authentication status. | |
setUseTrustedOption ( boolean $useTrustedOption ) | Set trusted option flag. | |
useTrustedOption ( ) : boolean | Return true when trusted computer feature is enabled. |
public getRequest ( ) : |
||
return |
public getSession ( ) : Symfony\Component\HttpFoundation\Session\SessionInterface | ||
return | Symfony\Component\HttpFoundation\Session\SessionInterface |
public getToken ( ) : Symfony\Component\Security\Core\Authentication\Token\TokenInterface | ||
return | Symfony\Component\Security\Core\Authentication\Token\TokenInterface |
public isAuthenticated ( ) : boolean | ||
return | boolean |
public setAuthenticated ( boolean $authenticated ) | ||
$authenticated | boolean |
public setUseTrustedOption ( boolean $useTrustedOption ) | ||
$useTrustedOption | boolean |
public useTrustedOption ( ) : boolean | ||
return | boolean |