- tabSize - Variable in class org.springframework.ldap.core.SimpleCharStream
-
- TempEntryRenamingStrategy - Interface in org.springframework.ldap.transaction.compensating
-
Interface for different strategies to rename temporary entries for unbind and
rebind operations.
- TestContextSourceFactoryBean - Class in org.springframework.ldap.test
-
- TestContextSourceFactoryBean() - Constructor for class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- TestContextSourceFactoryBean - Class in org.springframework.ldap.test.unboundid
-
- TestContextSourceFactoryBean() - Constructor for class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- timeLimit() - Method in interface org.springframework.ldap.query.LdapQuery
-
Get the time limit.
- timeLimit(int) - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
Set the time limit for the query.
- timeLimit() - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
- TimeLimitExceededException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI TimeLimitExceededException.
- TimeLimitExceededException(TimeLimitExceededException) - Constructor for exception org.springframework.ldap.TimeLimitExceededException
-
- toCompactString() - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Get the compact String representation of this
DistinguishedName
.
- token - Variable in class org.springframework.ldap.core.DnParserImpl
-
Current token.
- Token - Class in org.springframework.ldap.core
-
Describes the input token stream.
- Token() - Constructor for class org.springframework.ldap.core.Token
-
No-argument constructor
- Token(int) - Constructor for class org.springframework.ldap.core.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.springframework.ldap.core.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class org.springframework.ldap.core.DnParserImpl
-
Generated Token Manager.
- tokenImage - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
Literal token values.
- tokenImage - Variable in exception org.springframework.ldap.core.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- TokenMgrError - Error in org.springframework.ldap.core
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.springframework.ldap.core.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error org.springframework.ldap.core.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.springframework.ldap.core.TokenMgrError
-
Full Constructor.
- toString() - Method in class org.springframework.ldap.core.DirContextAdapter
- toString() - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Get the String representation of this DistinguishedName
.
- toString() - Method in class org.springframework.ldap.core.LdapAttributes
-
Returns a string representation of the object in LDIF format.
- toString() - Method in class org.springframework.ldap.core.LdapRdn
-
Deprecated.
- toString() - Method in class org.springframework.ldap.core.LdapRdnComponent
-
Deprecated.
- toString() - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- toString() - Method in class org.springframework.ldap.core.NameAwareAttributes
-
- toString() - Method in class org.springframework.ldap.core.Token
-
Returns the image.
- toString() - Method in class org.springframework.ldap.filter.AbstractFilter
-
- toString() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
-
- toString() - Method in class org.springframework.ldap.odm.tools.ObjectSchema
-
- toString() - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
-
- toString() - Method in class org.springframework.ldap.pool.DelegatingContext
-
- toString() - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- toString() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- toString() - Method in class org.springframework.ldap.pool.DirContextType
-
- toString() - Method in class org.springframework.ldap.pool2.DelegatingContext
-
- toString() - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- toString() - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- toString() - Method in class org.springframework.ldap.pool2.DirContextType
-
- ToStringConverter - Class in org.springframework.ldap.odm.typeconversion.impl.converters
-
A Converter from any class to a
String
via the
toString
method.
- ToStringConverter() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.converters.ToStringConverter
-
- toTwoCharHex(char) - Static method in class org.springframework.ldap.support.LdapEncoder
-
- toUrl() - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
Builds a complete LDAP path, ldap and url encoded.
- TRAILCHAR - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- TRANSACTION_MANAGER - Static variable in class org.springframework.ldap.config.Elements
-
- TransactionAwareContextSourceProxy - Class in org.springframework.ldap.transaction.compensating.manager
-
A proxy for ContextSource to make sure that the returned DirContext objects
are aware of the surrounding transactions.
- TransactionAwareContextSourceProxy(ContextSource) - Constructor for class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
-
Constructor.
- TransactionAwareDirContextInvocationHandler - Class in org.springframework.ldap.transaction.compensating.manager
-
Proxy implementation for DirContext, making sure that the instance is not
closed during a transaction, and that all modifying operations are recorded,
storing compensating rollback operations for them.
- TransactionAwareDirContextInvocationHandler(DirContext, ContextSource) - Constructor for class org.springframework.ldap.transaction.compensating.manager.TransactionAwareDirContextInvocationHandler
-
Constructor.
- TransactionManagerParser - Class in org.springframework.ldap.config
-
- TransactionManagerParser() - Constructor for class org.springframework.ldap.config.TransactionManagerParser
-
- Transient - Annotation Type in org.springframework.ldap.odm.annotations
-
This annotation identifies a field in an
Entry
annotated class that
should
not be persisted to LDAP.