Uses of Class
org.forgerock.opendj.config.Constraint
Packages that use Constraint
-
Uses of Constraint in org.forgerock.opendj.config
Subclasses of Constraint in org.forgerock.opendj.configModifier and TypeClassDescriptionfinal class
A generic constraint which comprises of an underlying condition and a description.Methods in org.forgerock.opendj.config that return ConstraintModifier and TypeMethodDescriptionAggregationPropertyDefinition.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 ConstraintModifier and TypeMethodDescriptionfinal Collection<Constraint>
AbstractManagedObjectDefinition.getAllConstraints()
Get all the constraints associated with this type of managed object.final Collection<Constraint>
AbstractManagedObjectDefinition.getConstraints()
Get the constraints defined by this managed object definition.Methods in org.forgerock.opendj.config with parameters of type ConstraintModifier and TypeMethodDescriptionprotected final void
AbstractManagedObjectDefinition.registerConstraint
(Constraint constraint) Register a constraint with this managed object definition.