Class MigrateJsonOperation
- java.lang.Object
-
- org.keycloak.subsystem.server.extension.MigrateJsonOperation
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class MigrateJsonOperation extends Object implements org.jboss.as.controller.OperationStepHandler
This operation provides a migration path from keycloak-server.json to standalone.xml or domain.xml.- Author:
- Stan Silvert ssilvert@redhat.com (C) 2016 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.OperationDefinitionDEFINITIONstatic StringOPERATION_NAME
-
Constructor Summary
Constructors Constructor Description MigrateJsonOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
OPERATION_NAME
public static final String OPERATION_NAME
- See Also:
- Constant Field Values
-
DEFINITION
public static final org.jboss.as.controller.OperationDefinition DEFINITION
-
-
Method Detail
-
execute
public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException- Specified by:
executein interfaceorg.jboss.as.controller.OperationStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
-