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

G

generateParseException() - Method in class org.springframework.ldap.core.DnParserImpl
Generate ParseException.
get(int) - Method in class org.springframework.ldap.core.DistinguishedName
 
getAbsoluteDn() - Method in class org.springframework.ldap.core.LdapEntryIdentification
Get the absolute DN of the identified entry, e.g.
getActualTargetClass(DirContext) - Static method in class org.springframework.ldap.support.LdapUtils
Get the actual class of the supplied DirContext instance; LdapContext or DirContext.
getAll() - Method in class org.springframework.ldap.core.DistinguishedName
 
getAnonymousEnv() - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getArgumentAsName(Object) - Static method in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
Get the argument as a Name.
getAsText() - Method in class org.springframework.ldap.core.DistinguishedNameEditor
 
getAttributes() - Method in class org.springframework.ldap.core.DirContextAdapter
Get all attributes.
getAttributes(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getAttributes(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getAttributes(Name, String[]) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getAttributes(String, String[]) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getAttributes() - Method in interface org.springframework.ldap.core.DirContextOperations
Get all the Attributes.
getAttributes(Name, String[]) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
getAttributes(Name) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
getAttributes(String, String[]) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
getAttributes(String) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
getAttributes(Name) - Method in class org.springframework.ldap.test.DummyDirContext
 
getAttributes(String) - Method in class org.springframework.ldap.test.DummyDirContext
 
getAttributes(Name, String[]) - Method in class org.springframework.ldap.test.DummyDirContext
 
getAttributes(String, String[]) - Method in class org.springframework.ldap.test.DummyDirContext
 
getAttributesForLookup() - Method in interface org.springframework.ldap.core.IncrementalAttributesMapper
Get properly formatted attributes for use in the next query.
getAttributesForLookup() - Method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
 
getAttributeSortedStringSet(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getAttributeSortedStringSet(String) - Method in interface org.springframework.ldap.core.DirContextOperations
Get all String values of the attribute as a SortedSet.
getAuthenticatedEnv(String, String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getAuthenticationSource() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get the authentication source.
getBase() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get the base suffix from which all operations should originate.
getBase() - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
 
getBaseLdapPath() - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getBaseLdapPath() - Method in interface org.springframework.ldap.core.support.BaseLdapPathSource
Get the base LDAP path as a DistinguishedName.
getBaseLdapPathAsString() - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getBaseLdapPathAsString() - Method in interface org.springframework.ldap.core.support.BaseLdapPathSource
Get the base LDAP path as a String.
getBeginColumn() - Method in class org.springframework.ldap.core.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.springframework.ldap.core.SimpleCharStream
Get token beginning line number.
getCause() - Method in exception org.springframework.ldap.NamingException
Overrides Throwable.getCause() since serialization always tries to serialize the base class before the subclass.
getCollectedAttributes() - Method in interface org.springframework.ldap.core.IncrementalAttributesMapper
Get all collected values for all managed attributes as an Attributes instance.
getCollectedAttributes() - Method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
 
getColumn() - Method in class org.springframework.ldap.core.SimpleCharStream
Deprecated.  
getCompareString() - Method in class org.springframework.ldap.filter.CompareFilter
Implement this method in subclass to return a String representing the operator.
getCompareString() - Method in class org.springframework.ldap.filter.EqualsFilter
 
getCompareString() - Method in class org.springframework.ldap.filter.GreaterThanOrEqualsFilter
 
getCompareString() - Method in class org.springframework.ldap.filter.LessThanOrEqualsFilter
 
getCompensatingModificationItem(Attributes, ModificationItem) - Method in class org.springframework.ldap.transaction.compensating.ModifyAttributesOperationRecorder
Get a ModificationItem to use for rollback of the supplied modification.
getComponent() - Method in class org.springframework.ldap.core.LdapRdn
Gets the first LdapRdnComponent of this LdapRdn.
getComponent(int) - Method in class org.springframework.ldap.core.LdapRdn
Get the LdapRdnComponent at index idx.
getComponents() - Method in class org.springframework.ldap.core.LdapRdn
Gets all components in this LdapRdn.
getConnectControls() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
 
getContext(String, String) - Method in interface org.springframework.ldap.core.ContextSource
Gets a DirContext instance authenticated using the supplied principal and credentials.
getContext(String, String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getContext(String, String) - Method in class org.springframework.ldap.core.support.SingleContextSource
 
getContext(DirContextType) - Method in class org.springframework.ldap.pool.factory.MutablePoolingContextSource
 
getContext(DirContextType) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
Gets a DirContext of the specified type from the keyed object pool.
getContext(String, String) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getContext(String, String) - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
 
getContextFactory() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get the context factory.
getContextSource() - Method in class org.springframework.ldap.core.LdapTemplate
Get the ContextSource.
getContextSource() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getContextSource() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
 
getContextSource() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
 
getContextSource() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
Get the ContextSource.
getContextSource() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
 
getCookie() - Method in class org.springframework.ldap.control.PagedResult
Get the cookie.
getCookie() - Method in class org.springframework.ldap.control.PagedResultsCookie
Get the cookie.
getCookie() - Method in class org.springframework.ldap.control.PagedResultsDirContextProcessor
Get the cookie.
getCookie() - Method in class org.springframework.ldap.control.PagedResultsRequestControl
Deprecated. Get the cookie.
getCredentials() - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
Checks if the target's principal is not empty; if not, the credentials from the target is returned - otherwise return the defaultPassword.
getCredentials() - Method in interface org.springframework.ldap.core.AuthenticationSource
Get the credentials to use when creating an authenticated context.
getCtx() - Method in class org.springframework.ldap.transaction.compensating.manager.DirContextHolder
Return the DirContext associated with the current transaction.
getDelegateContext() - Method in class org.springframework.ldap.pool.DelegatingContext
 
getDelegateContext() - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
getDelegateDirContext() - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
getDelegateDirContext() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
 
getDelegateLdapContext() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
 
getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.core.support.AbstractContextSource
Implement in subclass to create a DirContext of the desired type (e.g.
getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.core.support.DirContextSource
Create a new InitialDirContext instance.
getDirContextInstance(Hashtable) - Method in class org.springframework.ldap.core.support.LdapContextSource
 
getDirContextProcessors() - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
Get the list of managed DirContextProcessor instances.
getDirContextValidator() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getDirObjectFactory() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get the DirObjectFactory to use.
getDn() - Method in class org.springframework.ldap.core.DirContextAdapter
 
getDn() - Method in interface org.springframework.ldap.core.DirContextOperations
Returns the DN relative to the base path.
getDN() - Method in class org.springframework.ldap.core.LdapAttributes
Returns the distinguished name to which the object is bound.
getEndColumn() - Method in class org.springframework.ldap.core.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.springframework.ldap.core.SimpleCharStream
Get token end line number.
getEnvironment() - Method in class org.springframework.ldap.core.DirContextAdapter
 
getEnvironment() - Method in class org.springframework.ldap.pool.DelegatingContext
 
getEnvironment() - Method in class org.springframework.ldap.test.DummyDirContext
 
getError() - Method in class org.springframework.ldap.core.support.CollectingAuthenticationErrorCallback
 
getExplanation() - Method in exception org.springframework.ldap.NamingException
Convenience method to get the explanation associated with this exception, if the root cause was an instance of NamingException.
getFilter() - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
 
getFirstArgumentAsName(Object[]) - Static method in class org.springframework.ldap.transaction.compensating.LdapTransactionUtils
Get the first parameter in the argument list as a Name.
getHolder() - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionObject
Get the DirContextHolder.
GetImage() - Method in class org.springframework.ldap.core.SimpleCharStream
Get token literal value.
getInnermostDelegateContext() - Method in class org.springframework.ldap.pool.DelegatingContext
Recursivley inspect delegates until a non-delegating context is found.
getInnermostDelegateDirContext() - Method in class org.springframework.ldap.pool.DelegatingDirContext
Recursivley inspect delegates until a non-delegating dir context is found.
getInnermostDelegateLdapContext() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
Recursivley inspect delegates until a non-delegating ldap context is found.
getIsArray() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getIsBinary() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getIsMultiValued() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getIsPrimitive() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getJavaName() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getKey() - Method in class org.springframework.ldap.core.LdapRdn
Get the key of this LdapRdn.
getKey() - Method in class org.springframework.ldap.core.LdapRdnComponent
Get the key (Attribute name) of this component.
getLdapEncoded() - Method in class org.springframework.ldap.core.LdapRdn
Get a properly rfc2253-encoded String representation of this LdapRdn.
getLdapEncoded() - Method in class org.springframework.ldap.core.LdapRdnComponent
 
getLdapOperations() - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
Get the wrapped LdapOperations instance.
getLdapOperations() - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
 
getLdapRdn(int) - Method in class org.springframework.ldap.core.DistinguishedName
Get the LdapRdn at a specified position.
getLdapRdn(String) - Method in class org.springframework.ldap.core.DistinguishedName
Get the LdapRdn with the specified key.
getLine() - Method in class org.springframework.ldap.core.SimpleCharStream
Deprecated.  
getList() - Method in class org.springframework.ldap.core.CollectingNameClassPairCallbackHandler
Get the assembled list.
getLogicalOperator() - Method in class org.springframework.ldap.filter.AndFilter
 
getLogicalOperator() - Method in class org.springframework.ldap.filter.BinaryLogicalFilter
Implement this in subclass to return the logical operator, for example &qout;&&qout;.
getLogicalOperator() - Method in class org.springframework.ldap.filter.OrFilter
 
getMaxActive() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getMaxIdle() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getMaxTotal() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getMaxWait() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getMay() - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
getMessage() - Method in error org.springframework.ldap.core.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMinEvictableIdleTimeMillis() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getMinIdle() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getModificationItems() - Method in interface org.springframework.ldap.core.AttributeModificationsAware
Creates an array of which attributes have been changed, added or removed since the initialization of this object.
getModificationItems() - Method in class org.springframework.ldap.core.DirContextAdapter
 
getMust() - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
getName() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getNameInNamespace() - Method in class org.springframework.ldap.core.DirContextAdapter
 
getNameInNamespace() - Method in interface org.springframework.ldap.core.DirContextOperations
 
getNameInNamespace() - Method in class org.springframework.ldap.pool.DelegatingContext
 
getNameInNamespace() - Method in class org.springframework.ldap.test.DummyDirContext
 
getNameParser(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getNameParser(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getNameParser(Name) - Method in class org.springframework.ldap.pool.DelegatingContext
 
getNameParser(String) - Method in class org.springframework.ldap.pool.DelegatingContext
 
getNameParser(Name) - Method in class org.springframework.ldap.test.DummyDirContext
 
getNameParser(String) - Method in class org.springframework.ldap.test.DummyDirContext
 
getNames() - Method in class org.springframework.ldap.core.DistinguishedName
Get the name List.
getNamesOfModifiedAttributes() - Method in class org.springframework.ldap.core.DirContextAdapter
 
getNamesOfModifiedAttributes() - Method in interface org.springframework.ldap.core.DirContextOperations
Creates a String array of the names of the attributes which have been changed.
getNewHolder() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
 
getNewHolder() - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
Get a new implementation specific CompensatingTransactionHolderSupport instance.
getNextToken() - Method in class org.springframework.ldap.core.DnParserImpl
Get the next Token.
getNextToken() - Method in class org.springframework.ldap.core.DnParserImplTokenManager
Get the next Token.
getNoOfRows() - Method in class org.springframework.ldap.core.support.CountNameClassPairCallbackHandler
Get the number of rows that was returned by the search.
getNumActive() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getNumIdle() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getNumTestsPerEvictionRun() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getObject() - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
 
getObject() - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
Creates a ConverterManagerImpl populating it with Converter instances from the converterConfigList property.
getObjectAttribute(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getObjectAttribute(String) - Method in interface org.springframework.ldap.core.DirContextOperations
Get the value of an Object attribute.
getObjectAttributes(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getObjectAttributes(String) - Method in interface org.springframework.ldap.core.DirContextOperations
Get all values of an Object attribute.
getObjectClass() - Method in class org.springframework.ldap.odm.tools.ObjectSchema
 
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.AttributesMapperCallbackHandler
Cast the NameClassPair to a SearchResult and pass its attributes to the AttributesMapper.
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.CollectingNameClassPairCallbackHandler
Handle a NameClassPair and transform it to an Object of the desired type and with data from the NameClassPair.
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.ContextMapperCallbackHandler
Cast the NameClassPair to a Binding and pass its object to the ContextMapper.
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.LdapTemplate.MappingCollectingNameClassPairCallbackHandler
 
getObjectFromNameClassPair(NameClassPair) - Method in class org.springframework.ldap.core.simple.ContextMapperCallbackHandlerWithControls
 
getObjectInstance(Object, Name, Context, Hashtable, Attributes) - Method in class org.springframework.ldap.core.support.DefaultDirObjectFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.springframework.ldap.core.support.DefaultDirObjectFactory
 
getObjectType() - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
 
getObjectType() - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
 
getObjectType() - Method in class org.springframework.ldap.test.ContextSourceEc2InstanceLaunchingFactoryBean
 
getObjectType() - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
 
getOperationExecutors() - Method in class org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager
Get the rollback operations.
getOptions() - Method in class org.springframework.ldap.core.LdapAttribute
Get options.
getOrder() - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
 
getPageSize() - Method in class org.springframework.ldap.control.PagedResultsDirContextProcessor
Get the page size.
getPageSize() - Method in class org.springframework.ldap.control.PagedResultsRequestControl
Deprecated. Get the page size.
getPrefix(int) - Method in class org.springframework.ldap.core.DistinguishedName
 
getPrincipal() - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
Checks if the target's principal is not empty; if not, this is returned - otherwise return the defaultPassword.
getPrincipal() - Method in interface org.springframework.ldap.core.AuthenticationSource
Get the principal to use when creating an authenticated context.
getReadOnlyContext() - Method in interface org.springframework.ldap.core.ContextSource
Gets a read-only DirContext.
getReadOnlyContext() - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getReadOnlyContext() - Method in class org.springframework.ldap.core.support.SingleContextSource
 
getReadOnlyContext() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getReadOnlyContext() - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
 
getReadWriteContext() - Method in interface org.springframework.ldap.core.ContextSource
Gets a read-write DirContext instance.
getReadWriteContext() - Method in class org.springframework.ldap.core.support.AbstractContextSource
 
getReadWriteContext() - Method in class org.springframework.ldap.core.support.SingleContextSource
 
getReadWriteContext() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getReadWriteContext() - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
 
getRecord() - Method in class org.springframework.ldap.ldif.parser.LdifParser
 
getRecord() - Method in interface org.springframework.ldap.ldif.parser.Parser
Parses the next record from the resource.
getReferralUrl() - Method in class org.springframework.ldap.core.DirContextAdapter
 
getReferralUrl() - Method in interface org.springframework.ldap.core.DirContextOperations
If this instance results from a referral, this method returns the url of the referred server.
getRelativeDn() - Method in class org.springframework.ldap.core.LdapEntryIdentification
Get the DN of the identified entry relative to the base LDAP path, e.g.
getRemainingName() - Method in exception org.springframework.ldap.NamingException
Convenience method to get the unresolved part of the name associated with this exception, if the root cause was an instance of NamingException.
getRenamingStrategy() - Method in class org.springframework.ldap.transaction.compensating.RebindOperationRecorder
 
getRenamingStrategy() - Method in class org.springframework.ldap.transaction.compensating.UnbindOperationRecorder
 
getRequestControls() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
 
getResolvedName() - Method in exception org.springframework.ldap.NamingException
Convenience method to get the leading portion of the resolved name associated with this exception, if the root cause was an instance of NamingException.
getResolvedObj() - Method in exception org.springframework.ldap.NamingException
Convenience method to get the resolved object associated with this exception, if the root cause was an instance of NamingException.
getResponseControls() - Method in class org.springframework.ldap.pool.DelegatingLdapContext
 
getResultCode() - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
Get the result code returned by the control.
getResultList() - Method in class org.springframework.ldap.control.PagedResult
Get the result list.
getResultSize() - Method in class org.springframework.ldap.control.PagedResultsDirContextProcessor
Get the total estimated number of entries that matches the issued search.
getResultSize() - Method in class org.springframework.ldap.control.PagedResultsRequestControl
Deprecated. Get the total estimated number of entries that matches the issued search.
getScalarType() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getSchema(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getSchema(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getSchema(Name) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
getSchema(String) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
getSchema(Name) - Method in class org.springframework.ldap.test.DummyDirContext
 
getSchema(String) - Method in class org.springframework.ldap.test.DummyDirContext
 
getSchemaClassDefinition(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getSchemaClassDefinition(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getSchemaClassDefinition(Name) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
getSchemaClassDefinition(String) - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
getSchemaClassDefinition(Name) - Method in class org.springframework.ldap.test.DummyDirContext
 
getSchemaClassDefinition(String) - Method in class org.springframework.ldap.test.DummyDirContext
 
getSearchControls() - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
 
getSortKey() - Method in class org.springframework.ldap.control.SortControlDirContextProcessor
Get the sort key.
getStringAttribute(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getStringAttribute(String) - Method in interface org.springframework.ldap.core.DirContextOperations
Get the value of a String attribute.
getStringAttributes(String) - Method in class org.springframework.ldap.core.DirContextAdapter
 
getStringAttributes(String) - Method in interface org.springframework.ldap.core.DirContextOperations
Get all values of a String attribute.
getSubtreeNode() - Method in class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
 
getSuffix(int) - Method in class org.springframework.ldap.core.DistinguishedName
 
GetSuffix(int) - Method in class org.springframework.ldap.core.SimpleCharStream
Get the suffix.
getSyntax() - Method in class org.springframework.ldap.odm.tools.AttributeSchema
 
getTabSize(int) - Method in class org.springframework.ldap.core.SimpleCharStream
 
getTarget() - Method in class org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy
Get the target ContextSource.
getTargetContext() - Method in interface org.springframework.ldap.core.DirContextProxy
Get the target DirContext of the proxy.
getTargetContext() - Method in class org.springframework.ldap.pool.DelegatingDirContext
 
getTemporaryName(Name) - Method in class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
 
getTemporaryName(Name) - Method in class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
 
getTemporaryName(Name) - Method in interface org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy
Get a temporary name for the current entry to be renamed to.
getTempSuffix() - Method in class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
Get the suffix that will be used for renaming temporary entries.
getTestOnBorrow() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getTestOnReturn() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getTestWhileIdle() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getTimeBetweenEvictionRunsMillis() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
getToken(int) - Method in class org.springframework.ldap.core.DnParserImpl
Get the specific Token.
getTransactedResource() - Method in class org.springframework.ldap.transaction.compensating.manager.DirContextHolder
 
getTransactedResource() - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
Get the actual transacted resource.
getTransactionOperationManager() - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
Get the CompensatingTransactionOperationManager to handle the data for the current transaction.
getTransactionSynchronizationKey() - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
 
getTransactionSynchronizationKey() - Method in class org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate
Get the key (normally, a DataSource or similar) that should be used for transaction synchronization.
getUrls() - Method in class org.springframework.ldap.core.support.AbstractContextSource
Get the urls of the LDAP servers.
getValue(String) - Method in class org.springframework.ldap.core.DistinguishedName
Get the value of the LdapRdnComponent with the specified key (Attribute value).
getValue() - Method in class org.springframework.ldap.core.LdapRdn
Get the value of this LdapRdn.
getValue(String) - Method in class org.springframework.ldap.core.LdapRdn
Get the value of the LdapComponent with the specified key (Attribute name).
getValue() - Method in class org.springframework.ldap.core.LdapRdnComponent
Get the (Attribute) value of this component.
getValue() - Method in class org.springframework.ldap.core.Token
An optional attribute value of the Token.
getValues(String) - Method in interface org.springframework.ldap.core.IncrementalAttributesMapper
Get all of the collected values for the specified attribute.
getValues(String) - Method in class org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper
 
getWhenExhaustedAction() - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
 
GreaterThanOrEqualsFilter - Class in org.springframework.ldap.filter
A filter to compare >=.
GreaterThanOrEqualsFilter(String, String) - Constructor for class org.springframework.ldap.filter.GreaterThanOrEqualsFilter
 
GreaterThanOrEqualsFilter(String, int) - Constructor for class org.springframework.ldap.filter.GreaterThanOrEqualsFilter
 

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