Class PrincipalAdd
- java.lang.Object
-
- org.jboss.as.domain.management.access.PrincipalAdd
-
- All Implemented Interfaces:
OperationStepHandler
public class PrincipalAdd extends Object implements OperationStepHandler
AOperationStepHandlerfor adding principals to the include / exclude list.- Author:
- Darran Lofthouse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationStepHandlercreateForExclude(WritableAuthorizerConfiguration authorizerConfiguration)static OperationStepHandlercreateForInclude(WritableAuthorizerConfiguration authorizerConfiguration)voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Method Detail
-
createForInclude
public static OperationStepHandler createForInclude(WritableAuthorizerConfiguration authorizerConfiguration)
-
createForExclude
public static OperationStepHandler createForExclude(WritableAuthorizerConfiguration authorizerConfiguration)
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-