Uses of Class
netscape.ldap.LDAPAttributeSchema

Packages that use LDAPAttributeSchema
netscape.ldap   
 

Uses of LDAPAttributeSchema in netscape.ldap
 

Subclasses of LDAPAttributeSchema in netscape.ldap
 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
 LDAPAttributeSchema LDAPSchema.getAttribute(java.lang.String name)
          Gets the definition of the attribute type with the specified name.
 

Methods in netscape.ldap with parameters of type LDAPAttributeSchema
 void LDAPSchema.addAttribute(LDAPAttributeSchema attrSchema)
          Add an attribute type schema definition to the current schema.