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(org.jboss.dmr.ModelNode operation) |
protected boolean |
changeField(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation,
RepositoryService repositoryService,
MappedAttributeDefinition defn,
org.jboss.dmr.ModelNode newValue) |
allBut, applyUpdateToRuntime, changeConfiguration, registerAttributes, repositoryName, revertUpdateToRuntime, unique
protected boolean changeField(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, RepositoryService repositoryService, MappedAttributeDefinition defn, org.jboss.dmr.ModelNode newValue) throws RepositoryException, org.jboss.as.controller.OperationFailedException
changeField
in class AbstractRepositoryConfigWriteAttributeHandler
RepositoryException
org.jboss.as.controller.OperationFailedException
protected final String authenticatorName(org.jboss.dmr.ModelNode operation)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.