PHP Интерфейс Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getRequest ( ) : Request 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.

Описание методов

getRequest() публичный Метод

Return the request.
public getRequest ( ) : Request
Результат Symfony\Component\HttpFoundation\Request

getSession() публичный Метод

Return the session.
public getSession ( ) : Symfony\Component\HttpFoundation\Session\SessionInterface
Результат Symfony\Component\HttpFoundation\Session\SessionInterface

getToken() публичный Метод

Return the security token.
public getToken ( ) : Symfony\Component\Security\Core\Authentication\Token\TokenInterface
Результат Symfony\Component\Security\Core\Authentication\Token\TokenInterface

getUser() публичный Метод

Return the user object.
public getUser ( ) : mixed
Результат mixed

isAuthenticated() публичный Метод

Get authentication status.
public isAuthenticated ( ) : boolean
Результат boolean

setAuthenticated() публичный Метод

Set authentication status.
public setAuthenticated ( boolean $authenticated )
$authenticated boolean

setUseTrustedOption() публичный Метод

Set trusted option flag.
public setUseTrustedOption ( boolean $useTrustedOption )
$useTrustedOption boolean

useTrustedOption() публичный Метод

Return true when trusted computer feature is enabled.
public useTrustedOption ( ) : boolean
Результат boolean