Class RoleMappingRemove
- java.lang.Object
-
- org.jboss.as.domain.management.access.RoleMappingRemove
-
- All Implemented Interfaces:
OperationStepHandler
public class RoleMappingRemove extends Object implements OperationStepHandler
AOperationStepHandlerfor adding a role mapping. Initially this is just creating the resource in the model but will be updated later for additional functionality.- Author:
- Darran Lofthouse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationStepHandlercreate(WritableAuthorizerConfiguration authorizerConfiguration)voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Method Detail
-
create
public static OperationStepHandler create(WritableAuthorizerConfiguration authorizerConfiguration)
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-