Uses of Interface
org.jboss.as.controller.transform.description.RejectAttributeChecker
-
Packages that use RejectAttributeChecker Package Description org.jboss.as.controller.security org.jboss.as.controller.transform.description -
-
Uses of RejectAttributeChecker in org.jboss.as.controller.security
Fields in org.jboss.as.controller.security declared as RejectAttributeChecker Modifier and Type Field Description static 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 RejectAttributeChecker Modifier and Type Class Description classDefaultCheckersAndConverterUtility class combining the functionality ofDiscardAttributeChecker.DefaultDiscardAttributeChecker,RejectAttributeChecker.DefaultRejectAttributeCheckerandAttributeConverter.DefaultAttributeConverter.static classRejectAttributeChecker.DefaultRejectAttributeCheckerA standard implementation of RejectAttributeChecker.static classRejectAttributeChecker.ListRejectAttributeCheckerA RejectAttributeChecker forModelType.LISTattribute valuesstatic classRejectAttributeChecker.ObjectFieldsRejectAttributeCheckerA RejectAttributeChecker forModelType.OBJECTattribute valuesstatic classRejectAttributeChecker.SimpleAcceptAttributeCheckerRejects an attribute if the value is anything other than the specified value..static classRejectAttributeChecker.SimpleRejectAttributeCheckerRejects the attribute if the value is equal to the specified value.Fields in org.jboss.as.controller.transform.description declared as RejectAttributeChecker Modifier and Type Field Description static RejectAttributeCheckerRejectAttributeChecker. ALLstatic RejectAttributeCheckerRejectAttributeChecker. DEFINEDstatic RejectAttributeCheckerRejectAttributeChecker. SIMPLE_EXPRESSIONSChecks a simple attribute for expressionsstatic RejectAttributeCheckerRejectAttributeChecker. UNDEFINEDMethods in org.jboss.as.controller.transform.description with parameters of type RejectAttributeChecker Modifier and Type Method Description TBaseAttributeTransformationDescriptionBuilder. addRejectCheck(RejectAttributeChecker rejectChecker, String... rejectedAttributes)Adds a RejectAttributeChecker.TBaseAttributeTransformationDescriptionBuilder. addRejectCheck(RejectAttributeChecker rejectChecker, AttributeDefinition... rejectedAttributes)Adds a RejectAttributeChecker.Method parameters in org.jboss.as.controller.transform.description with type arguments of type RejectAttributeChecker Modifier and Type Method Description TBaseAttributeTransformationDescriptionBuilder. addRejectChecks(List<RejectAttributeChecker> rejectCheckers, String... rejectedAttributes)Adds a list of RejectAttributeCheckers.TBaseAttributeTransformationDescriptionBuilder. addRejectChecks(List<RejectAttributeChecker> rejectCheckers, AttributeDefinition... rejectedAttributes)Adds a list of RejectAttributeCheckers.Constructors in org.jboss.as.controller.transform.description with parameters of type RejectAttributeChecker Constructor Description ListRejectAttributeChecker(RejectAttributeChecker elementChecker)ConstructorConstructor parameters in org.jboss.as.controller.transform.description with type arguments of type RejectAttributeChecker Constructor Description ObjectFieldsRejectAttributeChecker(Map<String,RejectAttributeChecker> fields)Constructor
-