Uses of Interface
org.jboss.as.controller.transform.description.RejectAttributeChecker
Packages that use RejectAttributeChecker
-
Uses of RejectAttributeChecker in org.jboss.as.controller.security
Fields in org.jboss.as.controller.security declared as RejectAttributeCheckerModifier and TypeFieldDescriptionstatic final RejectAttributeCheckerCredentialReference.REJECT_CREDENTIAL_REFERENCE_WITH_BOTH_STORE_AND_CLEAR_TEXT -
Uses of RejectAttributeChecker in org.jboss.as.controller.transform.description
Classes in org.jboss.as.controller.transform.description that implement RejectAttributeCheckerModifier and TypeClassDescriptionclassUtility class combining the functionality ofDiscardAttributeChecker.DefaultDiscardAttributeChecker,RejectAttributeChecker.DefaultRejectAttributeCheckerandAttributeConverter.DefaultAttributeConverter.static classA standard implementation of RejectAttributeChecker.static classA RejectAttributeChecker forModelType.LISTattribute valuesstatic classA RejectAttributeChecker forModelType.OBJECTattribute valuesstatic classRejects an attribute if the value is anything other than the specified value..static classRejects the attribute if the value is equal to the specified value.Fields in org.jboss.as.controller.transform.description declared as RejectAttributeCheckerModifier and TypeFieldDescriptionstatic final RejectAttributeCheckerRejectAttributeChecker.ALLstatic final RejectAttributeCheckerRejectAttributeChecker.DEFINEDstatic final RejectAttributeCheckerRejectAttributeChecker.SIMPLE_EXPRESSIONSChecks a simple attribute for expressionsstatic final RejectAttributeCheckerRejectAttributeChecker.UNDEFINEDMethods in org.jboss.as.controller.transform.description with parameters of type RejectAttributeCheckerModifier and TypeMethodDescriptionBaseAttributeTransformationDescriptionBuilder.addRejectCheck(RejectAttributeChecker rejectChecker, String... rejectedAttributes) Adds a RejectAttributeChecker.BaseAttributeTransformationDescriptionBuilder.addRejectCheck(RejectAttributeChecker rejectChecker, AttributeDefinition... rejectedAttributes) Adds a RejectAttributeChecker.Method parameters in org.jboss.as.controller.transform.description with type arguments of type RejectAttributeCheckerModifier and TypeMethodDescriptionBaseAttributeTransformationDescriptionBuilder.addRejectChecks(List<RejectAttributeChecker> rejectCheckers, String... rejectedAttributes) Adds a list of RejectAttributeCheckers.BaseAttributeTransformationDescriptionBuilder.addRejectChecks(List<RejectAttributeChecker> rejectCheckers, AttributeDefinition... rejectedAttributes) Adds a list of RejectAttributeCheckers.Constructors in org.jboss.as.controller.transform.description with parameters of type RejectAttributeCheckerModifierConstructorDescriptionListRejectAttributeChecker(RejectAttributeChecker elementChecker) ConstructorConstructor parameters in org.jboss.as.controller.transform.description with type arguments of type RejectAttributeCheckerModifierConstructorDescriptionConstructor