AuthenticationTrustResolver
in package
implements
AuthenticationTrustResolverInterface
The default implementation of the authentication trust resolver.
Tags
Table of Contents
Interfaces
- AuthenticationTrustResolverInterface
- Interface for resolving the authentication status of a given token.
Methods
- isAuthenticated() : bool
- Resolves whether the passed token implementation is authenticated.
- isFullFledged() : bool
- Resolves whether the passed token implementation is fully authenticated.
- isRememberMe() : bool
- Resolves whether the passed token implementation is authenticated using remember-me capabilities.
Methods
isAuthenticated()
Resolves whether the passed token implementation is authenticated.
public
isAuthenticated([TokenInterface $token = null ]) : bool
Parameters
- $token : TokenInterface = null
Return values
boolisFullFledged()
Resolves whether the passed token implementation is fully authenticated.
public
isFullFledged([TokenInterface $token = null ]) : bool
Parameters
- $token : TokenInterface = null
Return values
boolisRememberMe()
Resolves whether the passed token implementation is authenticated using remember-me capabilities.
public
isRememberMe([TokenInterface $token = null ]) : bool
Parameters
- $token : TokenInterface = null