public class AuthenticatorWriteAttributeHandler extends AbstractRepositoryConfigWriteAttributeHandler
OperationStepHandler
implementation that handles changes to the model values for a
authenticator submodel's attribute definitions
. Those attributes that can
be changed RESTART_NONE without restarting
will be
immediately reflected in the repository's configuration; other attributes will be changed in the submodel and used upon the
next restart.Modifier and Type | Method and Description |
---|---|
protected String |
authenticatorName(ModelNode operation) |
protected boolean |
changeField(org.jboss.as.controller.OperationContext context,
ModelNode operation,
RepositoryService repositoryService,
MappedAttributeDefinition defn,
ModelNode newValue) |
applyUpdateToRuntime, changeConfiguration, registerAttributes, repositoryName, revertUpdateToRuntime
protected boolean changeField(org.jboss.as.controller.OperationContext context, ModelNode operation, RepositoryService repositoryService, MappedAttributeDefinition defn, ModelNode newValue) throws RepositoryException, org.jboss.as.controller.OperationFailedException
changeField
in class AbstractRepositoryConfigWriteAttributeHandler
RepositoryException
org.jboss.as.controller.OperationFailedException
protected final String authenticatorName(ModelNode operation)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.