mediatekformation

AuthenticationTrustResolver
in package
implements AuthenticationTrustResolverInterface

The default implementation of the authentication trust resolver.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Interfaces, Classes, Traits and Enums

AuthenticationTrustResolverInterface
Interface for resolving the authentication status of a given token.

Table of Contents

$anonymousClass  : mixed
$rememberMeClass  : mixed
__construct()  : mixed
isAnonymous()  : bool
Resolves whether the passed token implementation is authenticated anonymously.
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.

Properties

Methods

__construct()

public __construct([string $anonymousClass = null ][, string $rememberMeClass = null ]) : mixed
Parameters
$anonymousClass : string = null
$rememberMeClass : string = null
Return values
mixed

Search results