Uses of Class
netscape.ldap.LDAPDITStructureRuleSchema
-
Packages that use LDAPDITStructureRuleSchema Package Description netscape.ldap -
-
Uses of LDAPDITStructureRuleSchema in netscape.ldap
Methods in netscape.ldap that return LDAPDITStructureRuleSchema Modifier and Type Method Description LDAPDITStructureRuleSchemaLDAPSchema. getDITStructureRule(int ID)Gets the definition of a structure rule with the specified name.LDAPDITStructureRuleSchemaLDAPSchema. getDITStructureRule(java.lang.String name)Gets the definition of a structure rule with the specified name.Methods in netscape.ldap that return types with arguments of type LDAPDITStructureRuleSchema Modifier and Type Method Description java.util.Enumeration<LDAPDITStructureRuleSchema>LDAPSchema. getDITStructureRules()Get an enumeration of the structure rules in this schema.Methods in netscape.ldap with parameters of type LDAPDITStructureRuleSchema Modifier and Type Method Description voidLDAPSchema. addDITStructureRule(LDAPDITStructureRuleSchema rule)Add a structure rule definition to the current schema.
-