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

getIdentity() abstract protected method

Overriden by subclasses to return the Principal that corresponds to the user primary identity.
abstract protected getIdentity ( ) : AppserverIo\Psr\Security\PrincipalInterface
return AppserverIo\Psr\Security\PrincipalInterface The user identity
    protected abstract function getIdentity();