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