PHP Class ZfcRbac\Identity\AuthenticationIdentityProvider

Author: Michaël Gallego ([email protected])
Inheritance: implements ZfcRbac\Identity\IdentityProviderInterface
ファイルを表示 Open project: zf-commons/zfc-rbac Class Usage Examples

Protected Properties

Property Type Description
$authenticationService Zend\Authentication\AuthenticationServiceInterface

Public Methods

Method Description
__construct ( Zend\Authentication\AuthenticationServiceInterface $authenticationService ) Constructor
getIdentity ( ) {@inheritDoc}

Method Details

__construct() public method

Constructor
public __construct ( Zend\Authentication\AuthenticationServiceInterface $authenticationService )
$authenticationService Zend\Authentication\AuthenticationServiceInterface

getIdentity() public method

{@inheritDoc}
public getIdentity ( )

Property Details

$authenticationService protected_oe property

protected AuthenticationServiceInterface,Zend\Authentication $authenticationService
return Zend\Authentication\AuthenticationServiceInterface