AppserverIo\Appserver\ServletEngine\Security\Auth\Spi\UsernamePasswordLoginModule::getIdentity PHP Метод

getIdentity() защищенный Метод

Return's the authenticated user identity.
protected getIdentity ( ) : AppserverIo\Psr\Security\PrincipalInterface
Результат AppserverIo\Psr\Security\PrincipalInterface The user identity
    protected function getIdentity()
    {
        return $this->identity;
    }