Class ScopedRoleRequiredHandler
- java.lang.Object
-
- org.jboss.as.domain.management.access.ScopedRoleRequiredHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class ScopedRoleRequiredHandler extends Object implements OperationStepHandler
AnOperationStepHandlerto be executed at the end of stage MODEL to confirm that a scoped role of the name specified does exist. This is used in domain mode where a non-standard role mapping is added, we need to be sure the scoped role does actually exist.- 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
-
-