- save(S) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- save(Iterable<S>) - Method in class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- SchemaToJava - Class in org.springframework.ldap.odm.tools
-
This tool creates a Java class representation of a set of LDAP object classes for use
with
OdmManager
.
- SchemaViewer - Class in org.springframework.ldap.odm.tools
-
A simple utility to list LDAP directory schema.
- SchemaViolationException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI SchemaViolationException.
- SchemaViolationException(SchemaViolationException) - Constructor for exception org.springframework.ldap.SchemaViolationException
-
- search(Name, Attributes, String[]) - Method in class org.springframework.ldap.core.DirContextAdapter
- search(String, Attributes, String[]) - Method in class org.springframework.ldap.core.DirContextAdapter
- search(Name, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
- search(String, Attributes) - Method in class org.springframework.ldap.core.DirContextAdapter
- search(Name, String, SearchControls) - Method in class org.springframework.ldap.core.DirContextAdapter
- search(String, String, SearchControls) - Method in class org.springframework.ldap.core.DirContextAdapter
- search(Name, String, Object[], SearchControls) - Method in class org.springframework.ldap.core.DirContextAdapter
- search(String, String, Object[], SearchControls) - Method in class org.springframework.ldap.core.DirContextAdapter
- search(SearchExecutor, NameClassPairCallbackHandler, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search using a particular
SearchExecutor
and context
processor.
- search(SearchExecutor, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
- search(Name, String, SearchControls, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, AttributesMapper<T>, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, AttributesMapper<T>, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, ContextMapper<T>, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, ContextMapper<T>, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, boolean, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, boolean, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, String[], AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, String[], AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, String[], ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, String[], ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, int, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, int, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Search for all objects matching the supplied filter.
- search(LdapQuery, NameClassPairCallbackHandler) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search with parameters from the specified LdapQuery.
- search(LdapQuery, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search with parameters from the specified LdapQuery.
- search(LdapQuery, AttributesMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search with parameters from the specified LdapQuery.
- search(Name, String, int, boolean, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, int, boolean, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(SearchExecutor, NameClassPairCallbackHandler, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search operation, such as a search(), list() or listBindings().
- search(SearchExecutor, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search operation, such as a search(), list() or listBindings().
- search(Name, String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, int, String[], AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, int, String[], AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, int, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, int, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, int, String[], ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, int, String[], ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, int, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, int, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, AttributesMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, AttributesMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(String, String, SearchControls, ContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(Name, String, SearchControls, ContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.LdapTemplate
-
Search for all objects matching the supplied filter.
- search(LdapQuery, NameClassPairCallbackHandler) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search with parameters from the specified LdapQuery.
- search(LdapQuery, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search with parameters from the specified LdapQuery.
- search(LdapQuery, AttributesMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search with parameters from the specified LdapQuery.
- search(String, String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
Search for a List of type T using the supplied filter and link
ParameterizedContextMapper.
- search(Name, String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
Search for a List of type T using the supplied filter and link
ParameterizedContextMapper.
- search(String, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
Search for a List of type T using the supplied filter, SearchControls,
DirContextProcessor and ParameterizedContextMapper.
- search(Name, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
Search for a List of type T using the supplied filter, SearchControls,
DirContextProcessor and ParameterizedContextMapper.
- search(String, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
Search for a List of type T using the supplied filter and link
ParameterizedContextMapper.
- search(String, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
Search for a List of type T using the supplied filter, SearchControls,
DirContextProcessor and ParameterizedContextMapper.
- search(Name, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
Search for a List of type T using the supplied filter and link
ParameterizedContextMapper.
- search(Name, String, SearchControls, ParameterizedContextMapper<T>, DirContextProcessor) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
Search for a List of type T using the supplied filter, SearchControls,
DirContextProcessor and ParameterizedContextMapper.
- search(Class<T>, Name, String, SearchControls) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
-
Deprecated.
- search(Class<T>, LdapQuery) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImpl
-
Deprecated.
- search(Class<T>, Name, String, SearchControls) - Method in interface org.springframework.ldap.odm.core.OdmManager
-
Deprecated.
Search for entries in the LDAP directory.
- search(Class<T>, LdapQuery) - Method in interface org.springframework.ldap.odm.core.OdmManager
-
Deprecated.
Search for entries in the LDAP directory.
- search(Name, Attributes, String[]) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(Name, Attributes) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(Name, String, Object[], SearchControls) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(Name, String, SearchControls) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(String, Attributes, String[]) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(String, Attributes) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(String, String, Object[], SearchControls) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(String, String, SearchControls) - Method in class org.springframework.ldap.pool.DelegatingDirContext
-
- search(Name, Attributes, String[]) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(Name, Attributes) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(Name, String, Object[], SearchControls) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(Name, String, SearchControls) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(String, Attributes, String[]) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(String, Attributes) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(String, String, Object[], SearchControls) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(String, String, SearchControls) - Method in class org.springframework.ldap.pool2.DelegatingDirContext
-
- search(Name, Attributes, String[]) - Method in class org.springframework.ldap.test.DummyDirContext
-
- search(String, Attributes, String[]) - Method in class org.springframework.ldap.test.DummyDirContext
-
- search(Name, Attributes) - Method in class org.springframework.ldap.test.DummyDirContext
-
- search(String, Attributes) - Method in class org.springframework.ldap.test.DummyDirContext
-
- search(Name, String, SearchControls) - Method in class org.springframework.ldap.test.DummyDirContext
-
- search(String, String, SearchControls) - Method in class org.springframework.ldap.test.DummyDirContext
-
- search(Name, String, Object[], SearchControls) - Method in class org.springframework.ldap.test.DummyDirContext
-
- search(String, String, Object[], SearchControls) - Method in class org.springframework.ldap.test.DummyDirContext
-
- SearchExecutor - Interface in org.springframework.ldap.core
-
Interface for delegating an actual search operation.
- searchForContext(LdapQuery) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified LDAP
query and return the found entry as a DirContextOperation instance.
- searchForContext(LdapQuery) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified LDAP
query and return the found entry as a DirContextOperation instance.
- searchForObject(Name, String, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(Name, String, SearchControls, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(String, String, SearchControls, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(String, String, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(LdapQuery, ContextMapper<T>) - Method in interface org.springframework.ldap.core.LdapOperations
-
Perform a search for a unique entry matching the specified LDAP
query and return the found object.
- searchForObject(Name, String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(String, String, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(Name, String, SearchControls, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(String, String, SearchControls, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(LdapQuery, ContextMapper<T>) - Method in class org.springframework.ldap.core.LdapTemplate
-
Perform a search for a unique entry matching the specified LDAP
query and return the found object.
- searchForObject(String, String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(Name, String, ParameterizedContextMapper<T>) - Method in interface org.springframework.ldap.core.simple.SimpleLdapOperations
-
Deprecated.
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(String, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchForObject(Name, String, ParameterizedContextMapper<T>) - Method in class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
Perform a search for a unique entry matching the specified search
criteria and return the found object.
- searchScope() - Method in interface org.springframework.ldap.query.LdapQuery
-
Get the search scope.
- searchScope(SearchScope) - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
Set the search scope for the query.
- searchScope() - Method in class org.springframework.ldap.query.LdapQueryBuilder
-
- SearchScope - Enum in org.springframework.ldap.query
-
Type safe definitions of search scopes.
- SeparatorPolicy - Class in org.springframework.ldap.ldif.support
-
Policy object for enforcing LDIF record separation rules.
- SeparatorPolicy() - Constructor for class org.springframework.ldap.ldif.support.SeparatorPolicy
-
- ServiceUnavailableException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI ServiceUnavailableException.
- ServiceUnavailableException(ServiceUnavailableException) - Constructor for exception org.springframework.ldap.ServiceUnavailableException
-
- set(int, Object) - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- setAbsentAttributes(String[]) - Method in class org.springframework.ldap.test.AttributeCheckAttributesMapper
-
- setAbsentAttributes(String[]) - Method in class org.springframework.ldap.test.AttributeCheckContextMapper
-
- setAdditionalContextSourceProperties(LdapContextSource, String) - Method in class org.springframework.ldap.test.ContextSourceEc2InstanceLaunchingFactoryBean
-
Override to set additional properties on the ContextSource.
- setAnonymousReadOnly(boolean) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set whether an anonymous environment should be used for read-only
operations.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
- setAsText(String) - Method in class org.springframework.ldap.core.DistinguishedNameEditor
-
Deprecated.
- setAsText(String) - Method in class org.springframework.ldap.filter.FilterEditor
-
- setAttribute(Attribute) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Set the supplied attribute.
- setAttributeValidationPolicy(AttributeValidationPolicy) - Method in class org.springframework.ldap.ldif.parser.LdifParser
-
Policy object enforcing the rules for acceptable attributes.
- setAttributeValue(String, Object) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Set the with the name name
to the value
.
- setAttributeValue(String, Object) - Method in interface org.springframework.LdapDataEntry
-
Set the with the name name
to the value
.
- setAttributeValues(String, Object[]) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Sets a multivalue attribute, disregarding the order of the values.
- setAttributeValues(String, Object[], boolean) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Sets a multivalue attribute.
- setAttributeValues(String, Object[]) - Method in interface org.springframework.LdapDataEntry
-
Sets a multivalue attribute, disregarding the order of the values.
- setAttributeValues(String, Object[], boolean) - Method in interface org.springframework.LdapDataEntry
-
Sets a multivalue attribute.
- setAuthenticationSource(AuthenticationSource) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the authentication source to use when retrieving user principal and
credentials.
- setAuthenticationSource(AuthenticationSource) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- setAuthenticationSource(AuthenticationSource) - Method in class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- setAuthenticationStrategy(DirContextAuthenticationStrategy) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
- setAwsKey(String) - Method in class org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean
-
Set the AWS key.
- setAwsSecretKey(String) - Method in class org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean
-
Set the AWS secret key.
- setBase(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the base suffix from which all operations should origin.
- setBase(String) - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- setBase(String) - Method in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
- setBase(String) - Method in class org.springframework.ldap.test.ContextSourceEc2InstanceLaunchingFactoryBean
-
- setBase(String) - Method in class org.springframework.ldap.test.LdifPopulator
-
- setBase(String) - Method in class org.springframework.ldap.test.unboundid.LdifPopulator
-
- setBaseEnvironmentProperties(Map<String, Object>) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
If any custom environment properties are needed, these can be set using
this method.
- setBaseLdapPath(LdapName) - Method in interface org.springframework.ldap.core.support.BaseLdapNameAware
-
Set the base LDAP path specified in the current
ApplicationContext
.
- setBaseLdapPath(DistinguishedName) - Method in interface org.springframework.ldap.core.support.BaseLdapPathAware
-
Deprecated.
Set the base LDAP path specified in the current
ApplicationContext
.
- setBaseLdapPathSourceName(String) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
Set the name of the ContextSource
bean to use for getting
the base path.
- setBaseOnTarget(boolean) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- setBaseOnTarget(boolean) - Method in class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- setBasePath(DistinguishedName) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
- setBasePath(String) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
- setBlockWhenExhausted(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setCacheEnvironmentProperties(boolean) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set whether environment properties should be cached between requsts for
anonymous environment.
- setCaseInsensitive(boolean) - Method in class org.springframework.ldap.ldif.parser.LdifParser
-
- setCaseInsensitive(boolean) - Method in interface org.springframework.ldap.ldif.parser.Parser
-
Sets the control parameter for specifying case sensitivity on creation of the
Attributes
object.
- setClean(boolean) - Method in class org.springframework.ldap.test.LdifPopulator
-
- setClean(boolean) - Method in class org.springframework.ldap.test.unboundid.LdifPopulator
-
- setContextFactory(Class<?>) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the context factory.
- setContextSource(ContextSource) - Method in class org.springframework.ldap.core.LdapTemplate
-
Set the ContextSource.
- setContextSource(ContextSource) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
-
Deprecated.
Set the ContextSource to use to interact with the LDAP directory.
- setContextSource(ContextSource) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setContextSource(ContextSource) - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- setContextSource(ContextSource) - Method in class org.springframework.ldap.test.LdifPopulator
-
- setContextSource(ContextSource) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- setContextSource(ContextSource) - Method in class org.springframework.ldap.test.unboundid.LdifPopulator
-
- setContextSource(ContextSource) - Method in class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- setContextSource(ContextSource) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- setContextSource(ContextSource) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- setContextSource(ContextSource) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
Set the ContextSource.
- setContextSource(ContextSource) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
-
Set the ContextSource to work on.
- setConverter(Converter) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
-
- setConverterConfig(Set<ConverterManagerFactoryBean.ConverterConfig>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean
-
- setConverterManager(ConverterManager) - Method in class org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper
-
- setConverterManager(ConverterManager) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
-
Deprecated.
Set the ConverterManager to use to convert between LDAP
and Java representations of attributes.
- setCritical(boolean) - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
Set whether this control should be indicated as critical.
- setCtx(DirContext) - Method in class org.springframework.ldap.transaction.compensating.manager.DirContextHolder
-
Set the DirContext associated with the current transaction.
- setDebugStream(PrintStream) - Method in class org.springframework.ldap.core.DnParserImplTokenManager
-
Set debug output.
- setDefaultBase(String) - Method in class org.springframework.ldap.test.LdifPopulator
-
- setDefaultBase(String) - Method in class org.springframework.ldap.test.unboundid.LdifPopulator
-
- setDefaultCountLimit(int) - Method in class org.springframework.ldap.core.LdapTemplate
-
Set the default count limit be used in searches if not explicitly specified.
- setDefaultPartitionName(String) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- setDefaultPartitionName(String) - Method in class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- setDefaultPartitionSuffix(String) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- setDefaultPartitionSuffix(String) - Method in class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- setDefaultPassword(String) - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
-
Set the password of the default user.
- setDefaultSearchScope(int) - Method in class org.springframework.ldap.core.LdapTemplate
-
Set the default scope to be used in searches if not explicitly specified.
- setDefaultTimeLimit(int) - Method in class org.springframework.ldap.core.LdapTemplate
-
Set the default time limit be used in searches if not explicitly specified.
- setDefaultUser(String) - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
-
Set the default user DN.
- setDirContextProcessors(List<DirContextProcessor>) - Method in class org.springframework.ldap.core.support.AggregateDirContextProcessor
-
- setDirContextValidator(DirContextValidator) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setDirContextValidator(DirContextValidator) - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
- setDirObjectFactory(Class<?>) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the DirObjectFactory to use.
- setDirObjectFactory(Class) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- setDirObjectFactory(Class<? extends DirObjectFactory>) - Method in class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- setDn(Name) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Set the dn of this entry.
- setDn(Name) - Method in interface org.springframework.ldap.core.DirContextOperations
-
Set the dn of this entry.
- setDN(DistinguishedName) - Method in class org.springframework.ldap.core.LdapAttributes
-
- setEvictionPolicyClassName(String) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setExpectedAttributes(String[]) - Method in class org.springframework.ldap.test.AttributeCheckAttributesMapper
-
- setExpectedAttributes(String[]) - Method in class org.springframework.ldap.test.AttributeCheckContextMapper
-
- setExpectedValues(String[]) - Method in class org.springframework.ldap.test.AttributeCheckAttributesMapper
-
- setExpectedValues(String[]) - Method in class org.springframework.ldap.test.AttributeCheckContextMapper
-
- setFairness(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setFilter(String) - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- setFilter(String) - Method in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
- setFromClasses(Set<Class<?>>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
-
- setGroupName(String) - Method in class org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean
-
Set the name of the access group.
- setHolder(CompensatingTransactionHolderSupport) - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionObject
-
- setHostnameVerifier(HostnameVerifier) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
Set the optional
HostnameVerifier
to use for verifying incoming certificates.
- setId(Object, Name) - Method in class org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper
-
- setId(Object, Name) - Method in interface org.springframework.ldap.odm.core.ObjectDirectoryMapper
-
Set the distinguished name for the specified object.
- setIgnoreNameNotFoundException(boolean) - Method in class org.springframework.ldap.core.LdapTemplate
-
Specify whether NameNotFoundException
should be ignored in
searches.
- setIgnorePartialResultException(boolean) - Method in class org.springframework.ldap.core.LdapTemplate
-
Specify whether PartialResultException
should be ignored in
searches.
- setIgnoreSizeLimitExceededException(boolean) - Method in class org.springframework.ldap.core.LdapTemplate
-
Specify whether SizeLimitExceededException
should be ignored in searches.
- setImageName(String) - Method in class org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean
-
Set the name of the AMI image to be launched.
- setJmxEnabled(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setJmxNameBase(String) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setJmxNamePrefix(String) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setKey(String) - Method in class org.springframework.ldap.core.LdapRdnComponent
-
- setKeypairName(String) - Method in class org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean
-
Set the name of the keypair.
- setLdapOperations(LdapOperations) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
-
Deprecated.
Set the LdapOperations instance to use to interact with the LDAP directory.
- setLdapOperations(LdapOperations) - Method in class org.springframework.ldap.repository.support.LdapRepositoryFactoryBean
-
- setLdifFile(Resource) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- setLdifFile(Resource) - Method in class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- setLifo(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setManagedClasses(Set<Class<?>>) - Method in class org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean
-
Deprecated.
Set the list of org.springframework.ldap.odm.annotations
annotated classes the OdmManager will process.
- setMaxActive(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMaxIdle(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMaxIdlePerKey(int) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setMaxTotal(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMaxTotal(int) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setMaxTotalPerKey(int) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setMaxWait(long) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMaxWaitMillis(long) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setMinEvictableIdleTimeMillis(long) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMinEvictableIdleTimeMillis(long) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setMinIdle(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setMinIdlePerKey(int) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setName(Name) - Method in class org.springframework.ldap.core.LdapAttributes
-
- setNonTransientExceptions(Collection<Class<? extends Throwable>>) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
Configure the exception classes that are to be interpreted as no-transient with regards to eager
context invalidation.
- setNonTransientExceptions(Collection<Class<? extends Throwable>>) - Method in class org.springframework.ldap.pool2.factory.PooledContextSource
-
Configure the exception classes that are to be interpreted as no-transient with regards to eager
context invalidation.
- setNumTestsPerEvictionRun(int) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setNumTestsPerEvictionRun(int) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setObjectDirectoryMapper(ObjectDirectoryMapper) - Method in class org.springframework.ldap.core.LdapTemplate
-
Set the ObjectDirectoryMapper instance to use.
- setOptions(Set<String>) - Method in class org.springframework.ldap.core.LdapAttribute
-
Set options.
- setOrder(int) - Method in class org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor
-
Set the order value of this object for sorting purposes.
- setOrdered(boolean) - Method in class org.springframework.ldap.ldif.support.DefaultAttributeValidationPolicy
-
Indicates whether or not the attribute values should be ordered alphabetically.
- setPartitionName(String) - Method in class org.springframework.ldap.test.EmbeddedLdapServerFactoryBean
-
- setPartitionName(String) - Method in class org.springframework.ldap.test.unboundid.EmbeddedLdapServerFactoryBean
-
- setPartitionSuffix(String) - Method in class org.springframework.ldap.test.EmbeddedLdapServerFactoryBean
-
- setPartitionSuffix(String) - Method in class org.springframework.ldap.test.unboundid.EmbeddedLdapServerFactoryBean
-
- setPassword(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the password (credentials) to use for getting authenticated contexts.
- setPassword(String) - Method in class org.springframework.ldap.test.ContextSourceEc2InstanceLaunchingFactoryBean
-
- setPassword(String) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- setPassword(String) - Method in class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- setPooled(boolean) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set whether the pooling flag should be set, enabling the built-in LDAP
connection pooling.
- setPooled(boolean) - Method in class org.springframework.ldap.test.ContextSourceEc2InstanceLaunchingFactoryBean
-
- setPooled(boolean) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- setPooled(boolean) - Method in class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- setPort(int) - Method in class org.springframework.ldap.test.EmbeddedLdapServerFactoryBean
-
- setPort(int) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- setPort(int) - Method in class org.springframework.ldap.test.unboundid.EmbeddedLdapServerFactoryBean
-
- setPort(int) - Method in class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- setPrincipal(String) - Method in class org.springframework.ldap.test.TestContextSourceFactoryBean
-
- setPrincipal(String) - Method in class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean
-
- setRecordMapper(RecordMapper<T>) - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
-
Deprecated.
Setter for object mapper.
- setRecordSpecification(Specification<LdapAttributes>) - Method in class org.springframework.ldap.ldif.parser.LdifParser
-
Policy object for enforcing rules to acceptable LDAP objects.
- setRecordsToSkip(int) - Method in class org.springframework.ldap.ldif.batch.LdifReader
-
Deprecated.
Public setter for the number of lines to skip at the start of a file.
- setRecordsToSkip(int) - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
-
Deprecated.
Public setter for the number of lines to skip at the start of a file.
- setReferral(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the method to handle referrals.
- setRenamingStrategy(TempEntryRenamingStrategy) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager
-
Deprecated.
- setRenamingStrategy(TempEntryRenamingStrategy) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager
-
Deprecated.
- setRenamingStrategy(TempEntryRenamingStrategy) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager
-
- setRenamingStrategy(TempEntryRenamingStrategy) - Method in class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate
-
- setReplaceSameControlEnabled(boolean) - Method in class org.springframework.ldap.control.AbstractRequestControlDirContextProcessor
-
- setRequestControlClass(Class<?>) - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
- setRequestControlClass(Class) - Method in class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
- setRequestControls(Control[]) - Method in class org.springframework.ldap.pool.DelegatingLdapContext
-
- setRequestControls(Control[]) - Method in class org.springframework.ldap.pool.MutableDelegatingLdapContext
-
- setRequestControls(Control[]) - Method in class org.springframework.ldap.pool2.DelegatingLdapContext
-
- setRequestControls(Control[]) - Method in class org.springframework.ldap.pool2.MutableDelegatingLdapContext
-
- setResource(Resource) - Method in class org.springframework.ldap.ldif.batch.LdifReader
-
Deprecated.
- setResource(Resource) - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
-
Deprecated.
- setResource(Resource) - Method in class org.springframework.ldap.ldif.parser.LdifParser
-
- setResource(Resource) - Method in interface org.springframework.ldap.ldif.parser.Parser
-
Sets the resource to parse.
- setResource(Resource) - Method in class org.springframework.ldap.test.LdifPopulator
-
- setResource(Resource) - Method in class org.springframework.ldap.test.unboundid.LdifPopulator
-
- setResponseControlClass(Class<?>) - Method in class org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor
-
Set the class of the expected ResponseControl for the sorted result
response.
- setResponseControlClass(Class) - Method in class org.springframework.ldap.control.PagedResultsRequestControl
-
Deprecated.
Set the class of the expected ResponseControl for the paged results
response.
- setSearchControls(SearchControls) - Method in class org.springframework.ldap.pool.validation.DefaultDirContextValidator
-
- setSearchControls(SearchControls) - Method in class org.springframework.ldap.pool2.validation.DefaultDirContextValidator
-
- setSeparatorPolicy(SeparatorPolicy) - Method in class org.springframework.ldap.ldif.parser.LdifParser
-
Set the separator policy.
- setShutdownTlsGracefully(boolean) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
Specify whether the TLS should be shut down gracefully before the target
context is closed.
- setSkippedRecordsCallback(RecordCallbackHandler) - Method in class org.springframework.ldap.ldif.batch.LdifReader
-
Deprecated.
- setSkippedRecordsCallback(RecordCallbackHandler) - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
-
Deprecated.
- setSoftMinEvictableIdleTimeMillis(long) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setSslSocketFactory(SSLSocketFactory) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
Sets the optional SSL socket factory used for startTLS negotiation.
- setStrict(boolean) - Method in class org.springframework.ldap.ldif.batch.LdifReader
-
Deprecated.
In strict mode the reader will throw an exception on
AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext)
if the
input resource does not exist.
- setStrict(boolean) - Method in class org.springframework.ldap.ldif.batch.MappingLdifReader
-
Deprecated.
In strict mode the reader will throw an exception on
AbstractItemCountingItemStreamItemReader.open(org.springframework.batch.item.ExecutionContext)
if the
input resource does not exist.
- setSubtreeNode(Name) - Method in class org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy
-
- setSyntax(String) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
-
- setTabSize(int) - Method in class org.springframework.ldap.core.SimpleCharStream
-
- setTarget(AuthenticationSource) - Method in class org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator
-
Set the target AuthenticationSource.
- setTempSuffix(String) - Method in class org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy
-
Set the suffix to use for renaming temporary entries.
- setTestOnBorrow(boolean) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setTestOnBorrow(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setTestOnCreate(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setTestOnReturn(boolean) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setTestOnReturn(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setTestWhileIdle(boolean) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setTestWhileIdle(boolean) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.springframework.ldap.pool2.factory.PoolConfig
-
- setToClasses(Set<Class<?>>) - Method in class org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.ConverterConfig
-
- setTransactionOperationManager(CompensatingTransactionOperationManager) - Method in class org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport
-
Set the CompensatingTransactionOperationManager.
- setupAuthenticatedEnvironment(Hashtable<String, Object>, String, String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Default implementation of setting the environment up to be authenticated.
- setUpdateMode(boolean) - Method in class org.springframework.ldap.core.DirContextAdapter
-
Sets the update mode.
- setupEnvironment(Hashtable<String, Object>, String, String) - Method in class org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy
-
- setupEnvironment(Hashtable<String, Object>, String, String) - Method in class org.springframework.ldap.core.support.DigestMd5DirContextAuthenticationStrategy
-
- setupEnvironment(Hashtable<String, Object>, String, String) - Method in interface org.springframework.ldap.core.support.DirContextAuthenticationStrategy
-
This method is responsible for preparing the environment to be used when
creating the DirContext
instance.
- setupEnvironment(Hashtable<String, Object>, String, String) - Method in class org.springframework.ldap.core.support.SimpleDirContextAuthenticationStrategy
-
- setUrl(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the url of the LDAP server.
- setUrls(String[]) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the urls of the LDAP servers.
- setUserDn(String) - Method in class org.springframework.ldap.core.support.AbstractContextSource
-
Set the user distinguished name (principal) to use for getting
authenticated contexts.
- setUserDn(String) - Method in class org.springframework.ldap.test.ContextSourceEc2InstanceLaunchingFactoryBean
-
- setValue(String) - Method in class org.springframework.ldap.core.LdapRdnComponent
-
- setWhenExhaustedAction(byte) - Method in class org.springframework.ldap.pool.factory.PoolingContextSource
-
- shutdown() - Method in class org.springframework.ldap.test.EmbeddedLdapServer
-
- shutdown() - Method in class org.springframework.ldap.test.unboundid.EmbeddedLdapServer
-
- shutdownEmbeddedServer() - Static method in class org.springframework.ldap.test.LdapTestUtils
-
Shuts down the embedded server, if there is one.
- shutdownEmbeddedServer() - Static method in class org.springframework.ldap.test.unboundid.LdapTestUtils
-
Shuts down the embedded server, if there is one.
- SimpleCharStream - Class in org.springframework.ldap.core
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.springframework.ldap.core.SimpleCharStream
-
Constructor.
- SimpleDirContextAuthenticationStrategy - Class in org.springframework.ldap.core.support
-
The default
DirContextAuthenticationStrategy
implementation, setting
the
DirContext
environment up for 'SIMPLE' authentication, and
specifying the user DN and password as SECURITY_PRINCIPAL and
SECURITY_CREDENTIALS respectively in the authenticated environment before the
context is created.
- SimpleDirContextAuthenticationStrategy() - Constructor for class org.springframework.ldap.core.support.SimpleDirContextAuthenticationStrategy
-
- SimpleLdapOperations - Interface in org.springframework.ldap.core.simple
-
- SimpleLdapRepository<T> - Class in org.springframework.ldap.repository.support
-
Base repository implementation for LDAP.
- SimpleLdapRepository(LdapOperations, ObjectDirectoryMapper, Class<T>) - Constructor for class org.springframework.ldap.repository.support.SimpleLdapRepository
-
- SimpleLdapTemplate - Class in org.springframework.ldap.core.simple
-
- SimpleLdapTemplate(LdapOperations) - Constructor for class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
Constructs a new SimpleLdapTemplate instance wrapping the supplied
LdapOperations instance.
- SimpleLdapTemplate(ContextSource) - Constructor for class org.springframework.ldap.core.simple.SimpleLdapTemplate
-
Deprecated.
Constructs a new SimpleLdapTemplate instance, automatically creating a
wrapped LdapTemplate instance to work with.
- SingleContextSource - Class in org.springframework.ldap.core.support
-
A
ContextSource
to be used as a decorator around a target ContextSource
to make sure the target is never actually closed.
- SingleContextSource(DirContext) - Constructor for class org.springframework.ldap.core.support.SingleContextSource
-
Constructor.
- SingleContextSource.NonClosingDirContextInvocationHandler - Class in org.springframework.ldap.core.support
-
A proxy for DirContext forwarding all operation to the target DirContext,
but making sure that no close
operations will be performed.
- size() - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- size() - Method in class org.springframework.ldap.core.NameAwareAttribute
-
- size() - Method in class org.springframework.ldap.core.NameAwareAttributes
-
- SizeLimitExceededException - Exception in org.springframework.ldap
-
Runtime exception mirroring the JNDI SizeLimitExceededException.
- SizeLimitExceededException(SizeLimitExceededException) - Constructor for exception org.springframework.ldap.SizeLimitExceededException
-
- SortControlDirContextProcessor - Class in org.springframework.ldap.control
-
DirContextProcessor implementation for managing the SortControl.
- SortControlDirContextProcessor(String) - Constructor for class org.springframework.ldap.control.SortControlDirContextProcessor
-
Constructs a new instance using the supplied sort key.
- SPACE - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- SPACED_DN_FORMAT_PROPERTY - Static variable in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
System property that will be inspected to determine whether
DistinguishedName.toString()
will format the DN with spaces after each comma or
use a more compact representation, i.e.:
uid=adam.skogman, ou=People, dc=jayway, dc=se
rather than
uid=adam.skogman,ou=People,dc=jayway,dc=se
.
- SPACED_EQUALS - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- SPACED_EQUALS_S - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
Lexical state.
- SpacedEquals() - Method in class org.springframework.ldap.core.DnParserImpl
-
- SPECIAL - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- specialToken - Variable in class org.springframework.ldap.core.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- Specification<T> - Interface in org.springframework.ldap.schema
-
The specification interface is implemented to declare rules that
a record must conform to.
- startApacheDirectoryServer(int, String, String, String, String, Set) - Static method in class org.springframework.ldap.test.LdapTestUtils
-
- startApacheDirectoryServer(int, String, String, String, String) - Static method in class org.springframework.ldap.test.LdapTestUtils
-
- startEmbeddedServer(int, String, String) - Static method in class org.springframework.ldap.test.LdapTestUtils
-
Start an embedded Apache Directory Server.
- startEmbeddedServer(int, String, String) - Static method in class org.springframework.ldap.test.unboundid.LdapTestUtils
-
Start an embedded Apache Directory Server.
- startsWith(Name) - Method in class org.springframework.ldap.core.DistinguishedName
-
Deprecated.
- staticFlag - Static variable in class org.springframework.ldap.core.SimpleCharStream
-
Whether parser is static.
- STRINGCHAR - Static variable in interface org.springframework.ldap.core.DnParserImplConstants
-
RegularExpression Id.
- StringConverter - Class in org.springframework.ldap.odm.typeconversion.impl
-
- StringConverter() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.StringConverter
-
- StringToNameConverter() - Constructor for class org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager.StringToNameConverter
-
- SUN_LDAP_POOLING_FLAG - Static variable in class org.springframework.ldap.core.support.AbstractContextSource
-
- SwitchTo(int) - Method in class org.springframework.ldap.core.DnParserImplTokenManager
-
Switch to specified lex state.