AppserverIo\Appserver\ServletEngine\Authenticator\AbstractAuthenticator::isDefaultAuthenticator PHP Method

isDefaultAuthenticator() public method

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