Class KeycloakSubsystemWriteAttributeHandler
- java.lang.Object
-
- org.jboss.as.controller.AbstractWriteAttributeHandler<Void>
-
- org.jboss.as.controller.ModelOnlyWriteAttributeHandler
-
- org.keycloak.subsystem.server.extension.KeycloakSubsystemWriteAttributeHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class KeycloakSubsystemWriteAttributeHandler extends org.jboss.as.controller.ModelOnlyWriteAttributeHandlerUpdate an attribute on an Auth Server.- Author:
- Stan Silvert ssilvert@redhat.com (C) 2014 Red Hat Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractWriteAttributeHandler
org.jboss.as.controller.AbstractWriteAttributeHandler.HandbackHolder<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description KeycloakSubsystemWriteAttributeHandler(List<org.jboss.as.controller.AttributeDefinition> definitions)KeycloakSubsystemWriteAttributeHandler(org.jboss.as.controller.AttributeDefinition... definitions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinishModelStage(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode newValue, org.jboss.dmr.ModelNode oldValue, org.jboss.as.controller.registry.Resource model)-
Methods inherited from class org.jboss.as.controller.ModelOnlyWriteAttributeHandler
applyUpdateToRuntime, requiresRuntime, revertUpdateToRuntime
-
-
-
-
Constructor Detail
-
KeycloakSubsystemWriteAttributeHandler
public KeycloakSubsystemWriteAttributeHandler(List<org.jboss.as.controller.AttributeDefinition> definitions)
-
KeycloakSubsystemWriteAttributeHandler
public KeycloakSubsystemWriteAttributeHandler(org.jboss.as.controller.AttributeDefinition... definitions)
-
-
Method Detail
-
finishModelStage
protected void finishModelStage(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode newValue, org.jboss.dmr.ModelNode oldValue, org.jboss.as.controller.registry.Resource model) throws org.jboss.as.controller.OperationFailedException- Overrides:
finishModelStagein classorg.jboss.as.controller.AbstractWriteAttributeHandler<Void>- Throws:
org.jboss.as.controller.OperationFailedException
-
-