abstract class AuthenticationTypeController extends Controller implements AuthenticationTypeControllerInterface (View source)

Properties

protected $authenticationType

Methods

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

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