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

Elements - Class in org.springframework.ldap.config
 
Elements() - Constructor for class org.springframework.ldap.config.Elements
 
EmbeddedLdapServer - Class in org.springframework.ldap.test
Helper class for embedded Apache Directory Server.
EmbeddedLdapServerFactoryBean - Class in org.springframework.ldap.test
 
EmbeddedLdapServerFactoryBean() - Constructor for class org.springframework.ldap.test.EmbeddedLdapServerFactoryBean
 
EMPTY_PATH - Static variable in class org.springframework.ldap.core.DistinguishedName
Deprecated. An empty, unmodifiable DistinguishedName.
emptyLdapName() - Static method in class org.springframework.ldap.support.LdapUtils
Construct a new, empty LdapName instance.
enable_tracing() - Method in class org.springframework.ldap.core.DnParserImpl
Enable tracing.
EnableLdapRepositories - Annotation Type in org.springframework.ldap.repository.config
Annotation to activate Ldap repositories.
encode() - Method in class org.springframework.ldap.core.DistinguishedName
Deprecated. 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() - 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
Deprecated. Encode key and value to ldap.
encodeUrl() - Method in class org.springframework.ldap.core.LdapRdn
Deprecated. Get a String representation of this LdapRdn for use in urls.
encodeUrl() - Method in class org.springframework.ldap.core.LdapRdnComponent
Deprecated. 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
Deprecated. 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
Deprecated.  
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
Deprecated.  
equals(Object) - Method in class org.springframework.ldap.core.LdapEntryIdentification
 
equals(Object) - Method in class org.springframework.ldap.core.LdapRdn
Deprecated.  
equals(Object) - Method in class org.springframework.ldap.core.LdapRdnComponent
Deprecated.  
equals(Object) - Method in class org.springframework.ldap.core.NameAwareAttribute
 
equals(Object) - Method in class org.springframework.ldap.core.NameAwareAttributes
 
equals(Object) - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
 
equals(Object) - Method in class org.springframework.ldap.filter.CompareFilter
 
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.CollectingAuthenticationErrorCallback
 
executeReadOnly(ContextExecutor<T>) - Method in interface org.springframework.ldap.core.LdapOperations
Perform an operation (or series of operations) on a read-only context.
executeReadOnly(ContextExecutor<T>) - Method in class org.springframework.ldap.core.LdapTemplate
Perform an operation (or series of operations) on a read-only context.
executeReadWrite(ContextExecutor<T>) - Method in interface org.springframework.ldap.core.LdapOperations
Perform an operation (or series of operations) on a read-write context.
executeReadWrite(ContextExecutor<T>) - Method in class org.springframework.ldap.core.LdapTemplate
Perform an operation (or series of operations) on a read-write context.
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.
exists(Name) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
 
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