Class SecureOperationReadHandler
- java.lang.Object
-
- org.jboss.as.domain.management.controller.SecureOperationReadHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class SecureOperationReadHandler extends Object implements OperationStepHandler
Handler for reading the 'operation' and 'address' fields of an active operation that ensures that responses are elided if the caller does not have rights to address the operation's target.- Author:
- Brian Stansberry (c) 2014 Red Hat Inc.
-
-
Constructor Summary
Constructors Constructor Description SecureOperationReadHandler()
-
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
-
-