Uses of Class
netscape.ldap.LDAPAttributeSchema
Packages that use LDAPAttributeSchema
-
Uses of LDAPAttributeSchema in com.netscape.jndi.ldap.schema
Fields in com.netscape.jndi.ldap.schema declared as LDAPAttributeSchemaModifier and TypeFieldDescription(package private) LDAPAttributeSchema
SchemaAttribute.m_ldapAttribute
Methods in com.netscape.jndi.ldap.schema that return LDAPAttributeSchemaModifier and TypeMethodDescription(package private) LDAPAttributeSchema
SchemaManager.getAttribute
(String name) (package private) static LDAPAttributeSchema
SchemaAttribute.parseDefAttributes
(Attributes attrs) Parse Definition Attributes for a LDAP attributeMethods in com.netscape.jndi.ldap.schema that return types with arguments of type LDAPAttributeSchemaModifier and TypeMethodDescription(package private) Enumeration<LDAPAttributeSchema>
SchemaManager.getAttributes()
Methods in com.netscape.jndi.ldap.schema with parameters of type LDAPAttributeSchemaModifier and TypeMethodDescription(package private) void
SchemaManager.createAttribute
(LDAPAttributeSchema attr) (package private) void
SchemaManager.modifyAttribute
(LDAPAttributeSchema attr, LDAPAttributeSchema modAttr) Constructors in com.netscape.jndi.ldap.schema with parameters of type LDAPAttributeSchemaModifierConstructorDescriptionSchemaAttribute
(LDAPAttributeSchema ldapAttribute, SchemaManager schemaManager) -
Uses of LDAPAttributeSchema in netscape.ldap
Subclasses of LDAPAttributeSchema in netscape.ldapModifier and TypeClassDescriptionclass
The definition of a matching rule in the schema.class
The definition of a matching rule use in the schema.Fields in netscape.ldap with type parameters of type LDAPAttributeSchemaModifier and TypeFieldDescriptionprivate Hashtable<String,
LDAPAttributeSchema> LDAPSchema.attributes
Methods in netscape.ldap that return LDAPAttributeSchemaModifier and TypeMethodDescriptionLDAPSchema.getAttribute
(String name) Gets the definition of the attribute type with the specified name.Methods in netscape.ldap that return types with arguments of type LDAPAttributeSchemaModifier and TypeMethodDescriptionLDAPSchema.getAttributes()
Gets an enumeration ofthe attribute type definitions in this schema.Methods in netscape.ldap with parameters of type LDAPAttributeSchemaModifier and TypeMethodDescriptionvoid
LDAPSchema.addAttribute
(LDAPAttributeSchema attrSchema) Add an attribute type schema definition to the current schema.