- LdapAttribute - Class in org.springframework.ldap.core
-
Extends
BasicAttribute to add support for
options as defined in RFC2849.
- LdapAttribute(String) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an unordered attribute with the specified ID.
- LdapAttribute(String, Object) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an unordered attribute with the specified ID and value.
- LdapAttribute(String, Object, Collection<String>) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an unordered attribute with the specified ID, value, and options.
- LdapAttribute(String, boolean) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an attribute with the specified ID whose values may be ordered.
- LdapAttribute(String, Collection<String>, boolean) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an attribute with the specified ID and options whose values may be ordered.
- LdapAttribute(String, Object, boolean) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an attribute with the specified ID and value whose values may be ordered.
- LdapAttribute(String, Object, Collection<String>, boolean) - Constructor for class org.springframework.ldap.core.LdapAttribute
-
Creates an attribute with the specified ID, value, and options whose values may be ordered.
- LdapAttributes - Class in org.springframework.ldap.core
-
- LdapAttributes() - Constructor for class org.springframework.ldap.core.LdapAttributes
-
Default constructor.
- LdapAttributes(boolean) - Constructor for class org.springframework.ldap.core.LdapAttributes
-
Constructor for specifying whether or not the object is case sensitive.
- LdifParser - Class in org.springframework.ldap.ldif.parser
-
The
LdifParser is the main class of the
org.springframework.ldap.ldif package.
- LdifParser() - Constructor for class org.springframework.ldap.ldif.parser.LdifParser
-
Default constructor.
- LdifParser(boolean) - Constructor for class org.springframework.ldap.ldif.parser.LdifParser
-
Creates a LdifParser with the indicated case sensitivity setting.
- LdifParser(Resource, boolean) - Constructor for class org.springframework.ldap.ldif.parser.LdifParser
-
Creates an LdifParser for the specified resource with the provided case sensitivity setting.
- LdifParser(Resource) - Constructor for class org.springframework.ldap.ldif.parser.LdifParser
-
Convenience constructor for resource specification.
- LdifParser(File) - Constructor for class org.springframework.ldap.ldif.parser.LdifParser
-
Convenience constructor: accepts a File object.
- LineIdentifier - Enum in org.springframework.ldap.ldif.support
-
Enumeration declaring possible event types when parsing LDIF files.