AppserverIo\Appserver\ServletEngine\Security\GenericPrincipal::getUserPrincipal PHP 메소드

getUserPrincipal() 공개 메소드

Return's the user principal instance that will be returned from the request.
public getUserPrincipal ( ) : the
리턴 the \AppserverIo\Psr\Security\PrincipalInterface The user principal
    public function getUserPrincipal()
    {
        return $this->userPrincipal;
    }