\AclUser\Service\FactoryAuthenticationServiceFactory

The factory responsible for creating of authentication service.

Summary

Methods
Properties
Constants
__invoke()
No public properties found
No constants found
getAuthService()
$count
N/A
No private methods found
No private properties found
N/A

Properties

$count

$count : integer

count of number of attempts

Type

integer — the number of tries

Methods

__invoke()

__invoke(\Interop\Container\ContainerInterface  $container, string  $requestedName, array  $options = null) : \Zend\Authentication\AuthenticationService

Create/instantiate AuthenticationService object with injected dependencies

Parameters

\Interop\Container\ContainerInterface $container
string $requestedName
array $options

Returns

\Zend\Authentication\AuthenticationService

getAuthService()

getAuthService(\Interop\Container\ContainerInterface  $container) : \Zend\Authentication\AuthenticationService

System has a tendency to fail so if an exception in thrown the session is expired an a new on created

Parameters

\Interop\Container\ContainerInterface $container

Returns

\Zend\Authentication\AuthenticationService