public class SecurityRealmRemoveHandler extends Object implements OperationStepHandler
| Modifier and Type | Field and Description |
|---|---|
static SecurityRealmRemoveHandler |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected void |
recoverServices(OperationContext context,
String realmName,
org.jboss.dmr.ModelNode model) |
protected void |
removeServices(OperationContext context,
String realmName,
org.jboss.dmr.ModelNode model) |
public static final SecurityRealmRemoveHandler INSTANCE
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
execute in interface OperationStepHandlerOperationFailedExceptionprotected void removeServices(OperationContext context, String realmName, org.jboss.dmr.ModelNode model) throws OperationFailedException
OperationFailedExceptionprotected void recoverServices(OperationContext context, String realmName, org.jboss.dmr.ModelNode model)
Copyright © 2015 JBoss by Red Hat. All rights reserved.