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 class
LDAPMatchingRuleSchema
The definition of a matching rule in the schema.class
LDAPMatchingRuleUseSchema
The definition of a matching rule use in the schema.Methods in netscape.ldap that return LDAPAttributeSchema Modifier and Type Method Description LDAPAttributeSchema
LDAPSchema. 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 void
LDAPSchema. addAttribute(LDAPAttributeSchema attrSchema)
Add an attribute type schema definition to the current schema.
-