Uses of Class
netscape.ldap.LDAPMatchingRuleSchema
-
Packages that use LDAPMatchingRuleSchema Package Description netscape.ldap -
-
Uses of LDAPMatchingRuleSchema in netscape.ldap
Methods in netscape.ldap that return LDAPMatchingRuleSchema Modifier and Type Method Description LDAPMatchingRuleSchemaLDAPSchema. getMatchingRule(java.lang.String name)Gets the definition of a matching rule with the specified name.Methods in netscape.ldap that return types with arguments of type LDAPMatchingRuleSchema Modifier and Type Method Description java.util.Enumeration<LDAPMatchingRuleSchema>LDAPSchema. getMatchingRules()Gets an enumeration ofthe matching rule definitions in this schema.Methods in netscape.ldap with parameters of type LDAPMatchingRuleSchema Modifier and Type Method Description voidLDAPSchema. addMatchingRule(LDAPMatchingRuleSchema matchSchema)Add a matching rule schema definition to the current schema.
-