PHP Class ZF\Apigility\Admin\Controller\AuthenticationTypeController

Inheritance: extends AbstractAuthenticationController
Show file Open project: zfcampus/zf-apigility-admin

Protected Properties

Property Type Description
$authListener ZF\MvcAuth\Authentication\DefaultAuthenticationListener

Public Methods

Method Description
__construct ( ZF\MvcAuth\Authentication\DefaultAuthenticationListener $authListener )
authTypeAction ( ) Get the authentication type list Since Apigility 1.1

Private Methods

Method Description
createAdapterCollection ( ) : ZF\ContentNegotiation\ViewModel Create a collection of adapters.
createViewModel ( array $adapters ) : ZF\ContentNegotiation\ViewModel Create a view model with the given adapters to indicate authentication types available.

Method Details

__construct() public method

public __construct ( ZF\MvcAuth\Authentication\DefaultAuthenticationListener $authListener )
$authListener ZF\MvcAuth\Authentication\DefaultAuthenticationListener

authTypeAction() public method

Get the authentication type list Since Apigility 1.1
public authTypeAction ( )

Property Details

$authListener protected property

protected DefaultAuthenticationListener,ZF\MvcAuth\Authentication $authListener
return ZF\MvcAuth\Authentication\DefaultAuthenticationListener