\Login\Controller\PluginEliminaCodeAuthentication

Class EliminaCodeAuthentication

Summary

Methods
Properties
Constants
hasIdentity()
getIdentity()
getAuthAdapter()
setAuthAdapter()
getAuthService()
setAuthService()
No public properties found
No constants found
No protected methods found
$authAdapter
$authService
$serviceLocator
N/A
No private methods found
No private properties found
N/A

Properties

$authAdapter

$authAdapter : \Login\Controller\Plugin\Zend\Authentication\Adapter\AdapterInterface

Type

\Login\Controller\Plugin\Zend\Authentication\Adapter\AdapterInterface

$authService

$authService : \Zend\Authentication\AuthenticationService

Type

\Zend\Authentication\AuthenticationService

$serviceLocator

$serviceLocator : \Zend\ServiceManager\ServiceLocatorInterface

Type

\Zend\ServiceManager\ServiceLocatorInterface

Methods

hasIdentity()

hasIdentity() : boolean

Proxy convenience method

Returns

boolean

getIdentity()

getIdentity() : mixed

Proxy convenience method

Returns

mixed

getAuthAdapter()

getAuthAdapter(  $name = 'eliminacode') : \Login\Controller\Plugin\Zend\Authentication\Adapter\AdapterInterface

Get authAdapter.

Parameters

$name

Returns

\Login\Controller\Plugin\Zend\Authentication\Adapter\AdapterInterface

setAuthAdapter()

setAuthAdapter(\Zend\Authentication\Adapter\AdapterInterface  $authAdapter,   $name = 'eliminacode') 

Set authAdapter.

Parameters

\Zend\Authentication\Adapter\AdapterInterface $authAdapter
$name

getAuthService()

getAuthService() : \Zend\Authentication\AuthenticationService

Get authService.

Returns

\Zend\Authentication\AuthenticationService

setAuthService()

setAuthService(\Zend\Authentication\AuthenticationService  $authService) 

Set authService.

Parameters

\Zend\Authentication\AuthenticationService $authService