\AuthPluginComponent

AuthPlugin Component

Summary

Methods
Properties
Constants
initialize()
getPlugins()
getAuthenticators()
getExternals()
$Session
No constants found
No protected methods found
$_controller
N/A
No private methods found
No private properties found
N/A

Properties

$Session

$Session : \SessionComponent

Type

\SessionComponent

$_controller

$_controller : \Controller

Type

\Controller — コントローラ

Methods

initialize()

initialize(\Controller  $controller) : void

Called before the Controller::beforeFilter().

Parameters

\Controller $controller

Instantiating controller

getPlugins()

getPlugins() : array

Return available authenticators (Camel)

Returns

array —

authenticators (Camel)

getAuthenticators()

getAuthenticators() : array

Return available authenticators (under_score)

Returns

array —

authenticators

getExternals()

getExternals() : array

AuthGeneral以外の外部認証プラグイン(AuthXXX)を取得

Returns

array —

external authenticators