ModeShape Distribution 3.2.0.Final

org.modeshape.jboss.subsystem
Class AuthenticatorWriteAttributeHandler

java.lang.Object
  extended by org.jboss.as.controller.AbstractWriteAttributeHandler<Void>
      extended by org.modeshape.jboss.subsystem.AbstractRepositoryConfigWriteAttributeHandler
          extended by org.modeshape.jboss.subsystem.AuthenticatorWriteAttributeHandler
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public class AuthenticatorWriteAttributeHandler
extends AbstractRepositoryConfigWriteAttributeHandler

An 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler
org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder<T>
 
Method Summary
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)
           
 
Methods inherited from class org.modeshape.jboss.subsystem.AbstractRepositoryConfigWriteAttributeHandler
allBut, applyUpdateToRuntime, changeConfiguration, registerAttributes, repositoryName, revertUpdateToRuntime, unique
 
Methods inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler
execute, finishModelStage, getAttributeDefinition, requiresRuntime, validateResolvedValue, validateUnresolvedValue, validateUpdatedModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

changeField

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
Overrides:
changeField in class AbstractRepositoryConfigWriteAttributeHandler
Throws:
RepositoryException
org.jboss.as.controller.OperationFailedException

authenticatorName

protected final String authenticatorName(org.jboss.dmr.ModelNode operation)

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.