AppserverIo\Appserver\ServletEngine\Security\Auth\Spi\UsernamePasswordLoginModule::getIdentity PHP Method

getIdentity() protected method

Return's the authenticated user identity.
protected getIdentity ( ) : AppserverIo\Psr\Security\PrincipalInterface
return AppserverIo\Psr\Security\PrincipalInterface The user identity
    protected function getIdentity()
    {
        return $this->identity;
    }