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

setDefaultAuthenticator() public method

Mark's the authenticator as the default one.
public setDefaultAuthenticator ( ) : void
return void
    public function setDefaultAuthenticator()
    {
        $this->defaultAuthenticator = new Boolean(true);
    }