Spring LDAP
A B C D E F G H I J K L M N O P Q R S T U V W

E

EmbeddedLdapServer - Class in org.springframework.ldap.test
Helper class for embedded Apache Directory Server.
EMPTY_PATH - Static variable in class org.springframework.ldap.core.DistinguishedName
An empty, unmodifiable DistinguishedName.
enable_tracing() - Method in class org.springframework.ldap.core.DnParserImpl
Enable tracing.
encode() - Method in class org.springframework.ldap.core.DistinguishedName
Builds a complete LDAP path, ldap encoded, useful as a DN.
encode(StringBuffer) - Method in class org.springframework.ldap.filter.AbsoluteFalseFilter
 
encode(StringBuffer) - Method in class org.springframework.ldap.filter.AbsoluteTrueFilter
 
encode(StringBuffer) - Method in class org.springframework.ldap.filter.AbstractFilter
 
encode() - Method in class org.springframework.ldap.filter.AbstractFilter
 
encode(StringBuffer) - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
 
encode(StringBuffer) - Method in class org.springframework.ldap.filter.CompareFilter
 
encode() - Method in interface org.springframework.ldap.filter.Filter
Encodes the filter to a String.
encode(StringBuffer) - Method in interface org.springframework.ldap.filter.Filter
Encodes the filter to a StringBuffer.
encode(StringBuffer) - Method in class org.springframework.ldap.filter.HardcodedFilter
 
encode(StringBuffer) - Method in class org.springframework.ldap.filter.NotFilter
 
encode(StringBuffer) - Method in class org.springframework.ldap.filter.NotPresentFilter
 
encode(StringBuffer) - Method in class org.springframework.ldap.filter.PresentFilter
 
encodeLdap() - Method in class org.springframework.ldap.core.LdapRdnComponent
Encode key and value to ldap.
encodeUrl() - Method in class org.springframework.ldap.core.LdapRdn
Get a String representation of this LdapRdn for use in urls.
encodeUrl() - Method in class org.springframework.ldap.core.LdapRdnComponent
Get a String representation of this instance for use in URLs.
encodeValue(String) - Method in class org.springframework.ldap.filter.CompareFilter
Override to perform special encoding in subclass.
encodeValue(String) - Method in class org.springframework.ldap.filter.LikeFilter
 
encodeValue(String) - Method in class org.springframework.ldap.filter.WhitespaceWildcardsFilter
 
endColumn - Variable in class org.springframework.ldap.core.Token
The column number of the last character of this Token.
endLine - Variable in class org.springframework.ldap.core.Token
The line number of the last character of this Token.
endsWith(Name) - Method in class org.springframework.ldap.core.DistinguishedName
Determines if this DistinguishedName ends with a certian path.
Entry - Annotation Type in org.springframework.ldap.odm.annotations
This annotation marks a Java class to be persisted in an LDAP directory.
EOF - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
End of File.
eol - Variable in exception org.springframework.ldap.core.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.springframework.ldap.control.PagedResult
 
equals(Object) - Method in class org.springframework.ldap.control.PagedResultsCookie
 
equals(Object) - Method in class org.springframework.ldap.core.DirContextAdapter
 
equals(Object) - Method in class org.springframework.ldap.core.DistinguishedName
 
equals(Object) - Method in class org.springframework.ldap.core.LdapEntryIdentification
 
equals(Object) - Method in class org.springframework.ldap.core.LdapRdn
 
equals(Object) - Method in class org.springframework.ldap.core.LdapRdnComponent
 
equals(Object) - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
Compares each filter in turn.
equals(Object) - Method in class org.springframework.ldap.filter.CompareFilter
Compares key and value before encoding.
equals(Object) - Method in interface org.springframework.ldap.filter.Filter
All filters must implement equals.
equals(Object) - Method in class org.springframework.ldap.filter.HardcodedFilter
 
equals(Object) - Method in class org.springframework.ldap.filter.NotFilter
 
equals(Object) - Method in class org.springframework.ldap.filter.NotPresentFilter
 
equals(Object) - Method in class org.springframework.ldap.filter.PresentFilter
 
equals(Object) - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
equals(Object) - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
equals(Object) - Method in class org.springframework.ldap.pool.DelegatingContext
 
equals(Object) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
equals(Object) - Method in class org.springframework.ldap.pool.DelegatingLdapContext
 
EqualsFilter - Class in org.springframework.ldap.filter
A filter for 'equals'.
EqualsFilter(String, String) - Constructor for class org.springframework.ldap.filter.EqualsFilter
 
EqualsFilter(String, int) - Constructor for class org.springframework.ldap.filter.EqualsFilter
Convenience constructor for int values.
ESCAPEDSTART - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
RegularExpression Id.
execute(Exception) - Method in interface org.springframework.ldap.core.AuthenticationErrorCallback
This method will be called with the authentication exception in case there is a problem with the authentication.
execute(Exception) - Method in class org.springframework.ldap.core.support.CollectingAuthenticationErrorCallback
 
executeReadOnly(ContextExecutor) - Method in interface org.springframework.ldap.core.LdapOperations
Perform an operation (or series of operations) on a read-only context.
executeReadOnly(ContextExecutor) - Method in class org.springframework.ldap.core.LdapTemplate
 
executeReadWrite(ContextExecutor) - Method in interface org.springframework.ldap.core.LdapOperations
Perform an operation (or series of operations) on a read-write context.
executeReadWrite(ContextExecutor) - Method in class org.springframework.ldap.core.LdapTemplate
 
executeSearch(DirContext) - Method in interface org.springframework.ldap.core.SearchExecutor
Execute the actual search.
executeWithContext(DirContext, LdapEntryIdentification) - Method in interface org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback
Perform some LDAP operation on the supplied authenticated DirContext instance.
executeWithContext(DirContext) - Method in interface org.springframework.ldap.core.ContextExecutor
Perform any operation on the context.
executeWithContext(DirContext, LdapEntryIdentification) - Method in class org.springframework.ldap.core.support.LookupAttemptingCallback
 
exists(Attribute) - Method in class org.springframework.ldap.core.DirContextAdapter
Checks if an entry has a specific attribute.
exists(String) - Method in class org.springframework.ldap.core.DirContextAdapter
Checks if the attribute exists in this entry, either it was read or it has been added and update() has been called.
ExpandBuff(boolean) - Method in class org.springframework.ldap.core.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.springframework.ldap.core.ParseException
Each entry in this array is an array of integers.
extendedOperation(ExtendedRequest) - Method in class org.springframework.ldap.pool.DelegatingLdapContext
 
ExternalTlsDirContextAuthenticationStrategy - Class in org.springframework.ldap.core.support
DirContextAuthenticationStrategy for using TLS and external (SASL) authentication.
ExternalTlsDirContextAuthenticationStrategy() - Constructor for class org.springframework.ldap.core.support.ExternalTlsDirContextAuthenticationStrategy
 

Spring LDAP
A B C D E F G H I J K L M N O P Q R S T U V W