__construct()
authenticate()
clearIdentity()
getAdapter()
getIdentity()
getStorage()
hasIdentity()
setAdapter()
setStorage()
$adapter
$storage
__construct(\Zend\Authentication\Storage\StorageInterface $storage, \Zend\Authentication\Adapter\AdapterInterface $adapter)
authenticate(\Zend\Authentication\Adapter\AdapterInterface $adapter) : \Zend\Authentication\Result
clearIdentity() : void
getAdapter() : \Zend\Authentication\Adapter\AdapterInterface | null
The adapter does not have a default if the storage adapter has not been set.
getIdentity() : mixed | null
mixed
null
getStorage() : \Zend\Authentication\Storage\StorageInterface
Session storage is used by default unless a different storage adapter has been set.
hasIdentity() : bool
bool
setAdapter(\Zend\Authentication\Adapter\AdapterInterface $adapter) : \Zend\Authentication\AuthenticationService
setStorage(\Zend\Authentication\Storage\StorageInterface $storage) : \Zend\Authentication\AuthenticationService