AppserverIo\Appserver\Core\Api\Node\AuthenticatorsNodeTrait::setAuthenticators PHP Method

setAuthenticators() public method

Sets the authenticator configuration.
public setAuthenticators ( array $authenticators ) : void
$authenticators array The authenticator configuration
return void
    public function setAuthenticators($authenticators)
    {
        $this->authenticators = $authenticators;
    }