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;
    }