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) LDAPAttributeSchemaSchemaAttribute.m_ldapAttributeMethods in com.netscape.jndi.ldap.schema that return LDAPAttributeSchemaModifier and TypeMethodDescription(package private) LDAPAttributeSchemaSchemaManager.getAttribute(String name) (package private) static LDAPAttributeSchemaSchemaAttribute.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) voidSchemaManager.createAttribute(LDAPAttributeSchema attr) (package private) voidSchemaManager.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 TypeClassDescriptionclassThe definition of a matching rule in the schema.classThe 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.attributesMethods 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 TypeMethodDescriptionvoidLDAPSchema.addAttribute(LDAPAttributeSchema attrSchema) Add an attribute type schema definition to the current schema.