AppserverIo\Appserver\ServletEngine\Authenticator\AbstractAuthenticator::isDefaultAuthenticator PHP Méthode

isDefaultAuthenticator() public méthode

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