AppserverIo\Appserver\ServletEngine\Authenticator\AbstractAuthenticator::isDefaultAuthenticator PHP 메소드

isDefaultAuthenticator() 공개 메소드

Query whether or not this is the default authenticator.
public isDefaultAuthenticator ( ) : boolean
리턴 boolean TRUE if this is the default authenticator, else FALSE
    public function isDefaultAuthenticator()
    {
        return $this->defaultAuthenticator->booleanValue();
    }