public class SimpleRejectAttributeChecker extends Object implements org.jboss.as.controller.transform.description.RejectAttributeChecker
RejectAttributeChecker
that provides the operation or model context to a SimpleRejectAttributeChecker.Rejecter
.Modifier and Type | Class and Description |
---|---|
static interface |
SimpleRejectAttributeChecker.Rejecter |
org.jboss.as.controller.transform.description.RejectAttributeChecker.DefaultRejectAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.ListRejectAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.ObjectFieldsRejectAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleAcceptAttributeChecker, org.jboss.as.controller.transform.description.RejectAttributeChecker.SimpleRejectAttributeChecker
Constructor and Description |
---|
SimpleRejectAttributeChecker(SimpleRejectAttributeChecker.Rejecter rejecter) |
Modifier and Type | Method and Description |
---|---|
String |
getRejectionLogMessage(Map<String,org.jboss.dmr.ModelNode> attributes) |
String |
getRejectionLogMessageId() |
boolean |
rejectOperationParameter(org.jboss.as.controller.PathAddress address,
String name,
org.jboss.dmr.ModelNode value,
org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.transform.TransformationContext context) |
boolean |
rejectResourceAttribute(org.jboss.as.controller.PathAddress address,
String name,
org.jboss.dmr.ModelNode value,
org.jboss.as.controller.transform.TransformationContext context) |
public SimpleRejectAttributeChecker(SimpleRejectAttributeChecker.Rejecter rejecter)
public boolean rejectOperationParameter(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.dmr.ModelNode operation, org.jboss.as.controller.transform.TransformationContext context)
rejectOperationParameter
in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
public boolean rejectResourceAttribute(org.jboss.as.controller.PathAddress address, String name, org.jboss.dmr.ModelNode value, org.jboss.as.controller.transform.TransformationContext context)
rejectResourceAttribute
in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
public String getRejectionLogMessageId()
getRejectionLogMessageId
in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
Copyright © 2016 JBoss by Red Hat. All rights reserved.