Class SimpleRejectAttributeChecker

  • All Implemented Interfaces:
    org.jboss.as.controller.transform.description.RejectAttributeChecker

    public class SimpleRejectAttributeChecker
    extends Object
    implements org.jboss.as.controller.transform.description.RejectAttributeChecker
    Simple RejectAttributeChecker that provides the operation or model context to a SimpleRejectAttributeChecker.Rejecter.
    Author:
    Paul Ferraro
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  SimpleRejectAttributeChecker.Rejecter  
      • Nested classes/interfaces inherited from interface org.jboss.as.controller.transform.description.RejectAttributeChecker

        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
    • Field Summary

      • Fields inherited from interface org.jboss.as.controller.transform.description.RejectAttributeChecker

        ALL, DEFINED, SIMPLE_EXPRESSIONS, UNDEFINED
    • Method Detail

      • rejectOperationParameter

        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)
        Specified by:
        rejectOperationParameter in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
      • rejectResourceAttribute

        public boolean rejectResourceAttribute​(org.jboss.as.controller.PathAddress address,
                                               String name,
                                               org.jboss.dmr.ModelNode value,
                                               org.jboss.as.controller.transform.TransformationContext context)
        Specified by:
        rejectResourceAttribute in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
      • getRejectionLogMessageId

        public String getRejectionLogMessageId()
        Specified by:
        getRejectionLogMessageId in interface org.jboss.as.controller.transform.description.RejectAttributeChecker
      • getRejectionLogMessage

        public String getRejectionLogMessage​(Map<String,​org.jboss.dmr.ModelNode> attributes)
        Specified by:
        getRejectionLogMessage in interface org.jboss.as.controller.transform.description.RejectAttributeChecker