Class RoleMappingNotRequiredHandler
- java.lang.Object
-
- org.jboss.as.domain.management.access.RoleMappingNotRequiredHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class RoleMappingNotRequiredHandler extends Object implements OperationStepHandler
AnOperationStepHandlerto be executed at the end of stage MODEL to confirm that a role mapping does not exist. This is used in domain mode where a scoped role is removed to verify there is no remaining role mapping.- Author:
- Darran Lofthouse
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-