Uses of Class
org.forgerock.opendj.config.Constraint
-
Packages that use Constraint Package Description org.forgerock.opendj.config Common administration classes. -
-
Uses of Constraint in org.forgerock.opendj.config
Subclasses of Constraint in org.forgerock.opendj.config Modifier and Type Class Description class
GenericConstraint
A generic constraint which comprises of an underlying condition and a description.Methods in org.forgerock.opendj.config that return Constraint Modifier and Type Method Description Constraint
AggregationPropertyDefinition. getSourceConstraint()
Gets the constraint which should be enforced on the aggregating managed object.Methods in org.forgerock.opendj.config that return types with arguments of type Constraint Modifier and Type Method Description Collection<Constraint>
AbstractManagedObjectDefinition. getAllConstraints()
Get all the constraints associated with this type of managed object.Collection<Constraint>
AbstractManagedObjectDefinition. getConstraints()
Get the constraints defined by this managed object definition.Methods in org.forgerock.opendj.config with parameters of type Constraint Modifier and Type Method Description protected void
AbstractManagedObjectDefinition. registerConstraint(Constraint constraint)
Register a constraint with this managed object definition.
-