Class IDMConfigWriteAttributeHandler

java.lang.Object
org.jboss.as.controller.AbstractWriteAttributeHandler<Void>
org.jboss.as.controller.ModelOnlyWriteAttributeHandler
org.wildfly.extension.picketlink.idm.model.IDMConfigWriteAttributeHandler
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public class IDMConfigWriteAttributeHandler extends org.jboss.as.controller.ModelOnlyWriteAttributeHandler
Author:
Pedro Silva
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler

    org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder<T extends Object>
  • Field Summary

    Fields inherited from class org.jboss.as.controller.ModelOnlyWriteAttributeHandler

    INSTANCE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
     

    Methods inherited from class org.jboss.as.controller.ModelOnlyWriteAttributeHandler

    applyUpdateToRuntime, requiresRuntime, revertUpdateToRuntime

    Methods inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler

    finishModelStage, getAttributeDefinition, recordCapabilitiesAndRequirements, validateUpdatedModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • execute

      public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      execute in interface org.jboss.as.controller.OperationStepHandler
      Overrides:
      execute in class org.jboss.as.controller.AbstractWriteAttributeHandler<Void>
      Throws:
      org.jboss.as.controller.OperationFailedException