Uses of Class
netscape.ldap.LDAPAttributeSchema
-
Packages that use LDAPAttributeSchema Package Description netscape.ldap -
-
Uses of LDAPAttributeSchema in netscape.ldap
Subclasses of LDAPAttributeSchema in netscape.ldap Modifier and Type Class Description classLDAPMatchingRuleSchemaThe definition of a matching rule in the schema.classLDAPMatchingRuleUseSchemaThe definition of a matching rule use in the schema.Methods in netscape.ldap that return LDAPAttributeSchema Modifier and Type Method Description LDAPAttributeSchemaLDAPSchema. getAttribute(java.lang.String name)Gets the definition of the attribute type with the specified name.Methods in netscape.ldap that return types with arguments of type LDAPAttributeSchema Modifier and Type Method Description java.util.Enumeration<LDAPAttributeSchema>LDAPSchema. getAttributes()Gets an enumeration ofthe attribute type definitions in this schema.Methods in netscape.ldap with parameters of type LDAPAttributeSchema Modifier and Type Method Description voidLDAPSchema. addAttribute(LDAPAttributeSchema attrSchema)Add an attribute type schema definition to the current schema.
-