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

getUnauthenticatedIdentity() public method

Return's the unauthenticated identity.
public getUnauthenticatedIdentity ( ) : AppserverIo\Psr\Security\PrincipalInterface
return AppserverIo\Psr\Security\PrincipalInterface The identity instance
    public function getUnauthenticatedIdentity()
    {
        return $this->unauthenticatedIdentity;
    }