Uses of Class
org.ldaptive.schema.DITStructureRule
Packages that use DITStructureRule
-
Uses of DITStructureRule in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type DITStructureRuleModifier and TypeFieldDescriptionprivate Collection
<DITStructureRule> Schema.ditStructureRules
DIT structure rules.Methods in org.ldaptive.schema that return DITStructureRuleModifier and TypeMethodDescriptionSchema.getDITStructureRule
(int id) Returns the DIT structure rule with the supplied ID.Schema.getDITStructureRule
(String name) Returns the DIT structure rule with the supplied name.static DITStructureRule
Parses the supplied definition string and creates an initialized DIT structure rule.Methods in org.ldaptive.schema that return types with arguments of type DITStructureRuleMethod parameters in org.ldaptive.schema with type arguments of type DITStructureRuleModifier and TypeMethodDescriptionvoid
Schema.setDitStructureRules
(Collection<DITStructureRule> c) Sets the DIT structure rules. -
Uses of DITStructureRule in org.ldaptive.schema.transcode
Methods in org.ldaptive.schema.transcode that return DITStructureRuleModifier and TypeMethodDescriptionDITStructureRuleValueTranscoder.decodeStringValue
(String value) Methods in org.ldaptive.schema.transcode that return types with arguments of type DITStructureRule