Class NotEmptyResourceValidationStepHandler
java.lang.Object
org.wildfly.extension.picketlink.common.model.validator.NotEmptyResourceValidationStepHandler
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler,ModelValidationStepHandler
public class NotEmptyResourceValidationStepHandler
extends Object
implements ModelValidationStepHandler
- Author:
- Pedro Igor
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) protected voidvalidateChildren(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
INSTANCE
-
-
Method Details
-
execute
public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException - Specified by:
executein interfaceorg.jboss.as.controller.OperationStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
validateChildren
protected void validateChildren(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException - Throws:
org.jboss.as.controller.OperationFailedException
-