abstract class AuthenticationTypeController extends Controller implements LoggerAwareInterface, AuthenticationTypeControllerInterface (View source)

Traits

Trait LoggerAwareTrait A trait used with LoggerAwareInterface

LoggerAwareTrait

Properties

protected $authenticationType
protected $app

Methods

getLoggerChannel()

No description

view()

No description

__construct(AuthenticationType $type = null)

No description

getAuthenticationType()

No description

completeAuthentication(User $u)

tasks to finalize authentication, call on login events etc.

string
getHandle()

No description

Details

getLoggerChannel()

No description

abstract getAuthenticationTypeIconHTML()

No description

abstract view()

No description

__construct(AuthenticationType $type = null)

No description

Parameters

AuthenticationType $type

This type may be null only for access points that do not rely on the type.

getAuthenticationType()

No description

completeAuthentication(User $u)

tasks to finalize authentication, call on login events etc.

Parameters

User $u

abstract string getHandle()

No description

Return Value

string