PHP 클래스 ZF\Apigility\Admin\Controller\AuthenticationTypeController

상속: extends AbstractAuthenticationController
파일 보기 프로젝트 열기: zfcampus/zf-apigility-admin

보호된 프로퍼티들

프로퍼티 타입 설명
$authListener ZF\MvcAuth\Authentication\DefaultAuthenticationListener

공개 메소드들

메소드 설명
__construct ( ZF\MvcAuth\Authentication\DefaultAuthenticationListener $authListener )
authTypeAction ( ) Get the authentication type list Since Apigility 1.1

비공개 메소드들

메소드 설명
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.

메소드 상세

__construct() 공개 메소드

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

authTypeAction() 공개 메소드

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

프로퍼티 상세

$authListener 보호되어 있는 프로퍼티

protected DefaultAuthenticationListener,ZF\MvcAuth\Authentication $authListener
리턴 ZF\MvcAuth\Authentication\DefaultAuthenticationListener