Uses of Class
netscape.ldap.LDAPMatchingRuleSchema
Packages that use LDAPMatchingRuleSchema
-
Uses of LDAPMatchingRuleSchema in com.netscape.jndi.ldap.schema
Fields in com.netscape.jndi.ldap.schema declared as LDAPMatchingRuleSchemaModifier and TypeFieldDescription(package private) LDAPMatchingRuleSchema
SchemaMatchingRule.m_ldapMatchingRule
Methods in com.netscape.jndi.ldap.schema that return LDAPMatchingRuleSchemaModifier and TypeMethodDescription(package private) LDAPMatchingRuleSchema
SchemaManager.getMatchingRule
(String name) (package private) static LDAPMatchingRuleSchema
SchemaMatchingRule.parseDefAttributes
(Attributes attrs) Parse Definition Attributes for a LDAP matching ruleMethods in com.netscape.jndi.ldap.schema that return types with arguments of type LDAPMatchingRuleSchemaModifier and TypeMethodDescription(package private) Enumeration
<LDAPMatchingRuleSchema> SchemaManager.getMatchingRules()
Methods in com.netscape.jndi.ldap.schema with parameters of type LDAPMatchingRuleSchemaModifier and TypeMethodDescription(package private) void
SchemaManager.createMatchingRule
(LDAPMatchingRuleSchema mrule) (package private) void
SchemaManager.modifyMatchingRule
(LDAPMatchingRuleSchema mrule, LDAPMatchingRuleSchema modMRule) Constructors in com.netscape.jndi.ldap.schema with parameters of type LDAPMatchingRuleSchemaModifierConstructorDescriptionSchemaMatchingRule
(LDAPMatchingRuleSchema ldapMatchingRule, SchemaManager schemaManager) -
Uses of LDAPMatchingRuleSchema in netscape.ldap
Fields in netscape.ldap with type parameters of type LDAPMatchingRuleSchemaModifier and TypeFieldDescriptionprivate Hashtable
<String, LDAPMatchingRuleSchema> LDAPSchema.matchingRules
Methods in netscape.ldap that return LDAPMatchingRuleSchemaModifier and TypeMethodDescriptionLDAPSchema.getMatchingRule
(String name) Gets the definition of a matching rule with the specified name.Methods in netscape.ldap that return types with arguments of type LDAPMatchingRuleSchemaModifier and TypeMethodDescriptionLDAPSchema.getMatchingRules()
Gets an enumeration ofthe matching rule definitions in this schema.Methods in netscape.ldap with parameters of type LDAPMatchingRuleSchemaModifier and TypeMethodDescriptionvoid
LDAPSchema.addMatchingRule
(LDAPMatchingRuleSchema matchSchema) Add a matching rule schema definition to the current schema.