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) LDAPMatchingRuleSchemaSchemaMatchingRule.m_ldapMatchingRuleMethods in com.netscape.jndi.ldap.schema that return LDAPMatchingRuleSchemaModifier and TypeMethodDescription(package private) LDAPMatchingRuleSchemaSchemaManager.getMatchingRule(String name) (package private) static LDAPMatchingRuleSchemaSchemaMatchingRule.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) voidSchemaManager.createMatchingRule(LDAPMatchingRuleSchema mrule) (package private) voidSchemaManager.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.matchingRulesMethods 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 TypeMethodDescriptionvoidLDAPSchema.addMatchingRule(LDAPMatchingRuleSchema matchSchema) Add a matching rule schema definition to the current schema.