A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

abandon() - Method in class org.ldaptive.ad.control.util.NotificationClient
Invokes an abandon operation on the last invocation of NotificationClient.execute(SearchRequest, int).
abandon() - Method in class org.ldaptive.control.util.PersistentSearchClient
Invokes an abandon operation on the search handle.
abandon() - Method in interface org.ldaptive.OperationHandle
Abandons this operation.
abandon() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
abandon(LdapException) - Method in class org.ldaptive.transport.DefaultOperationHandle
Abandons this operation.
AbandonRequest - Class in org.ldaptive
LDAP abandon request defined as:
AbandonRequest() - Constructor for class org.ldaptive.AbandonRequest
Default constructor.
AbandonRequest(int) - Constructor for class org.ldaptive.AbandonRequest
Creates a new abandon request.
AbandonRequest.Builder - Class in org.ldaptive
Abandon request builder.
abandonRequests() - Method in class org.ldaptive.transport.netty.HandleMap
Invokes DefaultOperationHandle.abandon() for all handles that have sent a request but not received a response.
abort() - Method in class org.ldaptive.jaas.AbstractLoginModule
 
ABSTRACT - org.ldaptive.schema.ObjectClassType
abstract.
AbstractAttributeValueAssertionFilter - Class in org.ldaptive.filter
Base class for attribute value assertion filters.
AbstractAttributeValueAssertionFilter(Filter.Type, String, byte[]) - Constructor for class org.ldaptive.filter.AbstractAttributeValueAssertionFilter
Creates a new abstract attribute value assertion filter.
AbstractAttributeValueEscaper - Class in org.ldaptive.dn
Escapes an attribute value per RFC 4514 section 2.4.
AbstractAttributeValueEscaper() - Constructor for class org.ldaptive.dn.AbstractAttributeValueEscaper
 
AbstractAttributeValueMutator - Class in org.ldaptive.beans.reflect
Base implementation of a AttributeValueMutator.
AbstractAttributeValueMutator(String, boolean, ReflectionTranscoder) - Constructor for class org.ldaptive.beans.reflect.AbstractAttributeValueMutator
Creates a new abstract attribute value mutator.
AbstractAuthenticationHandler - Class in org.ldaptive.auth
Base class for an LDAP authentication implementations.
AbstractAuthenticationHandler() - Constructor for class org.ldaptive.auth.AbstractAuthenticationHandler
 
AbstractBinaryAttributeHandler<T> - Class in org.ldaptive.ad.handler
Base class for entry handlers that convert a binary attribute to its string form.
AbstractBinaryAttributeHandler() - Constructor for class org.ldaptive.ad.handler.AbstractBinaryAttributeHandler
 
AbstractBinaryValueTranscoder<T> - Class in org.ldaptive.transcode
Value transcoder which decodes and encodes to a byte array and therefore the string methods simply delegate to the binary methods.
AbstractBinaryValueTranscoder() - Constructor for class org.ldaptive.transcode.AbstractBinaryValueTranscoder
 
AbstractBuilder(T) - Constructor for class org.ldaptive.AbstractConnectionValidator.AbstractBuilder
Creates a new abstract builder.
AbstractBuilder(T) - Constructor for class org.ldaptive.AbstractMessage.AbstractBuilder
 
AbstractBuilder(T) - Constructor for class org.ldaptive.AbstractOperation.AbstractBuilder
Creates a new abstract builder.
AbstractBuilder(T) - Constructor for class org.ldaptive.AbstractOperationConnectionValidator.AbstractBuilder
Creates a new abstract builder.
AbstractBuilder(T) - Constructor for class org.ldaptive.AbstractRequestMessage.AbstractBuilder
Creates a new abstract builder.
AbstractBuilder(T) - Constructor for class org.ldaptive.AbstractResult.AbstractBuilder
 
AbstractBuilder(T) - Constructor for class org.ldaptive.pool.AbstractPruneStrategy.AbstractBuilder
Creates a new abstract builder.
AbstractClassDescriptor - Class in org.ldaptive.beans
Base implementation of a class descriptor.
AbstractClassDescriptor() - Constructor for class org.ldaptive.beans.AbstractClassDescriptor
 
AbstractClassDescriptor.SimpleAttributeValueMutator - Class in org.ldaptive.beans
Stores an Attribute configuration in an LdapAttribute object.
AbstractClassDescriptor.SimpleDnValueMutator - Class in org.ldaptive.beans
Stores the DN value from a Entry configuration.
AbstractCollectionReflectionTranscoder - Class in org.ldaptive.beans.reflect
Reflection transcoder for an object that implements a Collection.
AbstractCollectionReflectionTranscoder(Class<?>, ArrayReflectionTranscoder) - Constructor for class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
Creates a new abstract collection reflection transcoder.
AbstractCollectionReflectionTranscoder(Class<?>, SingleValueReflectionTranscoder<?>) - Constructor for class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
Creates a new abstract collection reflection transcoder.
AbstractConfig - Class in org.ldaptive
Provides common implementations for configuration objects.
AbstractConfig() - Constructor for class org.ldaptive.AbstractConfig
 
AbstractConnectionFactoryManagerPropertySource<T extends ConnectionFactoryManager> - Class in org.ldaptive.props
Property source for classes that contain a connection factory.
AbstractConnectionFactoryManagerPropertySource(T, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.AbstractConnectionFactoryManagerPropertySource
Creates a new search dn resolver property source.
AbstractConnectionPool - Class in org.ldaptive.pool
Contains the base implementation for pooling connections.
AbstractConnectionPool() - Constructor for class org.ldaptive.pool.AbstractConnectionPool
 
AbstractConnectionPool.DefaultPooledConnectionProxy - Class in org.ldaptive.pool
Contains a connection that is participating in this pool.
AbstractConnectionStrategy - Class in org.ldaptive
Base class for connection strategy implementations.
AbstractConnectionStrategy() - Constructor for class org.ldaptive.AbstractConnectionStrategy
 
AbstractConnectionStrategy.DefaultLdapURLIterator - Class in org.ldaptive
Default iterator implementation.
AbstractConnectionValidator - Class in org.ldaptive
Base class for connection validator implementations.
AbstractConnectionValidator() - Constructor for class org.ldaptive.AbstractConnectionValidator
 
AbstractConnectionValidator.AbstractBuilder<B,​T extends AbstractConnectionValidator> - Class in org.ldaptive
Base class for validator builders.
AbstractControl - Class in org.ldaptive.control
Base class for ldap controls.
AbstractControl(String) - Constructor for class org.ldaptive.control.AbstractControl
Creates a new abstract control.
AbstractControl(String, boolean) - Constructor for class org.ldaptive.control.AbstractControl
Creates a new abstract control.
AbstractCredentialReader<T> - Class in org.ldaptive.ssl
Base class for all credential readers.
AbstractCredentialReader() - Constructor for class org.ldaptive.ssl.AbstractCredentialReader
 
AbstractDefaultDefinitionFunction<T extends SchemaElement> - Class in org.ldaptive.schema
Base class for default definition functions.
AbstractDefaultDefinitionFunction() - Constructor for class org.ldaptive.schema.AbstractDefaultDefinitionFunction
 
AbstractDERTag - Class in org.ldaptive.asn1
Abstract base class for custom DER tag types.
AbstractDERTag(int, boolean) - Constructor for class org.ldaptive.asn1.AbstractDERTag
Creates a new tag with given tag number.
AbstractDERType - Class in org.ldaptive.asn1
Provides functionality common to DER types implementations.
AbstractDERType(DERTag) - Constructor for class org.ldaptive.asn1.AbstractDERType
Creates a new abstract der type.
AbstractDNSResolver<T> - Class in org.ldaptive.dns
Base class for all DNS resolvers.
AbstractDNSResolver(DNSContextFactory) - Constructor for class org.ldaptive.dns.AbstractDNSResolver
Creates a new abstract DNS resolver.
AbstractEntryHandler<T> - Class in org.ldaptive.handler
Base class for entry handlers which simply returns values unaltered.
AbstractEntryHandler() - Constructor for class org.ldaptive.handler.AbstractEntryHandler
 
AbstractFilterFunction - Class in org.ldaptive.filter
Base implementation to parse an LDAP search filter string.
AbstractFilterFunction() - Constructor for class org.ldaptive.filter.AbstractFilterFunction
 
AbstractFollowReferralHandler<Q extends Request,​S extends Result> - Class in org.ldaptive.referral
Common implementation of referral handling.
AbstractFollowReferralHandler(int, int, ReferralConnectionFactory) - Constructor for class org.ldaptive.referral.AbstractFollowReferralHandler
Creates a new abstract referral handler.
AbstractLdapEntryMapper<T> - Class in org.ldaptive.beans
Base implementation of an ldap entry mapper.
AbstractLdapEntryMapper() - Constructor for class org.ldaptive.beans.AbstractLdapEntryMapper
 
AbstractLoginModule - Class in org.ldaptive.jaas
Provides functionality common to ldap based JAAS login modules.
AbstractLoginModule() - Constructor for class org.ldaptive.jaas.AbstractLoginModule
 
AbstractMessage - Class in org.ldaptive
LDAP message envelope defined as:
AbstractMessage() - Constructor for class org.ldaptive.AbstractMessage
 
AbstractMessage.AbstractBuilder<B,​T extends AbstractMessage> - Class in org.ldaptive
 
AbstractMessage.ControlParser - Class in org.ldaptive
Parses a buffer containing an LDAP control.
AbstractMessage.ControlsHandler - Class in org.ldaptive
Parse handler implementation for the message controls.
AbstractMessage.MessageIDHandler - Class in org.ldaptive
Parse handler implementation for the message ID.
AbstractNamedSchemaElement - Class in org.ldaptive.schema
Base schema bean for named schema elements.
AbstractNamedSchemaElement() - Constructor for class org.ldaptive.schema.AbstractNamedSchemaElement
 
AbstractOperation<Q extends Request,​S extends Result> - Class in org.ldaptive
Base class for operations.
AbstractOperation() - Constructor for class org.ldaptive.AbstractOperation
Default constructor.
AbstractOperation(ConnectionFactory) - Constructor for class org.ldaptive.AbstractOperation
Creates a new abstract operation.
AbstractOperation.AbstractBuilder<B,​T extends AbstractOperation> - Class in org.ldaptive
Base class for operation builders.
AbstractOperationConnectionValidator<Q extends Request,​S extends Result> - Class in org.ldaptive
Base class for validators that use an operation to perform validation.
AbstractOperationConnectionValidator() - Constructor for class org.ldaptive.AbstractOperationConnectionValidator
 
AbstractOperationConnectionValidator.AbstractBuilder<Q extends Request,​S extends Result,​B,​T extends AbstractOperationConnectionValidator<Q,​S>> - Class in org.ldaptive
Base class for operation validator builders.
AbstractOperationWorker<T extends Operation<Q,​S>,​Q extends Request,​S extends Result> - Class in org.ldaptive.concurrent
Base class for worker operations.
AbstractOperationWorker(T) - Constructor for class org.ldaptive.concurrent.AbstractOperationWorker
Creates a new abstract operation worker.
AbstractParseHandler<T> - Class in org.ldaptive.asn1
Parse handler for managing and initializing an object.
AbstractParseHandler(T) - Constructor for class org.ldaptive.asn1.AbstractParseHandler
Creates a new abstract parse handler.
AbstractPrimitiveValueTranscoder<T> - Class in org.ldaptive.transcode
Base class for primitive value transcoders.
AbstractPrimitiveValueTranscoder() - Constructor for class org.ldaptive.transcode.AbstractPrimitiveValueTranscoder
 
AbstractPropertiesFactory - Class in org.ldaptive.jaas
Provides implementation common to properties based factories.
AbstractPropertiesFactory() - Constructor for class org.ldaptive.jaas.AbstractPropertiesFactory
 
AbstractPropertyInvoker - Class in org.ldaptive.props
Provides methods common to property invokers.
AbstractPropertyInvoker() - Constructor for class org.ldaptive.props.AbstractPropertyInvoker
 
AbstractPropertySource<T> - Class in org.ldaptive.props
Provides methods common to property source implementations.
AbstractPropertySource(T, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.AbstractPropertySource
Creates a new abstract property source.
AbstractPruneStrategy - Class in org.ldaptive.pool
Base class for prune strategy implementations.
AbstractPruneStrategy() - Constructor for class org.ldaptive.pool.AbstractPruneStrategy
 
AbstractPruneStrategy.AbstractBuilder<B,​T extends AbstractPruneStrategy> - Class in org.ldaptive.pool
Base class for prune strategy builders.
AbstractRegexDefinitionFunction<T extends SchemaElement> - Class in org.ldaptive.schema
Base class for regex definition functions.
AbstractRegexDefinitionFunction() - Constructor for class org.ldaptive.schema.AbstractRegexDefinitionFunction
 
AbstractRequestMessage - Class in org.ldaptive
LDAP message envelope defined as:
AbstractRequestMessage() - Constructor for class org.ldaptive.AbstractRequestMessage
 
AbstractRequestMessage.AbstractBuilder<B,​T extends AbstractRequestMessage> - Class in org.ldaptive
Base class for request builders.
AbstractResult - Class in org.ldaptive
LDAP result message defined as:
AbstractResult() - Constructor for class org.ldaptive.AbstractResult
 
AbstractResult.AbstractBuilder<B,​T extends AbstractResult> - Class in org.ldaptive
 
AbstractResult.DiagnosticMessageHandler - Class in org.ldaptive
Parse handler implementation for the LDAP diagnostic message.
AbstractResult.MatchedDNHandler - Class in org.ldaptive
Parse handler implementation for the LDAP matched DN.
AbstractResult.ReferralHandler - Class in org.ldaptive
Parse handler implementation for the LDAP referral.
AbstractResult.ResultCodeHandler - Class in org.ldaptive
Parse handler implementation for the LDAP result code.
AbstractRetryMetadata - Class in org.ldaptive
Common implementation of retry metadata.
AbstractRetryMetadata() - Constructor for class org.ldaptive.AbstractRetryMetadata
 
AbstractSchemaElement - Class in org.ldaptive.schema
Base class for schema elements.
AbstractSchemaElement() - Constructor for class org.ldaptive.schema.AbstractSchemaElement
 
AbstractSchemaElementValueTranscoder<T extends SchemaElement> - Class in org.ldaptive.schema.transcode
Base class for schema element value transcoders.
AbstractSchemaElementValueTranscoder() - Constructor for class org.ldaptive.schema.transcode.AbstractSchemaElementValueTranscoder
 
AbstractSearchEntryResolver - Class in org.ldaptive.auth
Base implementation for search entry resolvers.
AbstractSearchEntryResolver() - Constructor for class org.ldaptive.auth.AbstractSearchEntryResolver
 
AbstractSearchOperationFactory - Class in org.ldaptive
Base class for classes that perform searches.
AbstractSearchOperationFactory() - Constructor for class org.ldaptive.AbstractSearchOperationFactory
 
AbstractSSLContextInitializer - Class in org.ldaptive.ssl
Provides common implementation for SSL context initializer.
AbstractSSLContextInitializer() - Constructor for class org.ldaptive.ssl.AbstractSSLContextInitializer
 
AbstractStringValueTranscoder<T> - Class in org.ldaptive.transcode
Value transcoder which decodes and encodes to a String and therefore the binary methods simply delegate to the string methods.
AbstractStringValueTranscoder() - Constructor for class org.ldaptive.transcode.AbstractStringValueTranscoder
 
accept(Connection) - Method in class org.ldaptive.SingleConnectionFactory.ReinitializeConnectionConsumer
 
ACCOUNT_DISABLED - org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
account disabled.
ACCOUNT_DISABLED - org.ldaptive.auth.ext.FreeIPAAccountState.Error
account disabled.
ACCOUNT_EXPIRED - org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
account expired.
ACCOUNT_EXPIRED - org.ldaptive.auth.ext.EDirectoryAccountState.Error
account expired.
ACCOUNT_EXPIRED - org.ldaptive.auth.ext.FreeIPAAccountState.Error
account expired.
ACCOUNT_LOCKED - org.ldaptive.control.PasswordPolicyControl.Error
account locked.
ACCOUNT_LOCKED_OUT - org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
account locked out.
ACCOUNT_NOT_FOUND - org.ldaptive.auth.ext.FreeIPAAccountState.Error
account not found.
accountErrors - Variable in class org.ldaptive.auth.AccountState
account error.
accountState - Variable in class org.ldaptive.auth.AuthenticationResponse
Account state.
AccountState - Class in org.ldaptive.auth
Represents the state of an LDAP account based on account policies for that LDAP.
AccountState(AccountState.Error...) - Constructor for class org.ldaptive.auth.AccountState
Creates a new account state.
AccountState(AccountState.Warning...) - Constructor for class org.ldaptive.auth.AccountState
Creates a new account state.
AccountState.DefaultWarning - Class in org.ldaptive.auth
Default warning implementation.
AccountState.Error - Interface in org.ldaptive.auth
Contains error information for an account state.
AccountState.Warning - Interface in org.ldaptive.auth
Contains warning information for an account state.
accountWarnings - Variable in class org.ldaptive.auth.AccountState
account warning.
acquireThrottle() - Method in class org.ldaptive.transport.netty.HandleMap
Attempt to acquire the throttle semaphore.
activate() - Method in class org.ldaptive.LdapURL
Marks this URL as active.
activateAndValidateConnection(PooledConnectionProxy) - Method in class org.ldaptive.pool.AbstractConnectionPool
Attempts to activate and validate a connection.
activateCondition - Variable in class org.ldaptive.AbstractConnectionStrategy
Condition used to determine whether to activate a URL.
ActivationException - Exception in org.ldaptive.pool
Thrown when an attempt to activate a pooled connection fails.
ActivationException(Exception) - Constructor for exception org.ldaptive.pool.ActivationException
Creates a new activation exception.
ActivationException(String) - Constructor for exception org.ldaptive.pool.ActivationException
Creates a new activation exception.
ActivationException(String, Exception) - Constructor for exception org.ldaptive.pool.ActivationException
Creates a new activation exception.
activator - Variable in class org.ldaptive.pool.AbstractConnectionPool
For activating connections.
activator(ConnectionActivator) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
ACTIVATOR_PERIOD - Static variable in class org.ldaptive.LdapURLActivatorService
How often to test inactive connections.
ACTIVATOR_PERIOD_PROPERTY - Static variable in class org.ldaptive.LdapURLActivatorService
Ldap activator period system property.
active - Variable in class org.ldaptive.LdapURL
False if the last connection attempt to this URL failed, which should result in updating LdapURL.retryMetadata, otherwise true.
active - Variable in class org.ldaptive.pool.AbstractConnectionPool
List of connections in use.
activeCount() - Method in class org.ldaptive.pool.AbstractConnectionPool
 
activeCount() - Method in interface org.ldaptive.pool.ConnectionPool
Returns the number of connections in use.
ActiveDirectoryAccountState - Class in org.ldaptive.auth.ext
Represents the state of an Active Directory account.
ActiveDirectoryAccountState(ZonedDateTime) - Constructor for class org.ldaptive.auth.ext.ActiveDirectoryAccountState
Creates a new active directory account state.
ActiveDirectoryAccountState(ActiveDirectoryAccountState.Error) - Constructor for class org.ldaptive.auth.ext.ActiveDirectoryAccountState
Creates a new active directory account state.
ActiveDirectoryAccountState.Error - Enum in org.ldaptive.auth.ext
Enum to define active directory errors.
ActiveDirectoryAuthenticationResponseHandler - Class in org.ldaptive.auth.ext
Attempts to parse the authentication response message and set the account state using data associated with active directory.
ActiveDirectoryAuthenticationResponseHandler() - Constructor for class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
Default constructor.
ActiveDirectoryAuthenticationResponseHandler(Period) - Constructor for class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
Creates a new active directory authentication response handler.
ActiveDirectoryAuthenticationResponseHandler(Period, Period) - Constructor for class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
Creates a new active directory authentication response handler.
ActivePassiveConnectionStrategy - Class in org.ldaptive
Connection strategy that attempts hosts ordered exactly the way they are configured.
ActivePassiveConnectionStrategy() - Constructor for class org.ldaptive.ActivePassiveConnectionStrategy
Default constructor.
ActivePassiveConnectionStrategy(Function<List<LdapURL>, Iterator<LdapURL>>) - Constructor for class org.ldaptive.ActivePassiveConnectionStrategy
Creates a new active passive connection strategy.
activeStats - Variable in class org.ldaptive.pool.PooledConnectionStatistics
Active stats.
add(int, RDn) - Method in class org.ldaptive.dn.Dn
Adds the supplied RDN at the supplied index.
add(String) - Method in class org.ldaptive.dn.Dn.Builder
 
add(String...) - Method in enum org.ldaptive.ReturnAttributes
Combines the supplied attributes with the value of this return attributes.
add(Dn) - Method in class org.ldaptive.dn.Dn
Adds all the RDNs in the supplied DN to the end of this DN.
add(Dn) - Method in class org.ldaptive.dn.Dn.Builder
 
add(RDn) - Method in class org.ldaptive.dn.Dn
Adds the supplied RDN to the end of this DN.
add(RDn) - Method in class org.ldaptive.dn.Dn.Builder
 
add(MergeRequest, LdapEntry) - Method in class org.ldaptive.ext.MergeOperation
Executes an AddOperation for the supplied entry.
add(Filter) - Method in class org.ldaptive.filter.AndFilter
 
add(Filter) - Method in interface org.ldaptive.filter.FilterSet
Adds a search filter to this set.
add(Filter) - Method in class org.ldaptive.filter.NotFilter
 
add(Filter) - Method in class org.ldaptive.filter.OrFilter
 
add(T) - Method in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
 
add(T) - Method in interface org.ldaptive.beans.persistence.LdapEntryManager
Adds the supplied annotated object to an LDAP.
add(T) - Method in class org.ldaptive.pool.Queue
Adds an object to the queue based on the queue type.
add(T, ResultPredicate) - Method in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Adds the supplied annotated object to an LDAP.
ADD - org.ldaptive.AttributeModification.Type
Add a new attribute.
ADD - org.ldaptive.control.PersistentSearchChangeType
add.
ADD - org.ldaptive.control.SyncStateControl.State
add.
ADD_PATH - Static variable in class org.ldaptive.transport.ResponseParser
Add response DER path.
addActiveStat() - Method in class org.ldaptive.pool.PooledConnectionStatistics
Inserts the current timestamp into the active statistics.
addActiveStat(Instant) - Method in class org.ldaptive.pool.PooledConnectionStatistics
Inserts the supplied timestamp into the active statistics.
addAttributes(Collection<LdapAttribute>) - Method in class org.ldaptive.LdapEntry
Adds attributes to the entry.
addAttributes(LdapAttribute...) - Method in class org.ldaptive.LdapEntry
Adds attributes to the entry.
addAttributeValueMutator(Collection<AttributeValueMutator>) - Method in class org.ldaptive.beans.AbstractClassDescriptor
Adds attribute value mutators to this class descriptor.
addAttributeValueMutator(AttributeValueMutator) - Method in class org.ldaptive.beans.AbstractClassDescriptor
Adds an attribute value mutator to this class descriptor.
addAuthenticationHandler(String, AuthenticationHandler) - Method in class org.ldaptive.auth.AggregateAuthenticationHandler
Adds an authentication handler with the supplied label.
addAuthenticationResponseHandlers(String, AuthenticationResponseHandler...) - Method in class org.ldaptive.auth.AggregateAuthenticationResponseHandler
Adds an authentication response handler with the supplied label.
addAvailableStat() - Method in class org.ldaptive.pool.PooledConnectionStatistics
Inserts the current timestamp into the available statistics.
addAvailableStat(Instant) - Method in class org.ldaptive.pool.PooledConnectionStatistics
Inserts the supplied timestamp into the available statistics.
addBinaryValues(byte[]...) - Method in class org.ldaptive.LdapAttribute
Adds the supplied byte array as a value for this attribute.
addBinaryValues(Collection<byte[]>) - Method in class org.ldaptive.LdapAttribute
Adds all the byte arrays in the supplied collection as values for this attribute.
addBufferValues(ByteBuffer...) - Method in class org.ldaptive.LdapAttribute
Adds all the buffers in the supplied collection as values for this attribute.
addBufferValues(Collection<ByteBuffer>) - Method in class org.ldaptive.LdapAttribute
Adds all the buffers in the supplied collection as values for this attribute.
AddControlAuthenticationRequestHandler - Class in org.ldaptive.auth
Authentication request handler that adds RequestControls to the AuthenticationRequest.
AddControlAuthenticationRequestHandler(AddControlAuthenticationRequestHandler.ControlFactory) - Constructor for class org.ldaptive.auth.AddControlAuthenticationRequestHandler
Creates a new add control authentication request handler.
AddControlAuthenticationRequestHandler.ControlFactory - Interface in org.ldaptive.auth
Factory that produces RequestControls.
addControls(ResponseControl...) - Method in class org.ldaptive.AbstractMessage
Adds the supplied controls to this message.
addDefaultConverters(GenericConversionService) - Method in class org.ldaptive.beans.spring.SpringLdapEntryMapper
Adds default converters to the supplied conversion service.
addDnResolver(String, DnResolver) - Method in class org.ldaptive.auth.AggregateDnResolver
Adds a DN resolver with the supplied label.
addEntries(Collection<LdapEntry>) - Method in class org.ldaptive.SearchResponse
Adds entry(s) to this search result.
addEntries(LdapEntry...) - Method in class org.ldaptive.SearchResponse
Adds an entry to this search result.
addEntryResolver(String, EntryResolver) - Method in class org.ldaptive.auth.AggregateEntryResolver
Adds an entry resolver with the supplied label.
addEntryUuids(UUID...) - Method in class org.ldaptive.extended.SyncInfoMessage
Adds the supplied UUIDs to this message.
addExtension(String) - Method in class org.ldaptive.schema.Extensions
Adds an extension.
addExtension(String, List<String>) - Method in class org.ldaptive.schema.Extensions
Adds an extension.
addIfExists - Variable in class org.ldaptive.handler.DnAttributeEntryHandler
Whether to add the entry dn if an attribute of the same name exists.
addMember(Principal) - Method in class org.ldaptive.jaas.LdapGroup
Adds a member to this group.
addOperation - Variable in class org.ldaptive.ext.MergeOperation
Add operation used to add a new entry.
AddOperation - Class in org.ldaptive
Executes an ldap add operation.
AddOperation() - Constructor for class org.ldaptive.AddOperation
Default constructor.
AddOperation(ConnectionFactory) - Constructor for class org.ldaptive.AddOperation
Creates a new add operation.
AddOperation.Builder - Class in org.ldaptive
Add operation builder.
AddOperationWorker - Class in org.ldaptive.concurrent
Executes multiple ldap add operations asynchronously.
AddOperationWorker() - Constructor for class org.ldaptive.concurrent.AddOperationWorker
Default constructor.
AddOperationWorker(AddOperation) - Constructor for class org.ldaptive.concurrent.AddOperationWorker
Creates a new add operation worker.
addReferences(Collection<SearchResultReference>) - Method in class org.ldaptive.SearchResponse
Adds references(s) to this search result.
addReferences(SearchResultReference...) - Method in class org.ldaptive.SearchResponse
Adds a reference to this search result.
addReferralURLs(String...) - Method in class org.ldaptive.AbstractResult
Adds referral URLs to the result.
AddRequest - Class in org.ldaptive
LDAP add request defined as:
AddRequest() - Constructor for class org.ldaptive.AddRequest
Default constructor.
AddRequest(String, Collection<LdapAttribute>) - Constructor for class org.ldaptive.AddRequest
Creates a new add request.
AddRequest(String, LdapAttribute...) - Constructor for class org.ldaptive.AddRequest
Creates a new add request.
AddRequest.Builder - Class in org.ldaptive
Add request builder.
AddResponse - Class in org.ldaptive
LDAP add response defined as:
AddResponse() - Constructor for class org.ldaptive.AddResponse
Default constructor.
AddResponse(DERBuffer) - Constructor for class org.ldaptive.AddResponse
Creates a new add response.
AddResponse.Builder - Class in org.ldaptive
 
addStringValues(String...) - Method in class org.ldaptive.ad.UnicodePwdAttribute
 
addStringValues(String...) - Method in class org.ldaptive.LdapAttribute
Adds the supplied string as a value for this attribute.
addStringValues(Collection<String>) - Method in class org.ldaptive.LdapAttribute
Adds all the strings in the supplied collection as values for this attribute.
addTag(DERTag, int) - Method in class org.ldaptive.asn1.DERParser
Add the given tag at the specified index to all permutations of the current parser path and increases the number of permutations as necessary to satisfy the following relation:
addUris(String...) - Method in class org.ldaptive.SearchResultReference
Adds a new URI to this reference.
addUris(Collection<String>) - Method in class org.ldaptive.SearchResultReference
Adds a new URI to this reference.
addValues(Function<T, byte[]>, Collection<T>) - Method in class org.ldaptive.LdapAttribute
Adds all the values in the supplied collection for this attribute by encoding them with the supplied function.
addValues(Function<T, byte[]>, T...) - Method in class org.ldaptive.LdapAttribute
Adds the supplied values for this attribute by encoding them with the supplied function.
adError - Variable in class org.ldaptive.auth.ext.ActiveDirectoryAccountState
active directory specific enum.
ADMIN_LIMIT_EXCEEDED - org.ldaptive.ResultCode
admin limit exceeded.
AFFECTS_MULTIPLE_DSAS - org.ldaptive.ResultCode
affected multiple dsas.
afterCount - Variable in class org.ldaptive.control.util.VirtualListViewParams
VLV after count.
afterCount - Variable in class org.ldaptive.control.VirtualListViewRequestControl
number of entries after the target entry the server should send.
AggregateAuthenticationHandler - Class in org.ldaptive.auth
Used in conjunction with an AggregateDnResolver to authenticate the resolved DN.
AggregateAuthenticationHandler() - Constructor for class org.ldaptive.auth.AggregateAuthenticationHandler
Default constructor.
AggregateAuthenticationHandler(Map<String, AuthenticationHandler>) - Constructor for class org.ldaptive.auth.AggregateAuthenticationHandler
Creates a new aggregate authentication handler.
AggregateAuthenticationHandler.Builder - Class in org.ldaptive.auth
 
AggregateAuthenticationResponseHandler - Class in org.ldaptive.auth
Used in conjunction with an AggregateDnResolver to execute a list of response handlers.
AggregateAuthenticationResponseHandler() - Constructor for class org.ldaptive.auth.AggregateAuthenticationResponseHandler
Default constructor.
AggregateAuthenticationResponseHandler(Map<String, AuthenticationResponseHandler[]>) - Constructor for class org.ldaptive.auth.AggregateAuthenticationResponseHandler
Creates a new aggregate authentication response handler.
AggregateAuthenticationResponseHandler.Builder - Class in org.ldaptive.auth
 
AggregateDnResolver - Class in org.ldaptive.auth
Looks up a user's DN using multiple DN resolvers.
AggregateDnResolver() - Constructor for class org.ldaptive.auth.AggregateDnResolver
Default constructor.
AggregateDnResolver(Map<String, DnResolver>) - Constructor for class org.ldaptive.auth.AggregateDnResolver
Creates a new aggregate dn resolver.
AggregateDnResolver(Map<String, DnResolver>, ExecutorService) - Constructor for class org.ldaptive.auth.AggregateDnResolver
Creates a new aggregate dn resolver.
AggregateDnResolver.Builder - Class in org.ldaptive.auth
 
AggregateEntryResolver - Class in org.ldaptive.auth
Used in conjunction with an AggregateDnResolver to resolve an entry.
AggregateEntryResolver() - Constructor for class org.ldaptive.auth.AggregateEntryResolver
Default constructor.
AggregateEntryResolver(Map<String, EntryResolver>) - Constructor for class org.ldaptive.auth.AggregateEntryResolver
Creates a new aggregate entry resolver.
AggregateEntryResolver.Builder - Class in org.ldaptive.auth
 
AggregateTrustManager - Class in org.ldaptive.ssl
Trust manager that delegates to multiple trust managers.
AggregateTrustManager(X509TrustManager...) - Constructor for class org.ldaptive.ssl.AggregateTrustManager
Creates a new aggregate trust manager with the ALL AggregateTrustManager.Strategy.
AggregateTrustManager(AggregateTrustManager.Strategy, X509TrustManager...) - Constructor for class org.ldaptive.ssl.AggregateTrustManager
Creates a new aggregate trust manager.
AggregateTrustManager.Strategy - Enum in org.ldaptive.ssl
Enum to define how trust managers should be processed.
AggregateTrustManager.TrustManagerConsumer - Interface in org.ldaptive.ssl
Interface for consuming a trust manager.
aggregateTrustManagers(TrustManager...) - Method in class org.ldaptive.ssl.AbstractSSLContextInitializer
Creates an AggregateTrustManager containing the supplied trust managers.
algorithm - Variable in class org.ldaptive.auth.CompareAuthenticationHandler.Scheme
Algorithm used by this scheme.
ALIAS_DEREFERENCING_PROBLEM - org.ldaptive.ResultCode
alias dereferencing problem.
ALIAS_PROBLEM - org.ldaptive.ResultCode
alias problem.
aliases(DerefAliases) - Method in class org.ldaptive.auth.SearchDnResolver.Builder
Sets the deref aliases flag.
aliases(DerefAliases) - Method in class org.ldaptive.SearchRequest.Builder
Sets the deref aliases flag.
ALL - org.ldaptive.ReturnAttributes
all user and operational attributes.
ALL - org.ldaptive.ssl.AggregateTrustManager.Strategy
all trust managers must succeed.
ALL_OPERATIONAL - org.ldaptive.ReturnAttributes
all operational attributes.
ALL_USER - org.ldaptive.ReturnAttributes
all user attributes.
allocateBuffer(ChannelHandlerContext, EncodedRequest, boolean) - Method in class org.ldaptive.transport.netty.NettyConnection.RequestEncoder
 
AllowAnyHostnameVerifier - Class in org.ldaptive.ssl
Hostname verifier that returns true for any hostname.
AllowAnyHostnameVerifier() - Constructor for class org.ldaptive.ssl.AllowAnyHostnameVerifier
 
AllowAnyTrustManager - Class in org.ldaptive.ssl
Trust manager that trusts any certificate.
AllowAnyTrustManager() - Constructor for class org.ldaptive.ssl.AllowAnyTrustManager
 
allowMultipleDns - Variable in class org.ldaptive.auth.AggregateDnResolver
Whether to throw an exception if multiple DNs are found.
allowMultipleDns - Variable in class org.ldaptive.auth.SearchDnResolver
Whether to throw an exception if multiple DNs are found.
allowMultipleDns(boolean) - Method in class org.ldaptive.auth.SearchDnResolver.Builder
Sets whether to allow multiple DNs.
allowMultipleEntries - Variable in class org.ldaptive.auth.AbstractSearchEntryResolver
Whether to throw an exception if multiple entries are found.
ALT_VALUE_PATH - Static variable in class org.ldaptive.AbstractMessage.ControlParser
DER path to alternate value.
ALWAYS - org.ldaptive.DerefAliases
dereference when searching for the starting entry and when searching the entries beneath the starting point.
AMBIGUOUS_RESPONSE - org.ldaptive.ResultCode
ambiguous response.
ANCESTORS_FIRST_ORDER - org.ldaptive.ad.control.DirSyncControl.Flag
ancestors first order.
AND - org.ldaptive.filter.Filter.Type
And filter.
AndFilter - Class in org.ldaptive.filter
And search filter set defined as:
AndFilter() - Constructor for class org.ldaptive.filter.AndFilter
Default constructor.
AndFilter(Filter...) - Constructor for class org.ldaptive.filter.AndFilter
Creates a new and filter.
AnonymousBindRequest - Class in org.ldaptive
LDAP anonymous bind request.
AnonymousBindRequest() - Constructor for class org.ldaptive.AnonymousBindRequest
 
AnonymousBindRequest.Builder - Class in org.ldaptive
Simple bind request builder.
ANY - org.ldaptive.filter.SubstringFilter.Substrings
Any substring.
ANY - org.ldaptive.ssl.AggregateTrustManager.Strategy
any trust manager must succeed.
appendRequestControls(SearchRequest, VirtualListViewRequestControl) - Method in class org.ldaptive.control.util.VirtualListViewClient
Creates a new array of request controls which includes the VLV and sort controls.
ApplicationDERTag - Class in org.ldaptive.asn1
Generic application-specific tag.
ApplicationDERTag(int, boolean) - Constructor for class org.ldaptive.asn1.ApplicationDERTag
Creates a new application-specific tag with given tag number.
appliesAttributeTypes - Variable in class org.ldaptive.schema.MatchingRuleUse
Superior classes.
apply(List<List<AttributeModification>>) - Method in class org.ldaptive.ext.MergeRequest.BatchHandler
 
apply(List<List<AttributeModification>>) - Method in class org.ldaptive.ext.MergeRequest.MaxSizeAttributeValueHandler
 
apply(DERBuffer) - Method in class org.ldaptive.ssl.X509DnDecoder
 
apply(Connection) - Method in class org.ldaptive.AbstractConnectionValidator
 
apply(Connection) - Method in class org.ldaptive.pool.BindConnectionPassivator
 
apply(Dn) - Method in class org.ldaptive.dns.DNSDomainFunction
 
apply(LdapEntry) - Method in class org.ldaptive.ad.handler.ObjectGuidHandler
 
apply(LdapEntry) - Method in class org.ldaptive.ad.handler.ObjectSidHandler
 
apply(LdapEntry) - Method in class org.ldaptive.handler.CaseChangeEntryHandler
 
apply(LdapEntry) - Method in class org.ldaptive.handler.DnAttributeEntryHandler
 
apply(LdapEntry) - Method in class org.ldaptive.handler.MergeAttributeEntryHandler
 
apply(PooledConnectionProxy) - Method in class org.ldaptive.pool.IdlePruneStrategy
 
apply(ValidationException) - Method in class org.ldaptive.PooledConnectionFactory.RetryValidationExceptionHandler
 
apply(SearchResponse) - Method in class org.ldaptive.ad.handler.PrimaryGroupIdHandler
 
apply(SearchResponse) - Method in class org.ldaptive.ad.handler.RangeEntryHandler
 
apply(SearchResponse) - Method in class org.ldaptive.handler.MergeResultHandler
 
apply(SearchResponse) - Method in class org.ldaptive.handler.RecursiveResultHandler
 
apply(SearchResponse) - Method in class org.ldaptive.handler.SortResultHandler
 
apply(SearchResponse) - Method in class org.ldaptive.referral.FollowSearchResultReferenceHandler
 
apply(S) - Method in class org.ldaptive.referral.AbstractFollowReferralHandler
 
applyAsync(Connection) - Method in class org.ldaptive.AbstractConnectionValidator
 
applyAsync(Connection) - Method in interface org.ldaptive.ConnectionValidator
Provides an asynchronous implementation of Function.apply(Object).
applyAsync(Connection, Consumer<Boolean>) - Method in class org.ldaptive.AbstractOperationConnectionValidator
 
applyAsync(Connection, Consumer<Boolean>) - Method in interface org.ldaptive.ConnectionValidator
Provides an asynchronous implementation of Function.apply(Object).
APPROXIMATE_FILTER_PATTERN - Static variable in class org.ldaptive.filter.RegexFilterFunction
Regex pattern to match an approximate filter.
APPROXIMATE_MATCH - org.ldaptive.filter.Filter.Type
Approximate match filter.
ApproximateFilter - Class in org.ldaptive.filter
Approximate search filter component defined as:
ApproximateFilter(String, byte[]) - Constructor for class org.ldaptive.filter.ApproximateFilter
Creates a new approximate filter.
ApproximateFilter(String, String) - Constructor for class org.ldaptive.filter.ApproximateFilter
Creates a new approximate filter.
areEqual(Object, Object) - Static method in class org.ldaptive.LdapUtils
Determines equality of the supplied objects.
ArrayReflectionTranscoder - Class in org.ldaptive.beans.reflect
Reflection transcoder which expects to operate on collections containing an array of values.
ArrayReflectionTranscoder(SingleValueReflectionTranscoder<?>) - Constructor for class org.ldaptive.beans.reflect.ArrayReflectionTranscoder
Creates a new array reflection transcoder.
arrayTranscoder - Variable in class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
Used for collections that contain arrays.
ASN_CONSTRUCTED - Static variable in interface org.ldaptive.asn1.DERTag
Constructed tags should have the 6th bit set.
ASSERTION_FAILED - org.ldaptive.ResultCode
assertion failed, See RFC 4528.
ASSERTION_PATH - Static variable in class org.ldaptive.ssl.X509DnDecoder
DER path for parsing attribute value assertion.
ASSERTION_VALUE - Static variable in class org.ldaptive.filter.RegexFilterFunction
Regular expression that matches an assertion value.
assertionValue - Variable in class org.ldaptive.CompareRequest
Assertion value.
assertionValue - Variable in class org.ldaptive.control.util.VirtualListViewParams
VLV assertion value; mutually exclusive with the target offset.
assertionValue - Variable in class org.ldaptive.control.VirtualListViewRequestControl
value to match against the ordering matching rule for the attributeDescription in the sort control.
assertionValue - Variable in class org.ldaptive.filter.AbstractAttributeValueAssertionFilter
Attribute value.
assertionValue - Variable in class org.ldaptive.filter.ExtensibleFilter
Attribute value.
attempts - Variable in class org.ldaptive.AbstractRetryMetadata
Attempt count.
ATTR_NAME - Static variable in class org.ldaptive.ad.UnicodePwdAttribute
name of this attribute.
attribute - Variable in class org.ldaptive.AttributeModification
Attribute to modify.
attribute - Variable in class org.ldaptive.beans.spring.SpelAttributeValueMutator
Attribute containing the SPEL expression.
Attribute - Annotation Type in org.ldaptive.beans
Annotation to describe LDAP attribute data on a bean.
ATTRIBUTE_DESC - Static variable in class org.ldaptive.filter.RegexFilterFunction
Regular expression that matches an attribute description.
ATTRIBUTE_NAME - Static variable in class org.ldaptive.ad.handler.ObjectGuidHandler
objectGuid attribute name.
ATTRIBUTE_NAME - Static variable in class org.ldaptive.ad.handler.ObjectSidHandler
objectSid attribute name.
ATTRIBUTE_OR_VALUE_EXISTS - org.ldaptive.ResultCode
attribute or value exists.
ATTRIBUTE_TYPE_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.DefaultSchemaFunction
Default attribute type function.
ATTRIBUTE_TYPE_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.RegexSchemaFunction
Regex attribute type function.
ATTRIBUTE_TYPES_ATTR_NAME - Static variable in class org.ldaptive.schema.SchemaFactory
Attribute types attribute name on the subschema entry.
attributeBinary - Variable in class org.ldaptive.beans.reflect.AbstractAttributeValueMutator
Whether this attribute is binary.
attributeDesc - Variable in class org.ldaptive.CompareRequest
Attribute description
attributeDesc - Variable in class org.ldaptive.filter.AbstractAttributeValueAssertionFilter
Attribute description.
attributeDesc - Variable in class org.ldaptive.filter.ExtensibleFilter
Attribute description.
attributeDesc - Variable in class org.ldaptive.filter.PresenceFilter
Attribute description.
attributeDesc - Variable in class org.ldaptive.filter.SubstringFilter
Attribute description.
attributeDescription - Variable in class org.ldaptive.control.SortKey
attribute description.
attributeDescriptionChars - Variable in class org.ldaptive.filter.DefaultFilterFunction
Allowed attribute description characters.
AttributeModification - Class in org.ldaptive
LDAP modification defined as:
AttributeModification(AttributeModification.Type, LdapAttribute) - Constructor for class org.ldaptive.AttributeModification
Creates a new modification.
AttributeModification.Type - Enum in org.ldaptive
Modification type.
attributeModificationsHandlers - Variable in class org.ldaptive.ext.MergeRequest
Handler for attribute modifications.
attributeMutators - Variable in class org.ldaptive.beans.AbstractClassDescriptor
Attribute value mutators for this class.
attributeName - Variable in class org.ldaptive.ad.handler.AbstractBinaryAttributeHandler
attribute name.
attributeName - Variable in class org.ldaptive.beans.reflect.AbstractAttributeValueMutator
Name of the attribute.
attributeName - Variable in class org.ldaptive.control.SortResponseControl
Failed attribute name.
attributeName - Variable in class org.ldaptive.dn.NameValue
Attribute name.
attributeName - Variable in class org.ldaptive.LdapAttribute
Attribute name.
attributeNameCaseChange - Variable in class org.ldaptive.handler.CaseChangeEntryHandler
Type of case modification to make to the attribute names.
attributeNameFunction - Variable in class org.ldaptive.dn.DefaultRDnNormalizer
Attribute name function.
attributeNames - Variable in class org.ldaptive.handler.CaseChangeEntryHandler
Attribute names to modify.
attributeNames - Variable in class org.ldaptive.handler.MergeAttributeEntryHandler
Attribute names to read values from.
AttributeParser() - Constructor for class org.ldaptive.LdapEntry.AttributeParser
Creates a new attribute parser.
attributes - Variable in class org.ldaptive.AddRequest
Attributes to add to the entry.
attributes - Variable in class org.ldaptive.LdapEntry
LDAP attributes on the entry.
attributes - Variable in class org.ldaptive.LdapURL
Attributes of the ldap url.
attributes() - Method in annotation type org.ldaptive.beans.Entry
Entry attributes.
attributes(Collection<LdapAttribute>) - Method in class org.ldaptive.AddRequest.Builder
Sets the attributes.
attributes(Collection<LdapAttribute>) - Method in class org.ldaptive.LdapEntry.Builder
 
attributes(LdapAttribute...) - Method in class org.ldaptive.AddRequest.Builder
Sets the attributes.
attributes(LdapAttribute...) - Method in class org.ldaptive.LdapEntry.Builder
 
ATTRIBUTES - Static variable in class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
Attributes needed to enforce password policy.
ATTRIBUTES - Static variable in class org.ldaptive.auth.ext.EDirectoryAuthenticationResponseHandler
Attributes needed to enforce password policy.
ATTRIBUTES - Static variable in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Attributes needed to enforce password policy.
ATTRIBUTES - Static variable in class org.ldaptive.dns.SRVDNSResolver
Attributes (DNS record types) to query for.
ATTRIBUTES_PATH - Static variable in class org.ldaptive.LdapEntry
DER path to attributes.
AttributesHandler(LdapEntry) - Constructor for class org.ldaptive.LdapEntry.AttributesHandler
Creates a new attributes handler.
AttributeType - Class in org.ldaptive.schema
Bean for an attribute type schema element.
AttributeType(String) - Constructor for class org.ldaptive.schema.AttributeType
Creates a new attribute type.
AttributeType(String, String[], String, boolean, String, String, String, String, String, boolean, boolean, boolean, AttributeUsage, Extensions) - Constructor for class org.ldaptive.schema.AttributeType
Creates a new attribute type.
AttributeType.DefaultDefinitionFunction - Class in org.ldaptive.schema
Parses an attribute type definition using a char buffer.
AttributeType.RegexDefinitionFunction - Class in org.ldaptive.schema
Parses an attribute type definition using a regular expression.
AttributeTypeHandler(SortResponseControl) - Constructor for class org.ldaptive.control.SortResponseControl.AttributeTypeHandler
Creates a new attribute type handler.
attributeTypes - Variable in class org.ldaptive.schema.Schema
Attribute types.
AttributeTypeValueTranscoder - Class in org.ldaptive.schema.transcode
Decodes and encodes an attribute type for use in an ldap attribute value.
AttributeTypeValueTranscoder() - Constructor for class org.ldaptive.schema.transcode.AttributeTypeValueTranscoder
 
AttributeUsage - Enum in org.ldaptive.schema
Enum for an attribute usage schema element.
AttributeUsage(String, boolean) - Constructor for enum org.ldaptive.schema.AttributeUsage
Creates a new attribute usage.
attributeValue - Variable in class org.ldaptive.dn.NameValue
Attribute value.
attributeValueCaseChange - Variable in class org.ldaptive.handler.CaseChangeEntryHandler
Type of case modification to make to the attributes values.
attributeValueEscaper - Variable in class org.ldaptive.auth.FormatDnResolver
attribute value escaper.
attributeValueEscaper - Variable in class org.ldaptive.dn.DefaultRDnNormalizer
Attribute value escaper.
AttributeValueEscaper - Interface in org.ldaptive.dn
Interface for escaping attribute values.
attributeValueFunction - Variable in class org.ldaptive.dn.DefaultRDnNormalizer
Attribute value function.
AttributeValueMutator - Interface in org.ldaptive.beans
Interface for mutating an attribute value on an arbitrary object.
attributeValues - Variable in class org.ldaptive.LdapAttribute
Attribute values.
auth - Variable in class org.ldaptive.jaas.LdapDnAuthorizationModule
Authenticator to use against the LDAP.
auth - Variable in class org.ldaptive.jaas.LdapLoginModule
Authenticator to use against the LDAP.
AUTH - org.ldaptive.props.PropertySource.PropertyDomain
auth property domain.
AUTH - org.ldaptive.sasl.QualityOfProtection
Authentication only.
AUTH_CONF - org.ldaptive.sasl.QualityOfProtection
Authentication with integrity and privacy protection.
AUTH_INT - org.ldaptive.sasl.QualityOfProtection
Authentication with integrity protection.
AUTH_METHOD_NOT_SUPPORTED - org.ldaptive.ResultCode
authentication method not supported.
AUTH_UNKNOWN - org.ldaptive.ResultCode
auth unknown.
authenticate(String, AuthenticationRequest) - Method in class org.ldaptive.auth.Authenticator
Validates input and performs authentication using an AuthenticationHandler.
authenticate(AuthenticationCriteria) - Method in class org.ldaptive.auth.AbstractAuthenticationHandler
 
authenticate(AuthenticationCriteria) - Method in class org.ldaptive.auth.AggregateAuthenticationHandler
 
authenticate(AuthenticationCriteria) - Method in interface org.ldaptive.auth.AuthenticationHandler
Perform an ldap authentication.
authenticate(AuthenticationRequest) - Method in class org.ldaptive.auth.Authenticator
Authenticate the user in the supplied request.
authenticateInternal(Connection, AuthenticationCriteria) - Method in class org.ldaptive.auth.AbstractAuthenticationHandler
Authenticate on the supplied connection using the supplied criteria.
authenticateInternal(Connection, AuthenticationCriteria) - Method in class org.ldaptive.auth.CompareAuthenticationHandler
 
authenticateInternal(Connection, AuthenticationCriteria) - Method in class org.ldaptive.auth.SimpleBindAuthenticationHandler
 
AUTHENTICATION_HANDLER_FAILURE - org.ldaptive.auth.AuthenticationResultCode
The configured authentication handler produced a result of false.
AUTHENTICATION_HANDLER_SUCCESS - org.ldaptive.auth.AuthenticationResultCode
The configured authentication handler produced a result of true.
authenticationAliases - Variable in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Aliases of key entries to use.
authenticationCert - Variable in class org.ldaptive.ssl.X509SSLContextInitializer
Certificate used to create key managers.
authenticationCertificate - Variable in class org.ldaptive.ssl.X509CredentialConfig
Name of the authentication certificate to use for the SSL connection.
authenticationCertificate(String) - Method in class org.ldaptive.ssl.X509CredentialConfig.Builder
 
authenticationControls - Variable in class org.ldaptive.auth.AbstractAuthenticationHandler
controls used by this handler.
AuthenticationCriteria - Class in org.ldaptive.auth
Contains the properties used to perform authentication.
AuthenticationCriteria() - Constructor for class org.ldaptive.auth.AuthenticationCriteria
Default constructor.
AuthenticationCriteria(String) - Constructor for class org.ldaptive.auth.AuthenticationCriteria
Creates a new authentication criteria.
AuthenticationCriteria(String, AuthenticationRequest) - Constructor for class org.ldaptive.auth.AuthenticationCriteria
Creates a new authentication criteria.
authenticationDn - Variable in class org.ldaptive.auth.AuthenticationCriteria
dn.
authenticationHandler - Variable in class org.ldaptive.auth.Authenticator
Handler to handle authentication.
authenticationHandler(AuthenticationHandler) - Method in class org.ldaptive.auth.Authenticator.Builder
Sets the authentication handler.
AuthenticationHandler - Interface in org.ldaptive.auth
Provides an interface for LDAP authentication implementations.
authenticationHandlerResponse - Variable in class org.ldaptive.auth.AuthenticationResponse
Result of the authentication operation.
AuthenticationHandlerResponse - Class in org.ldaptive.auth
Response object for authentication handlers.
AuthenticationHandlerResponse() - Constructor for class org.ldaptive.auth.AuthenticationHandlerResponse
Default constructor.
AuthenticationHandlerResponse(T, AuthenticationResultCode, Connection) - Constructor for class org.ldaptive.auth.AuthenticationHandlerResponse
Creates a new authentication response.
AuthenticationHandlerResponse.Builder - Class in org.ldaptive.auth
 
authenticationHandlers - Variable in class org.ldaptive.auth.AggregateAuthenticationHandler
Labeled authentication handlers.
authenticationID - Variable in class org.ldaptive.sasl.CramMD5BindRequest
Authentication ID.
authenticationID - Variable in class org.ldaptive.sasl.DigestMD5BindRequest
Authentication ID.
authenticationID - Variable in class org.ldaptive.sasl.GssApiBindRequest
Authentication ID.
authenticationKey - Variable in class org.ldaptive.ssl.X509CredentialConfig
Name of the key to use for the SSL connection.
authenticationKey - Variable in class org.ldaptive.ssl.X509SSLContextInitializer
Private key used to create key managers.
authenticationKey(String) - Method in class org.ldaptive.ssl.X509CredentialConfig.Builder
 
authenticationKeystore - Variable in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
KeyStore used to create key managers.
authenticationPassword - Variable in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Password used to access the authentication keystore.
authenticationRequest - Variable in class org.ldaptive.auth.AuthenticationCriteria
authentication request.
AuthenticationRequest - Class in org.ldaptive.auth
Contains the data required to perform an ldap authentication.
AuthenticationRequest() - Constructor for class org.ldaptive.auth.AuthenticationRequest
Default constructor.
AuthenticationRequest(String, Credential) - Constructor for class org.ldaptive.auth.AuthenticationRequest
Creates a new authentication request.
AuthenticationRequest(String, Credential, String...) - Constructor for class org.ldaptive.auth.AuthenticationRequest
Creates a new authentication request.
AuthenticationRequest(User, Credential) - Constructor for class org.ldaptive.auth.AuthenticationRequest
Creates a new authentication request.
AuthenticationRequest(User, Credential, String...) - Constructor for class org.ldaptive.auth.AuthenticationRequest
Creates a new authentication request.
AuthenticationRequest.Builder - Class in org.ldaptive.auth
Authentication request builder.
AuthenticationRequestHandler - Interface in org.ldaptive.auth
Provides pre authentication handling of authentication requests.
AuthenticationRequestPropertyInvoker - Class in org.ldaptive.props
Handles properties for AuthenticationRequest.
AuthenticationRequestPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.AuthenticationRequestPropertyInvoker
Creates a new authentication request property invoker for the supplied class.
AuthenticationRequestPropertySource - Class in org.ldaptive.props
Reads properties specific to AuthenticationRequest and returns an initialized object of that type.
AuthenticationRequestPropertySource(AuthenticationRequest) - Constructor for class org.ldaptive.props.AuthenticationRequestPropertySource
Creates a new authentication request property source using the default properties file.
AuthenticationRequestPropertySource(AuthenticationRequest, Reader...) - Constructor for class org.ldaptive.props.AuthenticationRequestPropertySource
Creates a new authentication request property source.
AuthenticationRequestPropertySource(AuthenticationRequest, String...) - Constructor for class org.ldaptive.props.AuthenticationRequestPropertySource
Creates a new authentication request property source.
AuthenticationRequestPropertySource(AuthenticationRequest, Properties) - Constructor for class org.ldaptive.props.AuthenticationRequestPropertySource
Creates a new authentication request property source.
AuthenticationRequestPropertySource(AuthenticationRequest, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.AuthenticationRequestPropertySource
Creates a new authentication request property source.
AuthenticationResponse - Class in org.ldaptive.auth
Synthetic response object that encapsulates data used for authentication.
AuthenticationResponse() - Constructor for class org.ldaptive.auth.AuthenticationResponse
Default constructor.
AuthenticationResponse(AuthenticationHandlerResponse, String, LdapEntry) - Constructor for class org.ldaptive.auth.AuthenticationResponse
Creates a new authentication response.
AuthenticationResponse.Builder - Class in org.ldaptive.auth
 
AuthenticationResponseHandler - Interface in org.ldaptive.auth
Provides post authentication handling of authentication responses.
authenticationResultCode - Variable in class org.ldaptive.auth.AuthenticationHandlerResponse
Authentication result code.
AuthenticationResultCode - Enum in org.ldaptive.auth
Enum to define authentication results.
AuthenticationResultCode() - Constructor for enum org.ldaptive.auth.AuthenticationResultCode
 
Authenticator - Class in org.ldaptive.auth
Provides functionality to authenticate users against an ldap directory.
Authenticator() - Constructor for class org.ldaptive.auth.Authenticator
Default constructor.
Authenticator(DnResolver, AuthenticationHandler) - Constructor for class org.ldaptive.auth.Authenticator
Creates a new authenticator.
Authenticator.Builder - Class in org.ldaptive.auth
Authenticator builder.
authenticatorFactory - Variable in class org.ldaptive.jaas.LdapDnAuthorizationModule
Factory for creating authenticators with JAAS options.
authenticatorFactory - Variable in class org.ldaptive.jaas.LdapLoginModule
Factory for creating authenticators with JAAS options.
AuthenticatorFactory - Interface in org.ldaptive.jaas
Provides an interface for creating authenticators needed by various JAAS modules.
AuthenticatorPropertyInvoker - Class in org.ldaptive.props
Handles properties for Authenticator.
AuthenticatorPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.AuthenticatorPropertyInvoker
Creates a new authenticator property invoker for the supplied class.
AuthenticatorPropertySource - Class in org.ldaptive.props
Reads properties specific to Authenticator and returns an initialized object of that type.
AuthenticatorPropertySource(Authenticator) - Constructor for class org.ldaptive.props.AuthenticatorPropertySource
Creates a new authenticator property source using the default properties file.
AuthenticatorPropertySource(Authenticator, Reader...) - Constructor for class org.ldaptive.props.AuthenticatorPropertySource
Creates a new authenticator property source.
AuthenticatorPropertySource(Authenticator, String...) - Constructor for class org.ldaptive.props.AuthenticatorPropertySource
Creates a new authenticator property source.
AuthenticatorPropertySource(Authenticator, Properties) - Constructor for class org.ldaptive.props.AuthenticatorPropertySource
Creates a new authenticator property source.
AuthenticatorPropertySource(Authenticator, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.AuthenticatorPropertySource
Creates a new authenticator property source.
AUTHORIZATION_DENIED - org.ldaptive.ResultCode
authorization denied, See RFC 4370.
authorizationId - Variable in class org.ldaptive.control.AuthorizationIdentityResponseControl
Authorization identity.
authorizationId - Variable in class org.ldaptive.control.ProxyAuthorizationControl
authorization identity.
authorizationId - Variable in class org.ldaptive.sasl.SaslConfig
sasl authorization id.
authorizationId(String) - Method in class org.ldaptive.sasl.SaslConfig.Builder
 
authorizationID - Variable in class org.ldaptive.sasl.DigestMD5BindRequest
Authorization ID.
authorizationID - Variable in class org.ldaptive.sasl.GssApiBindRequest
Authorization ID.
AuthorizationIdentityEntryResolver - Class in org.ldaptive.auth
Reads the authorization identity response control, then performs an object level search on the result.
AuthorizationIdentityEntryResolver() - Constructor for class org.ldaptive.auth.AuthorizationIdentityEntryResolver
 
AuthorizationIdentityRequestControl - Class in org.ldaptive.control
Request control for authorization identity.
AuthorizationIdentityRequestControl() - Constructor for class org.ldaptive.control.AuthorizationIdentityRequestControl
Default constructor.
AuthorizationIdentityRequestControl(boolean) - Constructor for class org.ldaptive.control.AuthorizationIdentityRequestControl
Creates a new ManageDsaIT control.
AuthorizationIdentityResponseControl - Class in org.ldaptive.control
Response control for authorization identity.
AuthorizationIdentityResponseControl() - Constructor for class org.ldaptive.control.AuthorizationIdentityResponseControl
Default constructor.
AuthorizationIdentityResponseControl(boolean) - Constructor for class org.ldaptive.control.AuthorizationIdentityResponseControl
Creates a new authorization identity response control.
AuthorizationIdentityResponseControl(String) - Constructor for class org.ldaptive.control.AuthorizationIdentityResponseControl
Creates a new authorization identity response control.
AuthorizationIdentityResponseControl(String, boolean) - Constructor for class org.ldaptive.control.AuthorizationIdentityResponseControl
Creates a new authorization identity response control.
authRequest - Variable in class org.ldaptive.jaas.LdapLoginModule
Authentication request to use for authentication.
AutoReadEventHandler() - Constructor for class org.ldaptive.transport.netty.NettyConnection.AutoReadEventHandler
 
AutoReadFlowControlHandler - Class in org.ldaptive.transport.netty
Keeps a counter of messages that have been sent down the pipeline.
AutoReadFlowControlHandler() - Constructor for class org.ldaptive.transport.netty.AutoReadFlowControlHandler
 
autoReconnect - Variable in class org.ldaptive.ConnectionConfig
Whether to automatically reconnect to the server when a connection is lost.
autoReconnect(boolean) - Method in class org.ldaptive.ConnectionConfig.Builder
 
autoReconnectCondition - Variable in class org.ldaptive.ConnectionConfig
Condition used to determine whether another reconnect attempt should be made.
autoReconnectCondition(Predicate<RetryMetadata>) - Method in class org.ldaptive.ConnectionConfig.Builder
 
autoReplay - Variable in class org.ldaptive.ConnectionConfig
Whether pending operations should be replayed after a reconnect.
autoReplay(boolean) - Method in class org.ldaptive.ConnectionConfig.Builder
 
AUXILIARY - org.ldaptive.schema.ObjectClassType
auxiliary.
auxiliaryClasses - Variable in class org.ldaptive.schema.DITContentRule
Auxiliary classes.
available - Variable in class org.ldaptive.pool.AbstractConnectionPool
List of available connections in the pool.
availableCount() - Method in class org.ldaptive.pool.AbstractConnectionPool
 
availableCount() - Method in interface org.ldaptive.pool.ConnectionPool
Returns the number of connections available for use.
availableStats - Variable in class org.ldaptive.pool.PooledConnectionStatistics
Available stats.
await() - Method in interface org.ldaptive.CompareOperationHandle
 
await() - Method in interface org.ldaptive.extended.ExtendedOperationHandle
 
await() - Method in interface org.ldaptive.OperationHandle
Waits for a result or reports a timeout exception.
await() - Method in interface org.ldaptive.SearchOperationHandle
 
await() - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
 
await() - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
 
await() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
await() - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
await() - Method in class org.ldaptive.transport.netty.NettyConnection.BindOperationHandle
 

B

BAD_PASSWORD - org.ldaptive.auth.ext.EDirectoryAccountState.Error
bad password.
base64Decode(String) - Static method in class org.ldaptive.LdapUtils
This will decode the supplied value as a base64 encoded string to a byte[].
base64Encode(byte...) - Static method in class org.ldaptive.LdapUtils
This will convert the supplied value to a base64 encoded string.
base64Encode(String) - Static method in class org.ldaptive.LdapUtils
This will convert the supplied value to a base64 encoded string.
baseDn - Variable in class org.ldaptive.ad.handler.PrimaryGroupIdHandler
base DN used for searching for the primary group.
baseDn - Variable in class org.ldaptive.auth.AbstractSearchEntryResolver
DN to search.
baseDn - Variable in class org.ldaptive.auth.SearchDnResolver
DN to search.
baseDn - Variable in class org.ldaptive.LdapURL
Base DN of the ldap url.
baseDn - Variable in class org.ldaptive.SearchRequest
Base DN.
BatchHandler(int) - Constructor for class org.ldaptive.ext.MergeRequest.BatchHandler
Creates a new batch processor.
batchSize - Variable in class org.ldaptive.ext.MergeRequest.BatchHandler
Batch size to enforce.
BeanGenerator - Class in org.ldaptive.beans.generate
Utility class for creating Java POJOs from an LDAP schema.
BeanGenerator() - Constructor for class org.ldaptive.beans.generate.BeanGenerator
Default constructor.
BeanGenerator(Schema, String, String[]) - Constructor for class org.ldaptive.beans.generate.BeanGenerator
Creates a new bean generator.
BeanGenerator.Builder - Class in org.ldaptive.beans.generate
 
BeanGeneratorPropertyInvoker - Class in org.ldaptive.beans.generate.props
Handles properties for BeanGenerator.
BeanGeneratorPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.beans.generate.props.BeanGeneratorPropertyInvoker
Creates a new bean generator property invoker for the supplied class.
BeanGeneratorPropertySource - Class in org.ldaptive.beans.generate.props
Reads properties specific to BeanGenerator and returns an initialized object of that type.
BeanGeneratorPropertySource(BeanGenerator) - Constructor for class org.ldaptive.beans.generate.props.BeanGeneratorPropertySource
Creates a new bean generator property source using the default properties file.
BeanGeneratorPropertySource(BeanGenerator, Reader...) - Constructor for class org.ldaptive.beans.generate.props.BeanGeneratorPropertySource
Creates a new bean generator property source.
BeanGeneratorPropertySource(BeanGenerator, String...) - Constructor for class org.ldaptive.beans.generate.props.BeanGeneratorPropertySource
Creates a new bean generator property source.
BeanGeneratorPropertySource(BeanGenerator, Properties) - Constructor for class org.ldaptive.beans.generate.props.BeanGeneratorPropertySource
Creates a new bean generator property source.
BeanGeneratorPropertySource(BeanGenerator, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.beans.generate.props.BeanGeneratorPropertySource
Creates a new bean generator property source.
beforeCount - Variable in class org.ldaptive.control.util.VirtualListViewParams
VLV before count.
beforeCount - Variable in class org.ldaptive.control.VirtualListViewRequestControl
number of entries before the target entry the server should send.
BEGIN_CERT - Static variable in class org.ldaptive.transcode.CertificateValueTranscoder
PEM cert header.
BiConsumer() - Constructor for class org.ldaptive.transport.MessageFunctional.BiConsumer
 
binary - Variable in class org.ldaptive.LdapAttribute
Whether this attribute is binary and string representations should be base64 encoded.
binary() - Method in annotation type org.ldaptive.beans.Attribute
Whether this attribute is binary.
binary(boolean) - Method in class org.ldaptive.LdapAttribute.Builder
 
BINARY_ATTRIBUTES - Static variable in class org.ldaptive.LdapAttribute
List of custom binary attribute names.
binaryAttributes - Variable in class org.ldaptive.auth.AbstractSearchEntryResolver
Binary attribute names.
binaryAttributes - Variable in class org.ldaptive.SearchRequest
Binary attribute names used to convey attributes that should be treated as binary when a response is received for this request.
binaryAttributes(String...) - Method in class org.ldaptive.SearchRequest.Builder
Sets the binary attributes.
binaryAttributes(Collection<String>) - Method in class org.ldaptive.SearchRequest.Builder
Sets the binary attributes.
binaryValues(Collection<byte[]>) - Method in class org.ldaptive.LdapAttribute.Builder
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class org.ldaptive.transport.netty.SaslHandler
 
bind(TransportConnection, DefaultSaslClientRequest) - Method in class org.ldaptive.transport.DefaultSaslClient
Performs a SASL bind.
bind(TransportConnection, GssApiBindRequest) - Method in class org.ldaptive.transport.GssApiSaslClient
Performs a GSSAPI SASL bind.
bind(TransportConnection, ScramBindRequest) - Method in class org.ldaptive.transport.ScramSaslClient
Performs a SCRAM SASL bind.
bind(TransportConnection, T) - Method in interface org.ldaptive.sasl.SaslClient
Performs a SASL bind.
BIND_PATH - Static variable in class org.ldaptive.transport.ResponseParser
Bind response DER path.
BindConnectionInitializer - Class in org.ldaptive
Initializes a connection by performing a bind operation.
BindConnectionInitializer() - Constructor for class org.ldaptive.BindConnectionInitializer
Default constructor.
BindConnectionInitializer(String, String) - Constructor for class org.ldaptive.BindConnectionInitializer
Creates a new bind connection initializer.
BindConnectionInitializer(String, Credential) - Constructor for class org.ldaptive.BindConnectionInitializer
Creates a new bind connection initializer.
BindConnectionInitializer.Builder - Class in org.ldaptive
 
BindConnectionInitializerPropertyInvoker - Class in org.ldaptive.props
Handles properties for BindConnectionInitializer.
BindConnectionInitializerPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.BindConnectionInitializerPropertyInvoker
Creates a new bind connection initializer property invoker for the supplied class.
BindConnectionInitializerPropertySource - Class in org.ldaptive.props
Reads properties specific to BindConnectionInitializer and returns an initialized object of that type.
BindConnectionInitializerPropertySource(BindConnectionInitializer) - Constructor for class org.ldaptive.props.BindConnectionInitializerPropertySource
Creates a new bind connection initializer property source using the default properties file.
BindConnectionInitializerPropertySource(BindConnectionInitializer, Reader...) - Constructor for class org.ldaptive.props.BindConnectionInitializerPropertySource
Creates a new bind connection initializer property source.
BindConnectionInitializerPropertySource(BindConnectionInitializer, String...) - Constructor for class org.ldaptive.props.BindConnectionInitializerPropertySource
Creates a new bind connection initializer property source.
BindConnectionInitializerPropertySource(BindConnectionInitializer, Properties) - Constructor for class org.ldaptive.props.BindConnectionInitializerPropertySource
Creates a new bind connection initializer property source.
BindConnectionInitializerPropertySource(BindConnectionInitializer, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.BindConnectionInitializerPropertySource
Creates a new bind connection initializer property source.
BindConnectionPassivator - Class in org.ldaptive.pool
Passivates a connection by performing a bind operation on it.
BindConnectionPassivator() - Constructor for class org.ldaptive.pool.BindConnectionPassivator
Creates a new bind passivator.
BindConnectionPassivator(BindRequest) - Constructor for class org.ldaptive.pool.BindConnectionPassivator
Creates a new bind passivator.
bindControls - Variable in class org.ldaptive.BindConnectionInitializer
Bind controls.
bindCredential - Variable in class org.ldaptive.BindConnectionInitializer
Credential for the bind DN.
bindDn - Variable in class org.ldaptive.BindConnectionInitializer
DN to bind as before performing operations.
bindLock - Variable in class org.ldaptive.transport.netty.NettyConnection
Operation lock when a bind occurs.
BindOperation - Class in org.ldaptive
Executes an ldap bind operation.
BindOperation() - Constructor for class org.ldaptive.BindOperation
Default constructor.
BindOperation(ConnectionFactory) - Constructor for class org.ldaptive.BindOperation
Creates a new bind operation.
BindOperation.Builder - Class in org.ldaptive
Bind operation builder.
BindOperationHandle(BindRequest, TransportConnection, Duration) - Constructor for class org.ldaptive.transport.netty.NettyConnection.BindOperationHandle
Creates a new bind operation handle.
bindRequest - Variable in class org.ldaptive.pool.BindConnectionPassivator
Bind request to perform passivation with.
BindRequest - Interface in org.ldaptive
LDAP bind request defined as:
BindResponse - Class in org.ldaptive
LDAP bind response defined as:
BindResponse() - Constructor for class org.ldaptive.BindResponse
Default constructor.
BindResponse(DERBuffer) - Constructor for class org.ldaptive.BindResponse
Creates a new bind response.
BindResponse.Builder - Class in org.ldaptive
 
BindResponse.SASLCredsHandler - Class in org.ldaptive
Parse handler implementation for the server SASL creds.
bindSaslConfig - Variable in class org.ldaptive.BindConnectionInitializer
Configuration for bind SASL authentication.
BITSTR - org.ldaptive.asn1.UniversalDERTag
BITSTRING type.
blockAvailableConnection() - Method in class org.ldaptive.pool.BlockingConnectionPool
This blocks until a connection can be acquired.
BlockingConnectionPool - Class in org.ldaptive.pool
Implements a pool of connections that has a set minimum and maximum size.
BlockingConnectionPool() - Constructor for class org.ldaptive.pool.BlockingConnectionPool
Creates a new blocking pool.
BlockingConnectionPool(DefaultConnectionFactory) - Constructor for class org.ldaptive.pool.BlockingConnectionPool
Creates a new blocking pool.
BlockingConnectionPoolPropertyInvoker - Class in org.ldaptive.props
Handles properties for BlockingConnectionPool.
BlockingConnectionPoolPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.BlockingConnectionPoolPropertyInvoker
Creates a new blocking connection pool property invoker for the supplied class.
BlockingConnectionPoolPropertySource - Class in org.ldaptive.props
Reads properties specific to BlockingConnectionPool and returns an initialized object of that type.
BlockingConnectionPoolPropertySource(BlockingConnectionPool) - Constructor for class org.ldaptive.props.BlockingConnectionPoolPropertySource
Creates a new blocking connection pool property source using the default properties file.
BlockingConnectionPoolPropertySource(BlockingConnectionPool, Reader...) - Constructor for class org.ldaptive.props.BlockingConnectionPoolPropertySource
Creates a new blocking connection pool property source.
BlockingConnectionPoolPropertySource(BlockingConnectionPool, String...) - Constructor for class org.ldaptive.props.BlockingConnectionPoolPropertySource
Creates a new blocking connection pool property source.
BlockingConnectionPoolPropertySource(BlockingConnectionPool, Properties) - Constructor for class org.ldaptive.props.BlockingConnectionPoolPropertySource
Creates a new blocking connection pool property source.
BlockingConnectionPoolPropertySource(BlockingConnectionPool, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.BlockingConnectionPoolPropertySource
Creates a new blocking connection pool property source.
BlockingTimeoutException - Exception in org.ldaptive.pool
Thrown when a blocking operation times out.
BlockingTimeoutException(Exception) - Constructor for exception org.ldaptive.pool.BlockingTimeoutException
Creates a new blocking timeout exception.
BlockingTimeoutException(String) - Constructor for exception org.ldaptive.pool.BlockingTimeoutException
Creates a new blocking timeout exception.
BlockingTimeoutException(String, Exception) - Constructor for exception org.ldaptive.pool.BlockingTimeoutException
Creates a new blocking timeout exception.
blockWaitTime - Variable in class org.ldaptive.pool.BlockingConnectionPool
Duration to wait for an available connection.
blockWaitTime(Duration) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
BMPSTR - org.ldaptive.asn1.UniversalDERTag
BMPString type.
BOOL - org.ldaptive.asn1.UniversalDERTag
BOOLEAN type.
BooleanType - Class in org.ldaptive.asn1
Converts booleans to and from their DER encoded format.
BooleanType(boolean) - Constructor for class org.ldaptive.asn1.BooleanType
Creates a new boolean type.
BooleanType(DERTag, boolean) - Constructor for class org.ldaptive.asn1.BooleanType
Creates a new boolean type.
BooleanValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes a boolean for use in an ldap attribute value.
BooleanValueTranscoder() - Constructor for class org.ldaptive.transcode.BooleanValueTranscoder
Default constructor.
BooleanValueTranscoder(boolean) - Constructor for class org.ldaptive.transcode.BooleanValueTranscoder
Creates a new boolean value transcoder.
buffer - Variable in class org.ldaptive.asn1.DefaultDERBuffer
Underlying byte buffer.
buffer - Variable in class org.ldaptive.transport.netty.NettyDERBuffer
Underlying byte buffer.
bufferValues(Collection<ByteBuffer>) - Method in class org.ldaptive.LdapAttribute.Builder
 
build() - Method in class org.ldaptive.AbstractConnectionValidator.AbstractBuilder
Returns the connection validator.
build() - Method in class org.ldaptive.AbstractMessage.AbstractBuilder
 
build() - Method in class org.ldaptive.AbstractOperation.AbstractBuilder
Returns the operation.
build() - Method in class org.ldaptive.AbstractRequestMessage.AbstractBuilder
Returns the message.
build() - Method in class org.ldaptive.auth.AggregateAuthenticationHandler.Builder
 
build() - Method in class org.ldaptive.auth.AggregateAuthenticationResponseHandler.Builder
 
build() - Method in class org.ldaptive.auth.AggregateDnResolver.Builder
 
build() - Method in class org.ldaptive.auth.AggregateEntryResolver.Builder
 
build() - Method in class org.ldaptive.auth.AuthenticationRequest.Builder
Returns the authentication request.
build() - Method in class org.ldaptive.auth.Authenticator.Builder
Returns the authenticator.
build() - Method in class org.ldaptive.auth.SearchDnResolver.Builder
Returns the search DN resolver.
build() - Method in class org.ldaptive.beans.generate.BeanGenerator.Builder
 
build() - Method in class org.ldaptive.BindConnectionInitializer.Builder
 
build() - Method in class org.ldaptive.ConnectionConfig.Builder
 
build() - Method in class org.ldaptive.DefaultConnectionFactory.Builder
 
build() - Method in class org.ldaptive.dn.Dn.Builder
 
build() - Method in class org.ldaptive.FilterTemplate.Builder
 
build() - Method in class org.ldaptive.LdapAttribute.Builder
 
build() - Method in class org.ldaptive.pool.AbstractPruneStrategy.AbstractBuilder
Returns the prune strategy.
build() - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
build() - Method in class org.ldaptive.sasl.SaslConfig.Builder
 
build() - Method in class org.ldaptive.SingleConnectionFactory.Builder
 
build() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig.Builder
 
build() - Method in class org.ldaptive.ssl.SslConfig.Builder
 
build() - Method in class org.ldaptive.ssl.X509CredentialConfig.Builder
 
builder() - Static method in class org.ldaptive.AbandonRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.AddOperation
Creates a builder for this class.
builder() - Static method in class org.ldaptive.AddRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.AddResponse
Creates a builder for this class.
builder() - Static method in class org.ldaptive.AnonymousBindRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.auth.AggregateAuthenticationHandler
Creates a builder for this class.
builder() - Static method in class org.ldaptive.auth.AggregateAuthenticationResponseHandler
Creates a builder for this class.
builder() - Static method in class org.ldaptive.auth.AggregateDnResolver
Creates a builder for this class.
builder() - Static method in class org.ldaptive.auth.AggregateEntryResolver
Creates a builder for this class.
builder() - Static method in class org.ldaptive.auth.AuthenticationHandlerResponse
Creates a builder for this class.
builder() - Static method in class org.ldaptive.auth.AuthenticationRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.auth.AuthenticationResponse
Creates a builder for this class.
builder() - Static method in class org.ldaptive.auth.Authenticator
Creates a builder for this class.
builder() - Static method in class org.ldaptive.auth.SearchDnResolver
Creates a builder for this class.
builder() - Static method in class org.ldaptive.beans.generate.BeanGenerator
Creates a builder for this class.
builder() - Static method in class org.ldaptive.BindConnectionInitializer
Creates a builder for this class.
builder() - Static method in class org.ldaptive.BindOperation
Creates a builder for this class.
builder() - Static method in class org.ldaptive.BindResponse
Creates a builder for this class.
builder() - Static method in class org.ldaptive.CompareConnectionValidator
Creates a builder for this class.
builder() - Static method in class org.ldaptive.CompareOperation
Creates a builder for this class.
builder() - Static method in class org.ldaptive.CompareRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.CompareResponse
Creates a builder for this class.
builder() - Static method in class org.ldaptive.ConnectionConfig
Creates a builder for this class.
builder() - Static method in class org.ldaptive.DefaultConnectionFactory
Creates a builder for this class.
builder() - Static method in class org.ldaptive.DeleteOperation
Creates a builder for this class.
builder() - Static method in class org.ldaptive.DeleteRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.DeleteResponse
Creates a builder for this class.
builder() - Static method in class org.ldaptive.dn.Dn
Creates a builder for this class.
builder() - Static method in class org.ldaptive.extended.ExtendedOperation
Creates a builder for this class.
builder() - Static method in class org.ldaptive.extended.ExtendedRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.extended.ExtendedResponse
Creates a builder for this class.
builder() - Static method in class org.ldaptive.extended.IntermediateResponse
Creates a builder for this class.
builder() - Static method in class org.ldaptive.extended.NoticeOfDisconnection
Creates a builder for this class.
builder() - Static method in class org.ldaptive.extended.SyncInfoMessage
Creates a builder for this class.
builder() - Static method in class org.ldaptive.extended.UnsolicitedNotification
Creates a builder for this class.
builder() - Static method in class org.ldaptive.FilterTemplate
Creates a builder for this class.
builder() - Static method in class org.ldaptive.LdapAttribute
Creates a builder for this class.
builder() - Static method in class org.ldaptive.LdapEntry
Creates a builder for this class.
builder() - Static method in class org.ldaptive.ModifyDnOperation
Creates a builder for this class.
builder() - Static method in class org.ldaptive.ModifyDnRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.ModifyDnResponse
Creates a builder for this class.
builder() - Static method in class org.ldaptive.ModifyOperation
Creates a builder for this class.
builder() - Static method in class org.ldaptive.ModifyRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.ModifyResponse
Creates a builder for this class.
builder() - Static method in class org.ldaptive.pool.IdlePruneStrategy
Creates a builder for this class.
builder() - Static method in class org.ldaptive.PooledConnectionFactory
Creates a builder for this class.
builder() - Static method in class org.ldaptive.sasl.SaslBindRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.sasl.SaslConfig
Creates a builder for this class.
builder() - Static method in class org.ldaptive.SearchConnectionValidator
Creates a builder for this class.
builder() - Static method in class org.ldaptive.SearchOperation
Creates a builder for this class.
builder() - Static method in class org.ldaptive.SearchRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.SearchResponse
Creates a builder for this class.
builder() - Static method in class org.ldaptive.SearchResultReference
Creates a builder for this class.
builder() - Static method in class org.ldaptive.SimpleBindRequest
Creates a builder for this class.
builder() - Static method in class org.ldaptive.SingleConnectionFactory
Creates a builder for this class.
builder() - Static method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Creates a builder for this class.
builder() - Static method in class org.ldaptive.ssl.SslConfig
Creates a builder for this class.
builder() - Static method in class org.ldaptive.ssl.X509CredentialConfig
Creates a builder for this class.
builder(SearchRequest) - Static method in class org.ldaptive.SearchRequest
Creates a builder for this class.
builder(Transport) - Static method in class org.ldaptive.DefaultConnectionFactory
Creates a builder for this class.
builder(Transport) - Static method in class org.ldaptive.PooledConnectionFactory
Creates a builder for this class.
builder(Transport) - Static method in class org.ldaptive.SingleConnectionFactory
Creates a builder for this class.
Builder() - Constructor for class org.ldaptive.AbandonRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.AddOperation.Builder
Creates a new builder.
Builder() - Constructor for class org.ldaptive.AddRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.AddResponse.Builder
 
Builder() - Constructor for class org.ldaptive.AnonymousBindRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.auth.AggregateAuthenticationHandler.Builder
 
Builder() - Constructor for class org.ldaptive.auth.AggregateAuthenticationResponseHandler.Builder
 
Builder() - Constructor for class org.ldaptive.auth.AggregateDnResolver.Builder
 
Builder() - Constructor for class org.ldaptive.auth.AggregateEntryResolver.Builder
 
Builder() - Constructor for class org.ldaptive.auth.AuthenticationHandlerResponse.Builder
 
Builder() - Constructor for class org.ldaptive.auth.AuthenticationRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.auth.AuthenticationResponse.Builder
 
Builder() - Constructor for class org.ldaptive.auth.Authenticator.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.auth.SearchDnResolver.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.beans.generate.BeanGenerator.Builder
 
Builder() - Constructor for class org.ldaptive.BindConnectionInitializer.Builder
 
Builder() - Constructor for class org.ldaptive.BindOperation.Builder
Creates a new builder.
Builder() - Constructor for class org.ldaptive.BindResponse.Builder
 
Builder() - Constructor for class org.ldaptive.CompareConnectionValidator.Builder
Creates a new builder.
Builder() - Constructor for class org.ldaptive.CompareOperation.Builder
Creates a new builder.
Builder() - Constructor for class org.ldaptive.CompareRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.CompareResponse.Builder
 
Builder() - Constructor for class org.ldaptive.ConnectionConfig.Builder
 
Builder() - Constructor for class org.ldaptive.DefaultConnectionFactory.Builder
 
Builder() - Constructor for class org.ldaptive.DeleteOperation.Builder
Creates a new builder.
Builder() - Constructor for class org.ldaptive.DeleteRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.DeleteResponse.Builder
 
Builder() - Constructor for class org.ldaptive.dn.Dn.Builder
 
Builder() - Constructor for class org.ldaptive.extended.ExtendedOperation.Builder
Creates a new builder.
Builder() - Constructor for class org.ldaptive.extended.ExtendedRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.extended.ExtendedResponse.Builder
 
Builder() - Constructor for class org.ldaptive.extended.IntermediateResponse.Builder
 
Builder() - Constructor for class org.ldaptive.extended.NoticeOfDisconnection.Builder
 
Builder() - Constructor for class org.ldaptive.extended.SyncInfoMessage.Builder
 
Builder() - Constructor for class org.ldaptive.extended.UnsolicitedNotification.Builder
 
Builder() - Constructor for class org.ldaptive.FilterTemplate.Builder
 
Builder() - Constructor for class org.ldaptive.LdapAttribute.Builder
 
Builder() - Constructor for class org.ldaptive.LdapEntry.Builder
 
Builder() - Constructor for class org.ldaptive.ModifyDnOperation.Builder
Creates a new builder.
Builder() - Constructor for class org.ldaptive.ModifyDnRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.ModifyDnResponse.Builder
 
Builder() - Constructor for class org.ldaptive.ModifyOperation.Builder
Creates a new builder.
Builder() - Constructor for class org.ldaptive.ModifyRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.ModifyResponse.Builder
 
Builder() - Constructor for class org.ldaptive.pool.IdlePruneStrategy.Builder
Creates a new builder.
Builder() - Constructor for class org.ldaptive.PooledConnectionFactory.Builder
 
Builder() - Constructor for class org.ldaptive.sasl.SaslBindRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.sasl.SaslConfig.Builder
 
Builder() - Constructor for class org.ldaptive.SearchConnectionValidator.Builder
Creates a new builder.
Builder() - Constructor for class org.ldaptive.SearchOperation.Builder
Creates a new builder.
Builder() - Constructor for class org.ldaptive.SearchRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.SearchResponse.Builder
 
Builder() - Constructor for class org.ldaptive.SearchResultReference.Builder
 
Builder() - Constructor for class org.ldaptive.SimpleBindRequest.Builder
Default constructor.
Builder() - Constructor for class org.ldaptive.SingleConnectionFactory.Builder
 
Builder() - Constructor for class org.ldaptive.ssl.KeyStoreCredentialConfig.Builder
 
Builder() - Constructor for class org.ldaptive.ssl.SslConfig.Builder
 
Builder() - Constructor for class org.ldaptive.ssl.X509CredentialConfig.Builder
 
Builder(ExtendedRequest) - Constructor for class org.ldaptive.extended.ExtendedRequest.Builder
Creates a new builder.
Builder(ExtendedResponse) - Constructor for class org.ldaptive.extended.ExtendedResponse.Builder
 
Builder(IntermediateResponse) - Constructor for class org.ldaptive.extended.IntermediateResponse.Builder
 
Builder(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.Builder
 
Builder(UnsolicitedNotification) - Constructor for class org.ldaptive.extended.UnsolicitedNotification.Builder
 
Builder(SearchRequest) - Constructor for class org.ldaptive.SearchRequest.Builder
Creates a new builder.
Builder(Transport) - Constructor for class org.ldaptive.DefaultConnectionFactory.Builder
 
Builder(Transport) - Constructor for class org.ldaptive.PooledConnectionFactory.Builder
 
Builder(Transport) - Constructor for class org.ldaptive.SingleConnectionFactory.Builder
 
BUSY - org.ldaptive.ResultCode
busy.
ByteArrayValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes a byte array for use in an ldap attribute value.
ByteArrayValueTranscoder() - Constructor for class org.ldaptive.transcode.ByteArrayValueTranscoder
 
bytes - Variable in class org.ldaptive.Credential
Credential stored as a byte array.

C

CACHE - Static variable in class org.ldaptive.jaas.PropertiesAuthenticatorFactory
Object CACHE.
CACHE - Static variable in class org.ldaptive.jaas.PropertiesRoleResolverFactory
Object CACHE.
CACHE_ID - Static variable in class org.ldaptive.jaas.AbstractPropertiesFactory
Cache ID option used on the JAAS config.
CALL_TIME_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to call time.
callableWorker - Variable in class org.ldaptive.auth.AggregateDnResolver
To submit operations to.
CallableWorker<T> - Class in org.ldaptive.concurrent
Executes callable tasks asynchronously.
CallableWorker(String) - Constructor for class org.ldaptive.concurrent.CallableWorker
Creates a new callable worker with a fixed sized thread pool.
CallableWorker(String, int) - Constructor for class org.ldaptive.concurrent.CallableWorker
Creates a new callable worker with a fixed sized thread pool.
CallableWorker(ExecutorService) - Constructor for class org.ldaptive.concurrent.CallableWorker
Creates a new callable worker.
callbackHandler - Variable in class org.ldaptive.jaas.AbstractLoginModule
Initialized callback handler.
cancel() - Method in class org.ldaptive.control.util.SyncReplClient
Sends a cancel operation on the underlying search operation.
cancel() - Method in interface org.ldaptive.OperationHandle
Cancels this operation.
cancel() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
CANCELED - org.ldaptive.ResultCode
operation canceled, See RFC 3909.
CancelRequest - Class in org.ldaptive.extended
LDAP cancel request defined as:
CancelRequest(int) - Constructor for class org.ldaptive.extended.CancelRequest
Creates a new cancel request.
CANNOT_CANCEL - org.ldaptive.ResultCode
cannot cancel, See RFC 3909.
capacity() - Method in class org.ldaptive.asn1.DefaultDERBuffer
 
capacity() - Method in interface org.ldaptive.asn1.DERBuffer
Returns this buffer's capacity.
capacity() - Method in class org.ldaptive.transport.netty.NettyDERBuffer
 
CaseChange() - Constructor for enum org.ldaptive.handler.CaseChangeEntryHandler.CaseChange
 
CaseChangeEntryHandler - Class in org.ldaptive.handler
Provides the ability to modify the case of search entry DNs, attribute names, and attribute values.
CaseChangeEntryHandler() - Constructor for class org.ldaptive.handler.CaseChangeEntryHandler
 
CaseChangeEntryHandler.CaseChange - Enum in org.ldaptive.handler
Enum to define the type of case change.
CertificateHostnameVerifier - Interface in org.ldaptive.ssl
Interface for verifying a hostname matching a certificate.
CertificateValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes a certificate for use in an ldap attribute value.
CertificateValueTranscoder() - Constructor for class org.ldaptive.transcode.CertificateValueTranscoder
 
certReader - Variable in class org.ldaptive.ssl.X509CredentialConfig
Reads X.509 certificate credential.
certsReader - Variable in class org.ldaptive.ssl.X509CredentialConfig
Reads X.509 certificates credential.
CHANGE_AFTER_RESET - org.ldaptive.control.PasswordPolicyControl.Error
change after reset.
changeNumber - Variable in class org.ldaptive.control.EntryChangeNotificationControl
change number.
ChangeNumberHandler(EntryChangeNotificationControl) - Constructor for class org.ldaptive.control.EntryChangeNotificationControl.ChangeNumberHandler
Creates a new change number handler.
changesOnly - Variable in class org.ldaptive.control.PersistentSearchRequestControl
whether to return only changed entries.
changesOnly - Variable in class org.ldaptive.control.util.PersistentSearchClient
Whether to return only changed entries.
changeType - Variable in class org.ldaptive.control.EntryChangeNotificationControl
change type.
ChangeTypeHandler(EntryChangeNotificationControl) - Constructor for class org.ldaptive.control.EntryChangeNotificationControl.ChangeTypeHandler
Creates a new change type handler.
changeTypes - Variable in class org.ldaptive.control.PersistentSearchRequestControl
persistent search change types.
changeTypes - Variable in class org.ldaptive.control.util.PersistentSearchClient
Change types.
channel - Variable in class org.ldaptive.transport.netty.NettyConnection
Connection to the LDAP server.
channelActive(ChannelHandlerContext) - Method in class org.ldaptive.transport.netty.NettyConnection.AutoReadEventHandler
 
channelActive(ChannelHandlerContext) - Method in class org.ldaptive.transport.netty.NettyConnection.ValidatorHandler
 
channelInactive(ChannelHandlerContext) - Method in class org.ldaptive.transport.netty.NettyConnection.ValidatorHandler
 
channelOptions - Variable in class org.ldaptive.transport.netty.NettyConnection
Netty channel configuration options.
channelRead(ChannelHandlerContext, Object) - Method in class org.ldaptive.transport.netty.AutoReadFlowControlHandler
 
channelRead0(ChannelHandlerContext, Message) - Method in class org.ldaptive.transport.netty.NettyConnection.InboundMessageHandler
 
channelType - Variable in class org.ldaptive.transport.netty.NettyConnection
Type of channel.
channelType - Variable in class org.ldaptive.transport.netty.NettyConnectionFactoryTransport
Channel type.
CharArrayValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes a character array for use in an ldap attribute value.
CharArrayValueTranscoder() - Constructor for class org.ldaptive.transcode.CharArrayValueTranscoder
 
CHARSTR - org.ldaptive.asn1.UniversalDERTag
CharacterString type.
checkArrayContainsNull(Object[]) - Method in class org.ldaptive.AbstractConfig
Verifies that an array does not contain a null element.
checkClientTrusted(X509Certificate[], String) - Method in class org.ldaptive.ssl.AggregateTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.ldaptive.ssl.AllowAnyTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.ldaptive.ssl.DefaultTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.ldaptive.ssl.AggregateTrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.ldaptive.ssl.AllowAnyTrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.ldaptive.ssl.DefaultTrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.ldaptive.ssl.AggregateTrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.ldaptive.ssl.AllowAnyTrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.ldaptive.ssl.DefaultTrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
 
checkImmutable() - Method in class org.ldaptive.AbstractConfig
Verifies if this config is immutable.
checkOutLock - Variable in class org.ldaptive.pool.AbstractConnectionPool
Lock for check outs.
checkServerTrusted(X509Certificate[], String) - Method in class org.ldaptive.ssl.AggregateTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.ldaptive.ssl.AllowAnyTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.ldaptive.ssl.DefaultTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.ldaptive.ssl.AggregateTrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.ldaptive.ssl.AllowAnyTrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.ldaptive.ssl.DefaultTrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.ldaptive.ssl.AggregateTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.ldaptive.ssl.AllowAnyTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.ldaptive.ssl.DefaultTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
 
checkStringInput(String, boolean) - Method in class org.ldaptive.AbstractConfig
Verifies that a string is not null or empty.
checkTrusted(X509ExtendedTrustManager) - Method in interface org.ldaptive.ssl.AggregateTrustManager.TrustManagerConsumer
Invoke the trust check for the supplied trust manager.
childIndex - Variable in class org.ldaptive.asn1.DERPath.Node
Index of this node.
cipherSuites(String...) - Method in class org.ldaptive.ssl.SslConfig.Builder
 
CLASS_DESCRIPTORS - Static variable in class org.ldaptive.beans.reflect.DefaultLdapEntryMapper
Class descriptors for mapping objects.
ClassDescriptor - Interface in org.ldaptive.beans
Describes the attribute value mutators and DN value mutators for a specific type.
classFromType(Type) - Static method in class org.ldaptive.beans.reflect.ReflectionUtils
Casts the supplied type to a class.
className - Variable in class org.ldaptive.props.PropertyValueParser
Class found in the config.
ClasspathResourceLoader - Class in org.ldaptive.io
Creates an InputStream from a string that is prefixed with 'classpath:'.
ClasspathResourceLoader() - Constructor for class org.ldaptive.io.ClasspathResourceLoader
 
clazz - Variable in class org.ldaptive.props.AbstractPropertyInvoker
Class to invoke methods on.
clear() - Method in class org.ldaptive.asn1.DefaultDERBuffer
 
clear() - Method in interface org.ldaptive.asn1.DERBuffer
Sets the position to zero and the limit to the capacity.
clear() - Method in class org.ldaptive.LdapAttribute
Removes all the values in this ldap attribute.
clear() - Method in class org.ldaptive.LdapEntry
Removes all the attributes.
clear() - Method in class org.ldaptive.LdapURLActivatorService
Removes all registered inactive URLs.
clear() - Method in class org.ldaptive.transport.netty.HandleMap
Removes all operation handles from the queue.
clear() - Method in class org.ldaptive.transport.netty.NettyDERBuffer
 
clearPass - Variable in class org.ldaptive.jaas.AbstractLoginModule
Whether credentials should be removed from the shared state map.
clearState() - Method in class org.ldaptive.jaas.AbstractLoginModule
Removes any stateful principals, credentials, or roles stored by login.
client - Variable in class org.ldaptive.transport.DefaultSaslClient
Underlying SASL client.
CLIENT_KEY_INIT - Static variable in class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
Bytes for the client key hmac.
CLIENT_LOOP - org.ldaptive.ResultCode
client loop.
ClientFinalMessage(Mechanism, String, ScramSaslClient.ClientFirstMessage, ScramSaslClient.ServerFirstMessage) - Constructor for class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
Creates a new client final message.
ClientFirstMessage(String, byte[]) - Constructor for class org.ldaptive.transport.ScramSaslClient.ClientFirstMessage
Creates a new client first message.
ClientInitializer(SslHandler) - Constructor for class org.ldaptive.transport.netty.NettyConnection.ClientInitializer
Creates a new client initializer.
clientNonce - Variable in class org.ldaptive.transport.ScramSaslClient.ClientFirstMessage
Protocol nonce.
clientUsername - Variable in class org.ldaptive.transport.ScramSaslClient.ClientFirstMessage
Username to authenticate.
close() - Method in class org.ldaptive.auth.Authenticator
Attempts to close any connection factories associated with this authenticator.
close() - Method in interface org.ldaptive.Connection
 
close() - Method in interface org.ldaptive.ConnectionFactory
Free any resources associated with this factory.
close() - Method in class org.ldaptive.control.util.SyncReplClient
Closes the connection factory.
close() - Method in class org.ldaptive.DefaultConnectionFactory
 
close() - Static method in class org.ldaptive.jaas.PropertiesAuthenticatorFactory
Iterates over the CACHE and closes any managed dn resolvers and managed authentication handlers.
close() - Static method in class org.ldaptive.jaas.PropertiesRoleResolverFactory
Iterates over the CACHE and closes all role resolvers.
close() - Method in class org.ldaptive.pool.AbstractConnectionPool
Empty this pool, freeing any resources.
close() - Method in interface org.ldaptive.pool.ConnectionPool
Empty this pool, freeing any resources.
close() - Method in class org.ldaptive.PooledConnectionFactory
 
close() - Method in class org.ldaptive.SingleConnectionFactory
 
close() - Method in class org.ldaptive.templates.SearchTemplatesOperation
Closes any resources associated with this object.
close() - Method in class org.ldaptive.transport.netty.HandleMap
Close the queue to new handles.
close() - Method in class org.ldaptive.transport.netty.NettyConnectionFactoryTransport
 
close() - Method in class org.ldaptive.transport.netty.NioSingletonTransport
 
close() - Method in class org.ldaptive.transport.netty.SingletonTransport
 
close() - Method in interface org.ldaptive.transport.Transport
Free any resources associated with this transport.
close(ChannelHandlerContext, ChannelPromise) - Method in class org.ldaptive.transport.netty.SaslHandler
 
close(RequestControl...) - Method in interface org.ldaptive.Connection
Closes the connection.
close(RequestControl...) - Method in class org.ldaptive.transport.netty.NettyConnection
Closes this connection.
closeAllConnections() - Method in class org.ldaptive.pool.AbstractConnectionPool
Closes all connections in the pool.
closeConnectionFactoryManagers(Set<ConnectionFactoryManager>) - Method in class org.ldaptive.auth.Authenticator
Attempts to close all the connection factories in the supplied collection.
ClosedRetryMetadata - Class in org.ldaptive
Retry metadata used when a connection is unexpectedly closed.
ClosedRetryMetadata(Instant, Throwable) - Constructor for class org.ldaptive.ClosedRetryMetadata
Creates a new closed retry metadata.
CloseFutureListener() - Constructor for class org.ldaptive.transport.netty.NettyConnection.CloseFutureListener
 
closeListener - Variable in class org.ldaptive.transport.netty.NettyConnection
Listener notified when the connection is closed.
closeLock - Variable in class org.ldaptive.transport.TransportConnection
Only one invocation of close can occur at a time.
CNTRL_PATTERN - Static variable in class org.ldaptive.LdapUtils
Pattern that matches control characters.
code - Variable in enum org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
underlying error code.
code - Variable in enum org.ldaptive.auth.ext.EDirectoryAccountState.Error
underlying error code.
code - Variable in enum org.ldaptive.auth.ext.FreeIPAAccountState.Error
underlying error code.
code - Variable in enum org.ldaptive.control.PasswordPolicyControl.Error
underlying error code.
code - Variable in enum org.ldaptive.ResultCode
underlying error code.
codeModel - Variable in class org.ldaptive.beans.generate.BeanGenerator
Code model for java class creation.
collective - Variable in class org.ldaptive.schema.AttributeType
Collective.
combinedNonce - Variable in class org.ldaptive.transport.ScramSaslClient.ServerFirstMessage
Nonce parsed from the SASL credentials.
commit() - Method in class org.ldaptive.jaas.AbstractLoginModule
 
commitSuccess - Variable in class org.ldaptive.jaas.AbstractLoginModule
Whether commit was successful.
compare(CompareResponse) - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
COMPARE_FALSE - org.ldaptive.ResultCode
compare false.
COMPARE_PATH - Static variable in class org.ldaptive.transport.ResponseParser
Compare response DER path.
COMPARE_TRUE - org.ldaptive.ResultCode
compare true.
CompareAuthenticationHandler - Class in org.ldaptive.auth
Provides an LDAP authentication implementation that uses a compare operation against the userPassword attribute.
CompareAuthenticationHandler() - Constructor for class org.ldaptive.auth.CompareAuthenticationHandler
Default constructor.
CompareAuthenticationHandler(ConnectionFactory) - Constructor for class org.ldaptive.auth.CompareAuthenticationHandler
Creates a new compare authentication handler.
CompareAuthenticationHandler.Scheme - Class in org.ldaptive.auth
Represents a password scheme used for attribute comparison.
CompareAuthenticationHandlerPropertyInvoker - Class in org.ldaptive.props
Handles properties for CompareAuthenticationHandler.
CompareAuthenticationHandlerPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.CompareAuthenticationHandlerPropertyInvoker
Creates a new compare authentication handler property invoker for the supplied class.
CompareAuthenticationHandlerPropertySource - Class in org.ldaptive.props
Reads properties specific to CompareAuthenticationHandler and returns an initialized object of that type.
CompareAuthenticationHandlerPropertySource(CompareAuthenticationHandler) - Constructor for class org.ldaptive.props.CompareAuthenticationHandlerPropertySource
Creates a new compare authentication handler property source using the default properties file.
CompareAuthenticationHandlerPropertySource(CompareAuthenticationHandler, Reader...) - Constructor for class org.ldaptive.props.CompareAuthenticationHandlerPropertySource
Creates a new compare authentication handler property source.
CompareAuthenticationHandlerPropertySource(CompareAuthenticationHandler, String...) - Constructor for class org.ldaptive.props.CompareAuthenticationHandlerPropertySource
Creates a new compare authentication handler property source.
CompareAuthenticationHandlerPropertySource(CompareAuthenticationHandler, Properties) - Constructor for class org.ldaptive.props.CompareAuthenticationHandlerPropertySource
Creates a new compare authentication handler property source.
CompareAuthenticationHandlerPropertySource(CompareAuthenticationHandler, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.CompareAuthenticationHandlerPropertySource
Creates a new compare authentication handler property source.
CompareConnectionValidator - Class in org.ldaptive
Validates a connection is healthy by performing a compare operation.
CompareConnectionValidator() - Constructor for class org.ldaptive.CompareConnectionValidator
Creates a new compare validator.
CompareConnectionValidator(Duration, Duration, CompareRequest) - Constructor for class org.ldaptive.CompareConnectionValidator
Creates a new compare validator.
CompareConnectionValidator(CompareRequest) - Constructor for class org.ldaptive.CompareConnectionValidator
Creates a new compare validator.
CompareConnectionValidator.Builder - Class in org.ldaptive
Compare validator builder.
CompareOperation - Class in org.ldaptive
Executes an ldap compare operation.
CompareOperation() - Constructor for class org.ldaptive.CompareOperation
Default constructor.
CompareOperation(ConnectionFactory) - Constructor for class org.ldaptive.CompareOperation
Creates a new compare operation.
CompareOperation.Builder - Class in org.ldaptive
Compare operation builder.
CompareOperationHandle - Interface in org.ldaptive
Handle that notifies on the components of a compare request.
CompareOperationWorker - Class in org.ldaptive.concurrent
Executes multiple ldap compare operations asynchronously.
CompareOperationWorker() - Constructor for class org.ldaptive.concurrent.CompareOperationWorker
Default constructor.
CompareOperationWorker(CompareOperation) - Constructor for class org.ldaptive.concurrent.CompareOperationWorker
Creates a new compare operation worker.
CompareRequest - Class in org.ldaptive
LDAP compare request defined as:
CompareRequest() - Constructor for class org.ldaptive.CompareRequest
Default constructor.
CompareRequest(String, String, String) - Constructor for class org.ldaptive.CompareRequest
Creates a new compare request.
CompareRequest.Builder - Class in org.ldaptive
Compare request builder.
CompareResponse - Class in org.ldaptive
LDAP compare response defined as:
CompareResponse() - Constructor for class org.ldaptive.CompareResponse
Default constructor.
CompareResponse(DERBuffer) - Constructor for class org.ldaptive.CompareResponse
Creates a new compare response.
CompareResponse.Builder - Class in org.ldaptive
 
compareTo(Principal) - Method in class org.ldaptive.jaas.LdapDnPrincipal
 
compareTo(Principal) - Method in class org.ldaptive.jaas.LdapPrincipal
 
compareTo(Principal) - Method in class org.ldaptive.jaas.LdapRole
 
CompareValueHandler - Interface in org.ldaptive.handler
Marker interface for a compare result handler.
compareValueHandlers - Variable in class org.ldaptive.CompareOperation
Functions to handle the compare result.
complete() - Method in class org.ldaptive.transport.DefaultOperationHandle
Releases the latch and sets the response as received.
complete(DefaultOperationHandle) - Method in class org.ldaptive.transport.netty.NettyConnection
 
complete(DefaultOperationHandle) - Method in class org.ldaptive.transport.TransportConnection
Report that the supplied handle has completed.
COMPLETE - org.ldaptive.transport.netty.NettyConnection.MessageStatus
Message has passed through the entire pipeline.
CompleteHandler - Interface in org.ldaptive.handler
Marker interface for a complete handler.
COMPRESS - Static variable in class org.ldaptive.dn.DefaultRDnNormalizer
Function that removes duplicate spaces from the value.
compressSpace(String, boolean) - Static method in class org.ldaptive.LdapUtils
Changes the supplied value by replacing multiple spaces with a single space.
computeHashCode(int, Object...) - Static method in class org.ldaptive.LdapUtils
Computes a hash code for the supplied objects using the supplied seed.
computeHashCode(Object) - Static method in class org.ldaptive.LdapUtils
Computes a hash code for the supplied object.
computeModifications(LdapEntry, LdapEntry) - Static method in class org.ldaptive.LdapEntry
Returns the list of attribute modifications needed to change the supplied target entry into the supplied source entry.
computeModifications(LdapEntry, LdapEntry, boolean) - Static method in class org.ldaptive.LdapEntry
Returns the list of attribute modifications needed to change the supplied target entry into the supplied source entry.
concatArrays(T[], T[]...) - Static method in class org.ldaptive.LdapUtils
Concatenates multiple arrays together.
concatFilters(String...) - Method in class org.ldaptive.templates.SearchTemplates
Concatenates the supplied filters into a single filter will all arguments ANDED together.
CONFIDENTIALITY_REQUIRED - org.ldaptive.ResultCode
confidentiality required.
config - Variable in class org.ldaptive.DefaultConnectionFactory
Connection configuration used by this factory.
config(ConnectionConfig) - Method in class org.ldaptive.DefaultConnectionFactory.Builder
 
config(ConnectionConfig) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
config(ConnectionConfig) - Method in class org.ldaptive.SingleConnectionFactory.Builder
 
CONFIG_PATTERN - Static variable in class org.ldaptive.props.PropertyValueParser
Property string containing configuration.
configureBinary(String...) - Method in class org.ldaptive.LdapAttribute
Checks whether attrNames matches the name of this attribute.
configureBinaryAttributes(LdapEntry) - Method in class org.ldaptive.SearchRequest
Invokes LdapAttribute.configureBinary(String...) for each attribute in the supplied entry using SearchRequest.binaryAttributes.
configureConnectionFactory(SingleConnectionFactory) - Static method in class org.ldaptive.control.util.SyncReplRunner
Configures the supplied factory for use with a SyncReplRunner.
configureHandle(CompareOperationHandle) - Method in class org.ldaptive.CompareOperation
Adds configured functions to the supplied handle.
configureHandle(ExtendedOperationHandle) - Method in class org.ldaptive.extended.ExtendedOperation
Adds configured functions to the supplied handle.
configureHandle(OperationHandle<Q, S>) - Method in class org.ldaptive.AbstractOperation
Adds configured functions to the supplied handle.
configureHandle(SearchOperationHandle) - Method in class org.ldaptive.SearchOperation
Adds configured functions to the supplied handle.
configureRequest(String, Filter, String[]) - Method in class org.ldaptive.SearchOperation
Creates a new request from SearchOperation.getRequest() and applies any non-null supplied properties.
configureRequest(Q) - Method in class org.ldaptive.AbstractOperation
Applies any configured request handlers to the supplied request.
conn - Variable in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
Underlying connection.
conn - Variable in class org.ldaptive.SingleConnectionFactory.ConnectionProxy
Underlying connection.
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class org.ldaptive.transport.netty.SaslHandler
 
CONNECT_ERROR - org.ldaptive.ResultCode
connect error.
connectBootstrap(NettyConnection.ClientInitializer) - Method in class org.ldaptive.transport.netty.NettyConnection
Creates a new bootstrap with the supplied initializer and uses that bootstrap to connect to the ldapURL.
ConnectException - Exception in org.ldaptive
Exception that indicates a connection attempt failed.
ConnectException(ResultCode, String) - Constructor for exception org.ldaptive.ConnectException
Creates a new connect exception.
ConnectException(ResultCode, String, Throwable) - Constructor for exception org.ldaptive.ConnectException
Creates a new connect exception.
ConnectException(ResultCode, Throwable) - Constructor for exception org.ldaptive.ConnectException
Creates a new connect exception.
connectInternal() - Method in class org.ldaptive.transport.netty.NettyConnection
Creates a Netty bootstrap and connects to the LDAP server.
connection - Variable in class org.ldaptive.auth.AuthenticationHandlerResponse
Connection that authentication occurred on.
connection - Variable in class org.ldaptive.transport.DefaultOperationHandle
Connection to send the request on.
connection - Variable in class org.ldaptive.transport.MessageFunctional
Connection the request occurred on.
connection(Connection) - Method in class org.ldaptive.auth.AuthenticationHandlerResponse.Builder
 
Connection - Interface in org.ldaptive
Interface for connection implementations.
ConnectionActivator - Interface in org.ldaptive.pool
Provides an interface for activating connections when they are checked out from the pool.
connectionConfig - Variable in class org.ldaptive.referral.DefaultReferralConnectionFactory
Connection config for referrals.
connectionConfig - Variable in class org.ldaptive.transport.TransportConnection
Provides host connection configuration.
ConnectionConfig - Class in org.ldaptive
Contains all the configuration data needed to control connections.
ConnectionConfig() - Constructor for class org.ldaptive.ConnectionConfig
Default constructor.
ConnectionConfig(String) - Constructor for class org.ldaptive.ConnectionConfig
Creates a new connection config.
ConnectionConfig.Builder - Class in org.ldaptive
 
ConnectionConfigPropertyInvoker - Class in org.ldaptive.props
Handles properties for ConnectionConfig.
ConnectionConfigPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.ConnectionConfigPropertyInvoker
Creates a new connection config property invoker for the supplied class.
ConnectionConfigPropertySource - Class in org.ldaptive.props
Reads properties specific to ConnectionConfig and returns an initialized object of that type.
ConnectionConfigPropertySource(ConnectionConfig) - Constructor for class org.ldaptive.props.ConnectionConfigPropertySource
Creates a new connection config property source using the default properties file.
ConnectionConfigPropertySource(ConnectionConfig, Reader...) - Constructor for class org.ldaptive.props.ConnectionConfigPropertySource
Creates a new connection config property source.
ConnectionConfigPropertySource(ConnectionConfig, String...) - Constructor for class org.ldaptive.props.ConnectionConfigPropertySource
Creates a new connection config property source.
ConnectionConfigPropertySource(ConnectionConfig, Properties) - Constructor for class org.ldaptive.props.ConnectionConfigPropertySource
Creates a new connection config property source.
ConnectionConfigPropertySource(ConnectionConfig, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.ConnectionConfigPropertySource
Creates a new connection config property source.
connectionExecutor - Variable in class org.ldaptive.transport.netty.NettyConnection
Executor for scheduling various connection related tasks that cannot or should not be handled by the netty event loop groups.
connectionFactory - Variable in class org.ldaptive.AbstractOperation
Connection factory.
connectionFactory - Variable in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Connection factory for LDAP communication.
connectionFactory - Variable in class org.ldaptive.ext.MergeOperation
Connection factory.
connectionFactory - Variable in class org.ldaptive.pool.AbstractConnectionPool
Connection factory to create connections with.
connectionFactory - Variable in class org.ldaptive.referral.AbstractFollowReferralHandler
Referral connection factory.
ConnectionFactory - Interface in org.ldaptive
Interface for connection factories.
ConnectionFactoryManager - Interface in org.ldaptive
Interface for objects that manage an instance of connection factory.
ConnectionFactoryMetadata - Interface in org.ldaptive
Interface to describe the state of the connection factory.
ConnectionFactoryTransport - Class in org.ldaptive.transport.netty
Creates netty connections using the best fit event loop group based on the operating system.
ConnectionFactoryTransport() - Constructor for class org.ldaptive.transport.netty.ConnectionFactoryTransport
Creates a new connection factory transport.
ConnectionFactoryTransport(int) - Constructor for class org.ldaptive.transport.netty.ConnectionFactoryTransport
Creates a new connection factory transport.
ConnectionFactoryTransport(int, int) - Constructor for class org.ldaptive.transport.netty.ConnectionFactoryTransport
Creates a new connection factory transport.
ConnectionFactoryTransport(String, int) - Constructor for class org.ldaptive.transport.netty.ConnectionFactoryTransport
Creates a new connection factory transport.
ConnectionFactoryTransport(String, int, int) - Constructor for class org.ldaptive.transport.netty.ConnectionFactoryTransport
Creates a new connection factory transport.
ConnectionFactoryTransport.DualThread - Class in org.ldaptive.transport.netty
A ConnectionFactoryTransport configured with two underlying threads.
ConnectionFactoryTransport.SingleThread - Class in org.ldaptive.transport.netty
A ConnectionFactoryTransport configured with a single underlying thread.
ConnectionInitializer - Interface in org.ldaptive
Provides an interface for initializing connections after they are opened.
connectionInitializers - Variable in class org.ldaptive.ConnectionConfig
Connection initializers to execute on Connection.open().
connectionInitializers(ConnectionInitializer...) - Method in class org.ldaptive.ConnectionConfig.Builder
 
ConnectionPassivator - Interface in org.ldaptive.pool
Provides an interface for passivating connections when they are checked back into the pool.
ConnectionPool - Interface in org.ldaptive.pool
Provides an interface for connection pooling.
ConnectionProxy(Connection) - Constructor for class org.ldaptive.SingleConnectionFactory.ConnectionProxy
Creates a new connection proxy.
connectionStrategy - Variable in class org.ldaptive.ConnectionConfig
Connection strategy.
connectionStrategy - Variable in class org.ldaptive.LdapURLRetryMetadata
Connection strategy associated with this retry.
connectionStrategy - Variable in class org.ldaptive.transport.TransportConnection
Connection strategy for this connection.
connectionStrategy(ConnectionStrategy) - Method in class org.ldaptive.ConnectionConfig.Builder
 
ConnectionStrategy - Interface in org.ldaptive
Interface to describe various connection strategies.
ConnectionTransport - Class in org.ldaptive.transport.netty
Creates netty connections using the best fit event loop group based on the operating system.
ConnectionTransport() - Constructor for class org.ldaptive.transport.netty.ConnectionTransport
Creates a new connection transport.
ConnectionTransport(int) - Constructor for class org.ldaptive.transport.netty.ConnectionTransport
Creates a new connection transport.
ConnectionTransport(int, int) - Constructor for class org.ldaptive.transport.netty.ConnectionTransport
Creates a new connection transport.
ConnectionTransport.DualThread - Class in org.ldaptive.transport.netty
A ConnectionTransport configured with two underlying threads.
ConnectionTransport.SingleThread - Class in org.ldaptive.transport.netty
A ConnectionTransport configured with a single underlying thread.
connectionValidator - Variable in class org.ldaptive.ConnectionConfig
Connection validator.
connectionValidator - Variable in class org.ldaptive.transport.netty.NettyConnection.ValidatorHandler
Connection validator.
connectionValidator(ConnectionValidator) - Method in class org.ldaptive.ConnectionConfig.Builder
 
ConnectionValidator - Interface in org.ldaptive
Provides an interface for defining connection validation.
connectOnCreate - Variable in class org.ldaptive.pool.AbstractConnectionPool
Whether to connect to the ldap on connection creation.
connectOnCreate(boolean) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
connectTime - Variable in class org.ldaptive.transport.netty.NettyConnection
Time this connection was successfully established, null if the connection is not open.
connectTimeout - Variable in class org.ldaptive.ConnectionConfig
Duration of time that connects will block.
connectTimeout(Duration) - Method in class org.ldaptive.ConnectionConfig.Builder
 
CONSTRAINT_VIOLATION - org.ldaptive.ResultCode
constraint violation.
constructed - Variable in class org.ldaptive.asn1.AbstractDERTag
Flag indicating whether value is primitive or constructed.
constructed - Variable in enum org.ldaptive.asn1.UniversalDERTag
Flag indicating whether value is primitive or constructed.
ConstructedDEREncoder - Class in org.ldaptive.asn1
Encodes constructed types to their DER format.
ConstructedDEREncoder(DERTag, DEREncoder...) - Constructor for class org.ldaptive.asn1.ConstructedDEREncoder
Creates a new sequence encoder.
consumedMessage - Variable in class org.ldaptive.transport.DefaultOperationHandle
Whether this handle has consumed any messages.
consumedMessage() - Method in class org.ldaptive.transport.DefaultOperationHandle
Indicates that a protocol message was consumed by a supplied consumer.
consumedMessage(boolean) - Method in class org.ldaptive.transport.DefaultOperationHandle
Indicates that a protocol message was consumed by a supplied consumer.
consumedMessage(Message) - Method in class org.ldaptive.transport.DefaultOperationHandle
Indicates that a protocol message was consumed by a supplied consumer.
Consumer() - Constructor for class org.ldaptive.transport.MessageFunctional.Consumer
 
contains(T) - Method in class org.ldaptive.pool.Queue
Returns whether t is in the queue.
containsBooleanExtension(T, String) - Static method in class org.ldaptive.schema.AbstractSchemaElement
Returns whether the supplied schema element has an extension name with a value of 'true'.
contentCount - Variable in class org.ldaptive.control.VirtualListViewRequestControl
server's estimate of the current number of entries in the ordered search result set.
contentCount - Variable in class org.ldaptive.control.VirtualListViewResponseControl
server's estimate of the current number of entries in the ordered search result set.
ContentCountHandler(VirtualListViewResponseControl) - Constructor for class org.ldaptive.control.VirtualListViewResponseControl.ContentCountHandler
Creates a new content count handler.
context - Variable in class org.ldaptive.auth.User
User context.
ContextDERTag - Class in org.ldaptive.asn1
Generic context-specific tag.
ContextDERTag(int, boolean) - Constructor for class org.ldaptive.asn1.ContextDERTag
Creates a new context-specific tag with given tag number.
contextFactory - Variable in class org.ldaptive.dns.AbstractDNSResolver
Factory to create DNS connections.
contextID - Variable in class org.ldaptive.control.VirtualListViewRequestControl
value that clients should send back to the server to indicate that the server is willing to return contiguous data from a subsequent search request which uses the same search criteria.
contextID - Variable in class org.ldaptive.control.VirtualListViewResponseControl
value that clients should send back to the server to indicate that the server is willing to return contiguous data from a subsequent search request which uses the same search criteria.
ContextIDHandler(VirtualListViewResponseControl) - Constructor for class org.ldaptive.control.VirtualListViewResponseControl.ContextIDHandler
Creates a new context ID handler.
ContextType - Class in org.ldaptive.asn1
Converts context types to their DER encoded format.
ContextType(int, boolean) - Constructor for class org.ldaptive.asn1.ContextType
Creates a new context type.
ContextType(int, byte[]) - Constructor for class org.ldaptive.asn1.ContextType
Creates a new context type.
ContextType(int, String) - Constructor for class org.ldaptive.asn1.ContextType
Creates a new context type.
ContextType(int, BigInteger) - Constructor for class org.ldaptive.asn1.ContextType
Creates a new context type.
continueCondition - Variable in class org.ldaptive.PooledConnectionFactory.RetryValidationExceptionHandler
Condition on which to continue retry.
control(ResponseControl) - Method in class org.ldaptive.transport.DefaultOperationHandle
Control - Interface in org.ldaptive.control
Marker interface for ldap controls.
CONTROL_NOT_FOUND - org.ldaptive.ResultCode
control not found.
controlFactory - Variable in class org.ldaptive.auth.AddControlAuthenticationRequestHandler
Factory that produces request controls.
ControlFactory - Class in org.ldaptive.control
Utility class for creating controls.
ControlFactory() - Constructor for class org.ldaptive.control.ControlFactory
Default constructor.
controlHandlers - Variable in class org.ldaptive.AbstractOperation
Functions to handle response controls.
controlHandlers - Variable in class org.ldaptive.AbstractSearchOperationFactory
Functions to handle response controls.
ControlParser() - Constructor for class org.ldaptive.AbstractMessage.ControlParser
Creates a new control parser.
controls - Variable in class org.ldaptive.AbstractMessage
LDAP controls.
controls - Variable in class org.ldaptive.AbstractRequestMessage
LDAP controls.
controls - Variable in class org.ldaptive.auth.AuthenticationRequest
Request controls.
controls - Variable in class org.ldaptive.sasl.DefaultSaslClientRequest
LDAP controls.
controls(RequestControl...) - Method in class org.ldaptive.AbstractRequestMessage.AbstractBuilder
Sets controls on the message.
controls(RequestControl...) - Method in class org.ldaptive.auth.AuthenticationRequest.Builder
Sets the request controls.
controls(RequestControl...) - Method in class org.ldaptive.BindConnectionInitializer.Builder
 
controls(ResponseControl...) - Method in class org.ldaptive.AbstractMessage.AbstractBuilder
 
controls(ResponseControl...) - Method in class org.ldaptive.extended.SyncInfoMessage.Builder
 
ControlsHandler(AbstractMessage) - Constructor for class org.ldaptive.AbstractMessage.ControlsHandler
Creates a new controls handler.
convert(String) - Method in class org.ldaptive.beans.spring.convert.StringToDurationConverter
 
convert(String) - Method in class org.ldaptive.beans.spring.convert.StringToZonedDateTimeConverter
 
convert(Duration) - Method in class org.ldaptive.beans.spring.convert.DurationToStringConverter
 
convert(ZonedDateTime) - Method in class org.ldaptive.beans.spring.convert.ZonedDateTimeToStringConverter
 
convertChannelOption(String) - Method in class org.ldaptive.transport.netty.NettyConnection
Performs a best effort at converting a channel option value to the correct type.
convertSimpleType(Class<?>, String) - Method in class org.ldaptive.props.AbstractPropertyInvoker
Converts simple types that are common to all property invokers.
convertValue(byte[]) - Method in class org.ldaptive.ad.handler.AbstractBinaryAttributeHandler
Converts the supplied binary value to its string form.
convertValue(byte[]) - Method in class org.ldaptive.ad.handler.ObjectGuidHandler
 
convertValue(byte[]) - Method in class org.ldaptive.ad.handler.ObjectSidHandler
 
convertValue(Class<?>, String) - Method in class org.ldaptive.beans.generate.props.BeanGeneratorPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.AbstractPropertyInvoker
Converts the supplied string value into an Object of the supplied type.
convertValue(Class<?>, String) - Method in class org.ldaptive.props.AuthenticationRequestPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.AuthenticatorPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.BindConnectionInitializerPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.BlockingConnectionPoolPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.CompareAuthenticationHandlerPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.ConnectionConfigPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.DefaultConnectionFactoryPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.PooledConnectionFactoryPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.SearchOperationFactoryPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.SearchRequestPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.SimpleBindAuthenticationHandlerPropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.SimplePropertyInvoker
 
convertValue(Class<?>, String) - Method in class org.ldaptive.props.SslConfigPropertyInvoker
 
convertValue(Object, Class<?>, Class<T>) - Method in class org.ldaptive.beans.spring.SpelAttributeValueMutator
Converts the supplied value to the target type.
cookie - Variable in class org.ldaptive.ad.control.DirSyncControl
server generated cookie.
cookie - Variable in class org.ldaptive.control.PagedResultsControl
server generated cookie.
cookie - Variable in class org.ldaptive.control.SyncDoneControl
server generated cookie.
cookie - Variable in class org.ldaptive.control.SyncRequestControl
server generated cookie.
cookie - Variable in class org.ldaptive.control.SyncStateControl
server generated cookie.
cookie - Variable in class org.ldaptive.control.util.DefaultCookieManager
Control cookie.
cookie - Variable in class org.ldaptive.extended.SyncInfoMessage
server generated cookie.
cookie(byte[]) - Method in class org.ldaptive.extended.SyncInfoMessage.Builder
 
CookieHandler(DirSyncControl) - Constructor for class org.ldaptive.ad.control.DirSyncControl.CookieHandler
Creates a new cookie handler.
CookieHandler(PagedResultsControl) - Constructor for class org.ldaptive.control.PagedResultsControl.CookieHandler
Creates a new cookie handler.
CookieHandler(SyncDoneControl) - Constructor for class org.ldaptive.control.SyncDoneControl.CookieHandler
Creates a new cookie handler.
CookieHandler(SyncStateControl) - Constructor for class org.ldaptive.control.SyncStateControl.CookieHandler
Creates a new cookie handler.
cookieManager - Variable in class org.ldaptive.control.util.SyncReplRunner
Sync repl cookie manager.
cookieManager - Variable in class org.ldaptive.control.util.VirtualListViewParams
Cookie manager for VLV context ID.
CookieManager - Interface in org.ldaptive.control.util
Interface for the reading and writing of control related cookies.
copy(AddOperation) - Static method in class org.ldaptive.AddOperation
Returns a new add operation with the same properties as the supplied operation.
copy(AuthenticationRequest) - Static method in class org.ldaptive.auth.AuthenticationRequest
Returns an authentication request initialized with the supplied request.
copy(BindOperation) - Static method in class org.ldaptive.BindOperation
Returns a new bind operation with the same properties as the supplied operation.
copy(CompareOperation) - Static method in class org.ldaptive.CompareOperation
Returns a new compare operation with the same properties as the supplied operation.
copy(ConnectionConfig) - Static method in class org.ldaptive.ConnectionConfig
Returns a new connection config initialized with the supplied config.
copy(DeleteOperation) - Static method in class org.ldaptive.DeleteOperation
Returns a new delete operation with the same properties as the supplied operation.
copy(ExtendedOperation) - Static method in class org.ldaptive.extended.ExtendedOperation
Returns a new extended operation with the same properties as the supplied operation.
copy(LdapURL) - Static method in class org.ldaptive.LdapURL
Returns a new ldap URL initialized with the supplied URL.
copy(ModifyDnOperation) - Static method in class org.ldaptive.ModifyDnOperation
Returns a new modify dn operation with the same properties as the supplied operation.
copy(ModifyOperation) - Static method in class org.ldaptive.ModifyOperation
Returns a new modify operation with the same properties as the supplied operation.
copy(SearchOperation) - Static method in class org.ldaptive.SearchOperation
Returns a new search operation with the same properties as the supplied operation.
copy(SearchRequest) - Static method in class org.ldaptive.SearchRequest
Returns a new search request with the same properties as the supplied request.
copy(SslConfig) - Static method in class org.ldaptive.ssl.SslConfig
Returns a ssl config initialized with the supplied config.
copyValues(T) - Method in class org.ldaptive.AbstractMessage
Copies the property values from the supplied message to this message.
copyValues(T) - Method in class org.ldaptive.AbstractResult
Copies the property values from the supplied result to this result.
count - Variable in class org.ldaptive.control.util.SyncReplCookie.CSN
CSN count.
counter - Variable in class org.ldaptive.RoundRobinConnectionStrategy
Usage counter.
CRAM_MD5 - org.ldaptive.sasl.Mechanism
Cram MD5 authentication type.
CramMD5BindRequest - Class in org.ldaptive.sasl
LDAP CRAM-MD5 bind request.
CramMD5BindRequest(String, String) - Constructor for class org.ldaptive.sasl.CramMD5BindRequest
Creates a new CRAM-MD5 bind request.
create() - Method in class org.ldaptive.dns.DefaultDNSContextFactory
 
create() - Method in interface org.ldaptive.dns.DNSContextFactory
Creates a new JNDI context.
create(ConnectionConfig) - Method in class org.ldaptive.transport.netty.ConnectionTransport
 
create(ConnectionConfig) - Method in class org.ldaptive.transport.netty.NettyConnectionFactoryTransport
 
create(ConnectionConfig) - Method in interface org.ldaptive.transport.Transport
Create a connection object.
createActiveConnection(boolean) - Method in class org.ldaptive.pool.AbstractConnectionPool
Create a new connection and place it in the active queue.
createArrayEnumFromPropertyValue(Class<?>, String) - Method in class org.ldaptive.props.AbstractPropertyInvoker
Returns the enum array which represents the supplied class given the supplied string representation.
createArrayTypeFromPropertyValue(Class<?>, String) - Method in class org.ldaptive.props.AbstractPropertyInvoker
Returns the object which represents an array of the supplied class given the supplied string representation.
createAttributeType(LdapEntry) - Static method in class org.ldaptive.ad.schema.SchemaFactory
Creates an attribute type from the supplied ldap entry.
createAttributeValueMutator(PropertyDescriptor, Attribute) - Method in class org.ldaptive.beans.reflect.MethodClassDescriptor
Returns an attribute value mutator for the supplied property descriptor.
createAttributeValueMutator(Field, Attribute) - Method in class org.ldaptive.beans.reflect.FieldClassDescriptor
Returns an attribute value mutator for the supplied field.
createAuthenticationRequest(Map<String, ?>) - Method in interface org.ldaptive.jaas.AuthenticatorFactory
Creates a new authentication request with the supplied JAAS options.
createAuthenticationRequest(Map<String, ?>) - Method in class org.ldaptive.jaas.PropertiesAuthenticatorFactory
 
createAuthenticator(Map<String, ?>) - Method in interface org.ldaptive.jaas.AuthenticatorFactory
Creates a new authenticator with the supplied JAAS options.
createAuthenticator(Map<String, ?>) - Method in class org.ldaptive.jaas.PropertiesAuthenticatorFactory
 
createAuthenticatorInternal(Map<String, ?>) - Method in class org.ldaptive.jaas.PropertiesAuthenticatorFactory
Initializes an authenticator using an authenticator property source.
createAvailableConnection(boolean) - Method in class org.ldaptive.pool.AbstractConnectionPool
Create a new connection and place it in the available pool.
createAvailableConnections(int, boolean) - Method in class org.ldaptive.pool.AbstractConnectionPool
Asynchronously creates new connections and adds them to the available queue if the connection can be successfully passivated and validated.
createBindRequest(byte[]) - Method in class org.ldaptive.sasl.DefaultSaslClientRequest
Creates a new bind request for this client.
createBootstrap(NettyConnection.ClientInitializer) - Method in class org.ldaptive.transport.netty.NettyConnection
Creates a Netty Bootstrap with the supplied client initializer.
createClass(String) - Static method in class org.ldaptive.props.AbstractPropertyInvoker
Creates the class with the supplied name.
createClass(String, String) - Method in class org.ldaptive.beans.generate.BeanGenerator
Creates a class in the supplied package.
createClassDescriptor(Class<?>) - Method in class org.ldaptive.beans.reflect.DefaultLdapEntryMapper
Creates a class descriptor for the supplied type.
createClientInitializer() - Method in class org.ldaptive.transport.netty.NettyConnection
Creates a new client initializer.
createCollection(Class<?>, int) - Static method in class org.ldaptive.beans.spring.SpelAttributeValueMutator
Creates the best fit collection for the supplied type.
createCollection(Class<T>) - Method in class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
Returns a collection implementation of the correct type for this transcoder.
createCollection(Class<T>) - Method in class org.ldaptive.beans.reflect.ListReflectionTranscoder
 
createCollection(Class<T>) - Method in class org.ldaptive.beans.reflect.SetReflectionTranscoder
 
createConnection(boolean) - Method in class org.ldaptive.pool.AbstractConnectionPool
Create a new connection.
createConnectionFactory(ConnectionConfig) - Static method in class org.ldaptive.control.util.SyncReplRunner
Creates a new single connection factory.
createConnectionFactory(ConnectionConfig, ConnectionValidator) - Static method in class org.ldaptive.control.util.SyncReplRunner
Creates a new single connection factory.
createConnectionFactory(Transport, ConnectionConfig, ConnectionValidator) - Static method in class org.ldaptive.control.util.SyncReplRunner
Creates a new single connection factory.
createConnectionProxy(PooledConnectionProxy) - Method in class org.ldaptive.pool.AbstractConnectionPool
Creates a connection proxy using the supplied pool connection.
createConstructorFromProperty(String) - Static method in class org.ldaptive.LdapUtils
Looks for the supplied system property value and loads a class with that name.
createDefaultEventLoopGroup(String, int) - Static method in class org.ldaptive.transport.netty.NettyUtils
Returns the default event loop group for this platform.
createDefaultTrustManagers - Variable in class org.ldaptive.ssl.DefaultSSLContextInitializer
Whether default trust managers should be created.
createDigest(String, byte[]) - Static method in class org.ldaptive.transport.ScramSaslClient
Digests the supplied data using the supplied algorithm.
createDnValueMutator(PropertyDescriptor) - Method in class org.ldaptive.beans.reflect.MethodClassDescriptor
Returns a dn value mutator for the supplied property descriptor.
createDnValueMutator(Field) - Method in class org.ldaptive.beans.reflect.FieldClassDescriptor
Returns a dn value mutator for the supplied field.
createDnValueMutator(String) - Method in class org.ldaptive.beans.spring.SpringClassDescriptor
Creates a dn value mutator for the supplied SPEL dn property expression.
createdTime - Variable in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
Time this connection was created.
createEntryResolver(EntryResolver) - Method in class org.ldaptive.auth.AggregateDnResolver
Creates an aggregate entry resolver using the labels from the DN resolver and the supplied entry resolver.
createEquals(JDefinedClass) - Method in class org.ldaptive.beans.generate.BeanGenerator
Creates the equals method on the supplied class.
createEvaluationContext(Object) - Method in class org.ldaptive.beans.spring.SpringLdapEntryMapper
Creates an evaluation context to use in the spring class descriptor.
createEventLoopGroup(String, int) - Method in class org.ldaptive.transport.netty.ConnectionTransport
Returns a new event loop group with the supplied name and number of threads.
createEventLoopGroup(String, int) - Method in class org.ldaptive.transport.netty.NioConnectionTransport
 
createFilterTemplate(AuthenticationCriteria) - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
createFilterTemplate(User) - Method in class org.ldaptive.auth.SearchDnResolver
createHashCode(JDefinedClass) - Method in class org.ldaptive.beans.generate.BeanGenerator
Creates the hashCode method on the supplied class.
createKeyStoreCredentialConfig(KeyStore) - Static method in class org.ldaptive.ssl.CredentialConfigFactory
Creates a KeyStoreCredentialConfig from the supplied truststore.
createKeyStoreCredentialConfig(KeyStore, String) - Static method in class org.ldaptive.ssl.CredentialConfigFactory
Creates a KeyStoreCredentialConfig from the supplied keystore and password.
createKeyStoreCredentialConfig(KeyStore, String[]) - Static method in class org.ldaptive.ssl.CredentialConfigFactory
Creates a KeyStoreCredentialConfig from the supplied truststore.
createKeyStoreCredentialConfig(KeyStore, String[], KeyStore, String, String[]) - Static method in class org.ldaptive.ssl.CredentialConfigFactory
Creates a KeyStoreCredentialConfig from the supplied truststore, keystore and password.
createKeyStoreCredentialConfig(KeyStore, String, String[]) - Static method in class org.ldaptive.ssl.CredentialConfigFactory
Creates a KeyStoreCredentialConfig from the supplied keystore and password.
createKeyStoreCredentialConfig(KeyStore, KeyStore, String) - Static method in class org.ldaptive.ssl.CredentialConfigFactory
Creates a KeyStoreCredentialConfig from the supplied truststore, keystore and password.
createLdif(SearchResponse) - Method in class org.ldaptive.io.LdifWriter
Creates an LDIF using the supplied search result.
createLdifEntry(LdapEntry) - Method in class org.ldaptive.io.LdifWriter
Creates an LDIF using the supplied ldap entry.
createMac(String, byte[]) - Static method in class org.ldaptive.transport.ScramSaslClient
Creates a new MAC using the supplied algorithm and key.
createMutators(JDefinedClass, String, Class<?>, boolean) - Method in class org.ldaptive.beans.generate.BeanGenerator
Creates the getter and setter methods on the supplied class for the supplied name.
createObjectClass(LdapEntry) - Static method in class org.ldaptive.ad.schema.SchemaFactory
Creates an object class from the supplied ldap entry.
createProperties(Map<String, ?>) - Static method in class org.ldaptive.jaas.AbstractPropertiesFactory
Returns context specific properties based on the supplied JAAS options.
createProperties(SaslConfig) - Static method in class org.ldaptive.sasl.DefaultSaslClientRequest
Creates SASL client properties from the supplied configuration.
createReferralOperation(ConnectionFactory) - Method in class org.ldaptive.referral.AbstractFollowReferralHandler
Creates an operation for this type of referral.
createReferralOperation(ConnectionFactory) - Method in class org.ldaptive.referral.FollowSearchReferralHandler
 
createReferralOperation(ConnectionFactory) - Method in class org.ldaptive.referral.FollowSearchResultReferenceHandler
 
createReferralRequest(LdapURL) - Method in class org.ldaptive.referral.AbstractFollowReferralHandler
Creates a new request for this type of referral.
createReferralRequest(LdapURL) - Method in class org.ldaptive.referral.FollowSearchReferralHandler
 
createReferralRequest(LdapURL) - Method in class org.ldaptive.referral.FollowSearchResultReferenceHandler
 
createRequestControl(boolean) - Method in class org.ldaptive.control.util.VirtualListViewParams
Creates a new virtual list view request control using the properties in this VLV params.
createRequestControl(boolean, CookieManager) - Method in class org.ldaptive.control.util.VirtualListViewParams
Creates a new virtual list view request control using the properties in this VLV params.
createRequestControl(SearchResponse, boolean) - Method in class org.ldaptive.control.util.VirtualListViewParams
Creates a new virtual list view request control using the properties in this VLV params.
createRequestControls(byte[]) - Method in class org.ldaptive.ad.control.util.DirSyncClient
Returns the list of request controls configured for this client.
createResponseControl(String, boolean, DERBuffer) - Static method in class org.ldaptive.control.ControlFactory
Creates a response control from the supplied control data.
createRoleResolver(Map<String, ?>) - Method in class org.ldaptive.jaas.PropertiesRoleResolverFactory
 
createRoleResolver(Map<String, ?>) - Method in interface org.ldaptive.jaas.RoleResolverFactory
Creates a new role resolver with the supplied JAAS options.
createRoleResolverInternal(Map<String, ?>) - Method in class org.ldaptive.jaas.PropertiesRoleResolverFactory
Initializes a role resolver using a role resolver property source.
createSaltedPassword(String, String, byte[], int) - Static method in class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
Computes a salted password.
createSchema(InputStream) - Static method in class org.ldaptive.ad.schema.SchemaFactory
Creates a new schema.
createSchema(InputStream) - Static method in class org.ldaptive.schema.SchemaFactory
Creates a new schema.
createSchema(ConnectionFactory) - Static method in class org.ldaptive.schema.SchemaFactory
Creates a new schema.
createSchema(ConnectionFactory, String) - Static method in class org.ldaptive.ad.schema.SchemaFactory
Creates a new schema.
createSchema(ConnectionFactory, String) - Static method in class org.ldaptive.schema.SchemaFactory
Creates a new schema.
createSchema(LdapEntry) - Static method in class org.ldaptive.schema.SchemaFactory
Creates a new schema.
createSchema(SearchResponse) - Static method in class org.ldaptive.ad.schema.SchemaFactory
Creates a new schema.
createSearchOperation() - Method in class org.ldaptive.AbstractSearchOperationFactory
Creates a new search operation configured with the properties on this factory.
createSearchOperation() - Method in class org.ldaptive.ad.control.util.DirSyncClient
Creates a new search operation configured with the properties on this client.
createSearchOperation(ConnectionFactory) - Method in class org.ldaptive.AbstractSearchOperationFactory
Creates a new search operation configured with the properties on this factory.
createSearchReference(SearchResultReference) - Method in class org.ldaptive.io.LdifWriter
Creates an LDIF using the supplied search reference.
createSearchRequest(Map<String, ?>) - Method in class org.ldaptive.jaas.PropertiesRoleResolverFactory
 
createSearchRequest(Map<String, ?>) - Method in interface org.ldaptive.jaas.RoleResolverFactory
Creates a new search request with the supplied JAAS options.
createSearchRequest(AuthenticationCriteria) - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Returns a search request for the supplied authentication criteria.
createSearchRequest(AuthenticationCriteria, String) - Method in class org.ldaptive.auth.AuthorizationIdentityEntryResolver
Returns a search request for an object level search for the supplied DN.
createSearchRequest(AuthenticationCriteria, String) - Method in class org.ldaptive.auth.WhoAmIEntryResolver
Returns a search request for an object level search for the supplied DN.
createSearchRequest(FilterTemplate) - Method in class org.ldaptive.auth.SearchDnResolver
Returns a search request for searching for a single entry in an LDAP, returning no attributes.
createSSLContextInitializer() - Method in interface org.ldaptive.ssl.CredentialConfig
Creates an SSL context initializer using the configured trust and authentication material in this config.
createSSLContextInitializer() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
 
createSSLContextInitializer() - Method in class org.ldaptive.ssl.SslConfig
Creates an SSLContextInitializer from this configuration.
createSSLContextInitializer() - Method in class org.ldaptive.ssl.X509CredentialConfig
 
createSslHandler(ConnectionConfig) - Method in class org.ldaptive.transport.netty.NettyConnection
Creates a Netty SSL handler using the supplied connection config.
createToString(JDefinedClass) - Method in class org.ldaptive.beans.generate.BeanGenerator
Creates the toString method on the supplied class.
createTransport() - Static method in class org.ldaptive.control.util.SyncReplRunner
Returns a transport configured to use for sync repl.
createTrustManagers() - Method in class org.ldaptive.ssl.AbstractSSLContextInitializer
Creates any trust managers specific to this context initializer.
createTrustManagers() - Method in class org.ldaptive.ssl.DefaultSSLContextInitializer
 
createTrustManagers() - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
 
createTrustManagers() - Method in class org.ldaptive.ssl.X509SSLContextInitializer
 
createTypeConverter(Converter<?, ?>...) - Method in class org.ldaptive.beans.spring.SpringLdapEntryMapper
Returns a type converter that is initialized with the supplied converters and any converters supplied by SpringLdapEntryMapper.addDefaultConverters(GenericConversionService).
createTypeFromPropertyValue(Class<?>, String) - Method in class org.ldaptive.props.AbstractPropertyInvoker
Returns the object which represents the supplied class given the supplied string representation.
createValueTranscoder(String) - Static method in class org.ldaptive.beans.reflect.TranscoderFactory
Creates a value transcoder for the supplied type.
createX509CredentialConfig(String) - Static method in class org.ldaptive.ssl.CredentialConfigFactory
Creates a X509CredentialConfig from PEM encoded certificate(s).
createX509CredentialConfig(X509Certificate[]) - Static method in class org.ldaptive.ssl.CredentialConfigFactory
Creates a X509CredentialConfig from the supplied trust certificates.
createX509CredentialConfig(X509Certificate[], X509Certificate, PrivateKey) - Static method in class org.ldaptive.ssl.CredentialConfigFactory
Creates a X509CredentialConfig from the supplied trust certificates, authentication certificate and private key.
createX509CredentialConfig(X509Certificate, PrivateKey) - Static method in class org.ldaptive.ssl.CredentialConfigFactory
Creates a X509CredentialConfig from the supplied authentication certificate and private key.
creationTime - Variable in class org.ldaptive.transport.DefaultOperationHandle
Timestamp when the handle was created.
credential - Variable in class org.ldaptive.auth.AuthenticationRequest
User credential.
credential - Variable in class org.ldaptive.jaas.LdapCredential
LDAP credential.
credential(byte[]) - Method in class org.ldaptive.auth.AuthenticationRequest.Builder
Sets the user credential.
credential(byte[]) - Method in class org.ldaptive.BindConnectionInitializer.Builder
 
credential(char[]) - Method in class org.ldaptive.auth.AuthenticationRequest.Builder
Sets the user credential.
credential(String) - Method in class org.ldaptive.auth.AuthenticationRequest.Builder
Sets the user credential.
credential(String) - Method in class org.ldaptive.BindConnectionInitializer.Builder
 
credential(Credential) - Method in class org.ldaptive.auth.AuthenticationRequest.Builder
Sets the user credential.
credential(Credential) - Method in class org.ldaptive.BindConnectionInitializer.Builder
 
Credential - Class in org.ldaptive
Provides convenience methods for converting the various types of passwords into a byte array.
Credential(byte[]) - Constructor for class org.ldaptive.Credential
Creates a new credential.
Credential(char[]) - Constructor for class org.ldaptive.Credential
Creates a new credential.
Credential(String) - Constructor for class org.ldaptive.Credential
Creates a new credential.
CREDENTIAL_NOT_FOUND - org.ldaptive.auth.ext.FreeIPAAccountState.Error
credential not found.
credentialConfig - Variable in class org.ldaptive.ssl.SslConfig
Configuration for the trust and authentication material to use for SSL and startTLS.
credentialConfig(CredentialConfig) - Method in class org.ldaptive.ssl.SslConfig.Builder
 
CredentialConfig - Interface in org.ldaptive.ssl
Provides a base interface for all credential configurations.
CredentialConfigFactory - Class in org.ldaptive.ssl
Utility class for creating credential configs when the underlying credential is already available for use.
CredentialConfigFactory() - Constructor for class org.ldaptive.ssl.CredentialConfigFactory
Default constructor.
CredentialConfigParser - Class in org.ldaptive.props
Parses the configuration data associated with credential configs.
CredentialConfigParser(String) - Constructor for class org.ldaptive.props.CredentialConfigParser
Creates a new credential config parser.
CredentialReader<T> - Interface in org.ldaptive.ssl
Reads a credential from an IO source.
credentials - Variable in class org.ldaptive.jaas.AbstractLoginModule
Credentials to add to the subject.
credentials(byte[]) - Method in class org.ldaptive.sasl.SaslBindRequest.Builder
Sets the SASL credentials.
credentials(String) - Method in class org.ldaptive.sasl.SaslBindRequest.Builder
Sets the SASL credentials.
critical - Variable in class org.ldaptive.AbstractMessage.ControlParser
Control criticality.
CRITICAL_PATH - Static variable in class org.ldaptive.AbstractMessage.ControlParser
DER path to criticality.
criticality - Variable in class org.ldaptive.control.AbstractControl
is control critical.
csn - Variable in class org.ldaptive.control.util.SyncReplCookie
Cookie CSN.
CSN(String) - Constructor for class org.ldaptive.control.util.SyncReplCookie.CSN
Creates a new CSN with the supplied string.
CustomDERTag - Class in org.ldaptive.asn1
Describes the tag of an application-specific, context-specific, or private DER type where the tag name may be specified for clarity in application code.
CustomDERTag(int, String, boolean) - Constructor for class org.ldaptive.asn1.CustomDERTag
Creates a new custom DER tag.
customResourceLoaders - Static variable in class org.ldaptive.io.ResourceUtils
Custom resource loaders.
customTranscoder - Variable in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
Custom transcoder to override the default transcoder.

D

DATE_FORMAT - Static variable in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
Date format.
DAY_PATTERN - Static variable in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
Pattern for capturing the day in generalized time.
deactivate() - Method in class org.ldaptive.LdapURL
Marks this URL as inactive.
decode(char...) - Static method in class org.ldaptive.io.Hex
This will convert the supplied value from a hex encoded string.
decode(char[], int) - Static method in class org.ldaptive.io.Hex
Decodes the supplied character to its corresponding nibble.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.ldaptive.transport.netty.MessageFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.ldaptive.transport.netty.NettyConnection.MessageDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.ldaptive.transport.netty.SaslHandler
 
decode(DERBuffer) - Method in class org.ldaptive.ad.control.DirSyncControl
 
decode(DERBuffer) - Method in class org.ldaptive.ad.control.GetStatsControl
 
decode(DERBuffer) - Static method in class org.ldaptive.asn1.BooleanType
Converts bytes in the buffer to a boolean by reading from the current position to the limit.
decode(DERBuffer) - Static method in class org.ldaptive.asn1.IntegerType
Converts bytes in the buffer to an integer by reading from the current position to the limit, which assumes the bytes of the integer are in big-endian order.
decode(DERBuffer) - Static method in class org.ldaptive.asn1.OctetStringType
Converts bytes in the buffer to a string by reading from the current position to the limit, which assumes the bytes of the string are in big-endian order.
decode(DERBuffer) - Static method in class org.ldaptive.asn1.OidType
Converts bytes in the buffer to an OID by reading from the current position to the limit, which assumes the bytes of the integer are in big-endian order.
decode(DERBuffer) - Static method in class org.ldaptive.asn1.UuidType
Converts bytes in the buffer to a uuid by reading from the current position to the limit.
decode(DERBuffer) - Method in class org.ldaptive.control.AuthorizationIdentityResponseControl
 
decode(DERBuffer) - Method in class org.ldaptive.control.EntryChangeNotificationControl
 
decode(DERBuffer) - Method in class org.ldaptive.control.GenericControl
 
decode(DERBuffer) - Method in class org.ldaptive.control.PagedResultsControl
 
decode(DERBuffer) - Method in class org.ldaptive.control.PasswordExpiredControl
 
decode(DERBuffer) - Method in class org.ldaptive.control.PasswordExpiringControl
 
decode(DERBuffer) - Method in class org.ldaptive.control.PasswordPolicyControl
 
decode(DERBuffer) - Method in interface org.ldaptive.control.ResponseControl
Initializes this response control with the supplied BER encoded data.
decode(DERBuffer) - Method in class org.ldaptive.control.SessionTrackingControl
 
decode(DERBuffer) - Method in class org.ldaptive.control.SortResponseControl
 
decode(DERBuffer) - Method in class org.ldaptive.control.SyncDoneControl
 
decode(DERBuffer) - Method in class org.ldaptive.control.SyncStateControl
 
decode(DERBuffer) - Method in class org.ldaptive.control.VirtualListViewResponseControl
 
decode(DERBuffer) - Static method in class org.ldaptive.ssl.X509DnDecoder
Converts bytes in the buffer to attribute value assertions by reading from the current position to the limit.
DECODE - Static variable in class org.ldaptive.io.Hex
Decode table which stores characters from 0 to f.
decodeBinaryValue(byte[]) - Method in class org.ldaptive.ad.transcode.UnicodePwdValueTranscoder
 
decodeBinaryValue(byte[]) - Method in class org.ldaptive.transcode.AbstractStringValueTranscoder
 
decodeBinaryValue(byte[]) - Method in class org.ldaptive.transcode.ByteArrayValueTranscoder
 
decodeBinaryValue(byte[]) - Method in class org.ldaptive.transcode.CertificateValueTranscoder
 
decodeBinaryValue(byte[]) - Method in class org.ldaptive.transcode.ObjectValueTranscoder
 
decodeBinaryValue(byte[]) - Method in interface org.ldaptive.transcode.ValueTranscoder
Decodes the supplied ldap attribute value into a custom type.
decodeBinaryValues(Collection<byte[]>) - Method in class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
 
decodeBinaryValues(Collection<byte[]>) - Method in class org.ldaptive.beans.reflect.ArrayReflectionTranscoder
 
decodeBinaryValues(Collection<byte[]>) - Method in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
 
decodeBinaryValues(Collection<byte[]>) - Method in interface org.ldaptive.beans.reflect.ReflectionTranscoder
Decodes the supplied values into an object.
decodeBinaryValues(Collection<byte[]>) - Method in class org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
 
decoded - Variable in class org.ldaptive.dn.DefaultDnParser.OctetStringHandler
Decoded octet string.
DECODED - org.ldaptive.transport.netty.NettyConnection.MessageStatus
Bytes have been decoded into a concrete message.
decodeHexValue(char[]) - Static method in class org.ldaptive.dn.DefaultDnParser
Decodes the supplied hexadecimal value.
decoder() - Method in interface org.ldaptive.transcode.ValueTranscoder
Functional implementation.
decodeStringValue(String) - Method in class org.ldaptive.ad.transcode.DeltaTimeValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.ad.transcode.FileTimeValueTranscoder
 
decodeStringValue(String) - Static method in class org.ldaptive.dn.DefaultDnParser
Decodes the supplied string attribute value.
decodeStringValue(String) - Method in class org.ldaptive.schema.transcode.AttributeTypeValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.schema.transcode.DITContentRuleValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.schema.transcode.DITStructureRuleValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.schema.transcode.MatchingRuleUseValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.schema.transcode.MatchingRuleValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.schema.transcode.NameFormValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.schema.transcode.ObjectClassValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.schema.transcode.SyntaxValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.AbstractBinaryValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.BooleanValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.CertificateValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.CharArrayValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.DoubleValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.FloatValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.IntegerValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.LongValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.ObjectValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.ShortValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.StringValueTranscoder
 
decodeStringValue(String) - Method in class org.ldaptive.transcode.UUIDValueTranscoder
 
decodeStringValue(String) - Method in interface org.ldaptive.transcode.ValueTranscoder
Decodes the supplied ldap attribute value into a custom type.
decodeStringValues(Collection<String>) - Method in class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
 
decodeStringValues(Collection<String>) - Method in class org.ldaptive.beans.reflect.ArrayReflectionTranscoder
 
decodeStringValues(Collection<String>) - Method in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
 
decodeStringValues(Collection<String>) - Method in interface org.ldaptive.beans.reflect.ReflectionTranscoder
Decodes the supplied values into an object.
decodeStringValues(Collection<String>) - Method in class org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
 
decodeUnsigned(DERBuffer) - Static method in class org.ldaptive.asn1.IntegerType
Converts bytes in the buffer to an unsigned integer by reading from the current position to the limit, which assumes the bytes of the integer are in big-endian order.
decodeUnsignedPrimitive(DERBuffer) - Static method in class org.ldaptive.asn1.IntegerType
Converts bytes in the buffer to an unsigned primitive integer by reading from the current position to the limit, which assumes the bytes of the integer are in big-endian order.
DECODING_ERROR - org.ldaptive.ResultCode
decoding error.
DEFAULT_ATTRIBUTE - Static variable in class org.ldaptive.auth.CompareAuthenticationHandler
Default password attribute.
DEFAULT_ATTRIBUTE_DESCRIPTION_CHARS - Static variable in class org.ldaptive.filter.DefaultFilterFunction
Lower and upper case ASCII alphabetical, digits, semi-colon, dot, dash.
DEFAULT_ATTRIBUTES - Static variable in class org.ldaptive.LdapURL
Default return attributes, value is all user attributes.
DEFAULT_BASE_DN - Static variable in class org.ldaptive.LdapURL
Default base DN, value is "".
DEFAULT_BINARY_ATTRIBUTES - Static variable in class org.ldaptive.LdapAttribute
List of attribute names known to use binary syntax.
DEFAULT_CREDENTIAL_CONFIG_CLASS - Static variable in class org.ldaptive.props.CredentialConfigParser
Credential config class found in the config.
DEFAULT_DNS_PROVIDER_URL - Static variable in class org.ldaptive.dns.DefaultDNSContextFactory
Default provider URL for DNS, determines DNS from the underlying OS.
DEFAULT_FILTER - Static variable in class org.ldaptive.LdapURL
Default search filter value is '(objectClass=*)'.
DEFAULT_GSSAPI_JAAS_NAME - Static variable in class org.ldaptive.sasl.GssApiBindRequest
Default name of the JAAS configuration.
DEFAULT_GSSAPI_LOGIN_MODULE - Static variable in class org.ldaptive.sasl.GssApiBindRequest
Default login module for GSSAPI.
DEFAULT_IDLE_TIME - Static variable in class org.ldaptive.pool.IdlePruneStrategy
Default idle time.
DEFAULT_LDAP_PORT - Static variable in class org.ldaptive.LdapURL
Default LDAP port, value is 389.
DEFAULT_LDAPS_PORT - Static variable in class org.ldaptive.LdapURL
Default LDAPS port, value is 636.
DEFAULT_MAX_POOL_SIZE - Static variable in class org.ldaptive.pool.AbstractConnectionPool
Default max pool size, value is 10.
DEFAULT_MIN_POOL_SIZE - Static variable in class org.ldaptive.pool.AbstractConnectionPool
Default min pool size, value is 3.
DEFAULT_NONCE_SIZE - Static variable in class org.ldaptive.transport.ScramSaslClient.ClientFirstMessage
Default nonce size.
DEFAULT_NUM_THREADS - Static variable in class org.ldaptive.concurrent.CallableWorker
Default size of the thread pool.
DEFAULT_PRUNE_PERIOD - Static variable in class org.ldaptive.pool.AbstractPruneStrategy
Default prune period in seconds.
DEFAULT_RECORD_NAME - Static variable in class org.ldaptive.dns.SRVDNSResolver
Default DNS record name.
DEFAULT_REFERRAL_LIMIT - Static variable in class org.ldaptive.referral.AbstractFollowReferralHandler
Default referral limit.
DEFAULT_RESOURCE_LOADERS - Static variable in class org.ldaptive.io.ResourceUtils
Default resource loaders.
DEFAULT_RESPONSE_TIMEOUT_CONDITION - Static variable in class org.ldaptive.transport.DefaultOperationHandle
Predicate that requires any result message except unsolicited.
DEFAULT_SCHEME - Static variable in class org.ldaptive.auth.CompareAuthenticationHandler
Default password scheme.
DEFAULT_SCOPE - Static variable in class org.ldaptive.LdapURL
Default scope, value is SearchScope.OBJECT.
DEFAULT_SHUTDOWN_MAX_TIMEOUT - Static variable in class org.ldaptive.transport.netty.NettyUtils
Time in milliseconds for graceful shutdown max wait.
DEFAULT_SHUTDOWN_QUIET_PERIOD - Static variable in class org.ldaptive.transport.netty.NettyUtils
Time in milliseconds for graceful shutdown quiet period.
DEFAULT_STATISTICS_SIZE - Static variable in class org.ldaptive.pool.IdlePruneStrategy
Default number of statistics to store.
DEFAULT_TTL - Static variable in class org.ldaptive.DnsResolverConnectionStrategy
Default time to live for DNS results.
DEFAULT_TTL - Static variable in class org.ldaptive.DnsSrvConnectionStrategy
Default time to live for DNS results.
DEFAULT_TYPE - Static variable in class org.ldaptive.ssl.KeyStoreUtils
Default keystore type.
DEFAULT_VALIDATE_PERIOD - Static variable in class org.ldaptive.AbstractConnectionValidator
Default validation period, value is 30 minutes.
DEFAULT_VALIDATE_TIMEOUT - Static variable in class org.ldaptive.AbstractConnectionValidator
Default per connection validate timeout, value is 5 seconds.
DefaultAttributeValueEscaper - Class in org.ldaptive.dn
Escapes an attribute value per RFC 4514 section 2.4.
DefaultAttributeValueEscaper() - Constructor for class org.ldaptive.dn.DefaultAttributeValueEscaper
 
DefaultClassDescriptor - Class in org.ldaptive.beans.reflect
Default implementation of a class descriptor.
DefaultClassDescriptor() - Constructor for class org.ldaptive.beans.reflect.DefaultClassDescriptor
 
DefaultCompareOperationHandle - Class in org.ldaptive.transport
Handle that notifies on the components of a compare request.
DefaultCompareOperationHandle(CompareRequest, TransportConnection, Duration) - Constructor for class org.ldaptive.transport.DefaultCompareOperationHandle
Creates a new compare operation handle.
DefaultConnectionFactory - Class in org.ldaptive
Creates connections for performing ldap operations.
DefaultConnectionFactory() - Constructor for class org.ldaptive.DefaultConnectionFactory
Default constructor.
DefaultConnectionFactory(String) - Constructor for class org.ldaptive.DefaultConnectionFactory
Creates a new default connection factory.
DefaultConnectionFactory(String, Transport) - Constructor for class org.ldaptive.DefaultConnectionFactory
Creates a new default connection factory.
DefaultConnectionFactory(ConnectionConfig) - Constructor for class org.ldaptive.DefaultConnectionFactory
Creates a new default connection factory.
DefaultConnectionFactory(ConnectionConfig, Transport) - Constructor for class org.ldaptive.DefaultConnectionFactory
Creates a new default connection factory.
DefaultConnectionFactory(Transport) - Constructor for class org.ldaptive.DefaultConnectionFactory
Creates a new default connection factory.
DefaultConnectionFactory.Builder - Class in org.ldaptive
 
DefaultConnectionFactoryPropertyInvoker - Class in org.ldaptive.props
Handles properties for DefaultConnectionFactory.
DefaultConnectionFactoryPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.DefaultConnectionFactoryPropertyInvoker
Creates a new default connection factory property invoker for the supplied class.
DefaultConnectionFactoryPropertySource - Class in org.ldaptive.props
Reads properties specific to DefaultConnectionFactory and returns an initialized object of that type.
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory) - Constructor for class org.ldaptive.props.DefaultConnectionFactoryPropertySource
Creates a new default connection factory property source using the default properties file.
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory, Reader...) - Constructor for class org.ldaptive.props.DefaultConnectionFactoryPropertySource
Creates a new default connection factory property source.
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory, String...) - Constructor for class org.ldaptive.props.DefaultConnectionFactoryPropertySource
Creates a new default connection factory property source.
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory, Properties) - Constructor for class org.ldaptive.props.DefaultConnectionFactoryPropertySource
Creates a new default connection factory property source.
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.DefaultConnectionFactoryPropertySource
Creates a new default connection factory property source.
DefaultCookieManager - Class in org.ldaptive.control.util
Cookie manager that stores a cookie in memory.
DefaultCookieManager() - Constructor for class org.ldaptive.control.util.DefaultCookieManager
Creates a new default cookie manager.
DefaultCookieManager(byte[]) - Constructor for class org.ldaptive.control.util.DefaultCookieManager
Creates a new default cookie manager.
DefaultDefinitionFunction() - Constructor for class org.ldaptive.schema.AttributeType.DefaultDefinitionFunction
 
DefaultDefinitionFunction() - Constructor for class org.ldaptive.schema.DITContentRule.DefaultDefinitionFunction
 
DefaultDefinitionFunction() - Constructor for class org.ldaptive.schema.DITStructureRule.DefaultDefinitionFunction
 
DefaultDefinitionFunction() - Constructor for class org.ldaptive.schema.MatchingRule.DefaultDefinitionFunction
 
DefaultDefinitionFunction() - Constructor for class org.ldaptive.schema.MatchingRuleUse.DefaultDefinitionFunction
 
DefaultDefinitionFunction() - Constructor for class org.ldaptive.schema.NameForm.DefaultDefinitionFunction
 
DefaultDefinitionFunction() - Constructor for class org.ldaptive.schema.ObjectClass.DefaultDefinitionFunction
 
DefaultDefinitionFunction() - Constructor for class org.ldaptive.schema.Syntax.DefaultDefinitionFunction
 
DefaultDERBuffer - Class in org.ldaptive.asn1
DERBuffer that uses a ByteBuffer.
DefaultDERBuffer(byte[]) - Constructor for class org.ldaptive.asn1.DefaultDERBuffer
Creates a new default DER buffer.
DefaultDERBuffer(int) - Constructor for class org.ldaptive.asn1.DefaultDERBuffer
Creates a new default DER buffer.
DefaultDERBuffer(ByteBuffer) - Constructor for class org.ldaptive.asn1.DefaultDERBuffer
Creates a new default DER buffer.
DefaultDERBuffer(ByteBuffer, int, int) - Constructor for class org.ldaptive.asn1.DefaultDERBuffer
Creates a new default DER buffer and sets the initial position and limit.
DefaultDnParser - Class in org.ldaptive.dn
Parses DNs following the rules in RFC 4514.
DefaultDnParser() - Constructor for class org.ldaptive.dn.DefaultDnParser
 
DefaultDnParser.OctetStringHandler - Class in org.ldaptive.dn
Parse handler for decoding octet strings.
DefaultDNSContextFactory - Class in org.ldaptive.dns
Provides the default implementation of the JNDI context factory for DNS queries.
DefaultDNSContextFactory(String...) - Constructor for class org.ldaptive.dns.DefaultDNSContextFactory
Creates a new instance that resolves DNS names using the given name servers.
DefaultDnValueMutator - Class in org.ldaptive.beans.reflect
Uses a AttributeValueMutator to mutate the configured DN of an object.
DefaultDnValueMutator(AttributeValueMutator) - Constructor for class org.ldaptive.beans.reflect.DefaultDnValueMutator
Creates a new default dn value mutator.
DefaultExtendedOperationHandle - Class in org.ldaptive.transport
Handle that notifies on the components of an extended request.
DefaultExtendedOperationHandle(ExtendedRequest, TransportConnection, Duration) - Constructor for class org.ldaptive.transport.DefaultExtendedOperationHandle
Creates a new extended operation handle.
DefaultFilterFunction - Class in org.ldaptive.filter
Parses an LDAP search filter string.
DefaultFilterFunction() - Constructor for class org.ldaptive.filter.DefaultFilterFunction
Default constructor.
DefaultFilterFunction(String) - Constructor for class org.ldaptive.filter.DefaultFilterFunction
Creates a new default filter function.
DefaultHostnameVerifier - Class in org.ldaptive.ssl
Hostname verifier that provides an implementation similar to what occurs with JNDI startTLS.
DefaultHostnameVerifier() - Constructor for class org.ldaptive.ssl.DefaultHostnameVerifier
 
DefaultHostnameVerifier.SubjectAltNameType - Enum in org.ldaptive.ssl
Enum for subject alt name types.
DefaultLdapEntryManager<T> - Class in org.ldaptive.beans.persistence
Default implementation of an ldap entry manager.
DefaultLdapEntryManager(LdapEntryMapper<T>, ConnectionFactory) - Constructor for class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Creates a new default ldap entry manager.
DefaultLdapEntryManager(LdapEntryMapper<T>, ConnectionFactory, String[]) - Constructor for class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Creates a new default ldap entry manager.
DefaultLdapEntryMapper<T> - Class in org.ldaptive.beans.reflect
Stores the class descriptors for a specific object in a static map.
DefaultLdapEntryMapper() - Constructor for class org.ldaptive.beans.reflect.DefaultLdapEntryMapper
 
DefaultLdapURLIterator(List<LdapURL>) - Constructor for class org.ldaptive.AbstractConnectionStrategy.DefaultLdapURLIterator
Creates a new default LDAP URL iterator.
DefaultOperationHandle<Q extends Request,​S extends Result> - Class in org.ldaptive.transport
Handle that notifies on the components of an LDAP operation request.
DefaultOperationHandle(Q, TransportConnection, Duration) - Constructor for class org.ldaptive.transport.DefaultOperationHandle
Creates a new operation handle.
DefaultPooledConnectionProxy(Connection) - Constructor for class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
Creates a new pooled connection.
DefaultRDnNormalizer - Class in org.ldaptive.dn
Normalizes a RDN by performing the following operations: lowercase attribute names lowercase attribute values compress duplicate spaces in attribute values escape attribute value characters sort multi value RDNs by name This API provides properties to control attribute name normalization, attribute value normalization and attribute value escaping in order to customize the behavior.
DefaultRDnNormalizer() - Constructor for class org.ldaptive.dn.DefaultRDnNormalizer
Creates a new default RDN normalizer.
DefaultRDnNormalizer(AttributeValueEscaper) - Constructor for class org.ldaptive.dn.DefaultRDnNormalizer
Creates a new default RDN normalizer.
DefaultRDnNormalizer(AttributeValueEscaper, Function<String, String>, Function<String, String>) - Constructor for class org.ldaptive.dn.DefaultRDnNormalizer
Creates a new default RDN normalizer.
DefaultReferralConnectionFactory - Class in org.ldaptive.referral
Default implementation of a referral connection factory.
DefaultReferralConnectionFactory() - Constructor for class org.ldaptive.referral.DefaultReferralConnectionFactory
Creates a new default referral connection factory.
DefaultReferralConnectionFactory(ConnectionConfig) - Constructor for class org.ldaptive.referral.DefaultReferralConnectionFactory
Creates a new default referral connection factory.
DefaultReflectionTranscoder - Class in org.ldaptive.beans.reflect
Default implementation of a reflection transcoder.
DefaultReflectionTranscoder(Type) - Constructor for class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
Creates a new default reflection transcoder.
DefaultReflectionTranscoder(Type, ValueTranscoder<?>) - Constructor for class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
Creates a new default reflection transcoder.
defaultRole - Variable in class org.ldaptive.jaas.AbstractLoginModule
Default roles.
DefaultSaslClient - Class in org.ldaptive.transport
SASL client that negotiates the details of the bind operation.
DefaultSaslClient() - Constructor for class org.ldaptive.transport.DefaultSaslClient
 
DefaultSaslClientRequest - Class in org.ldaptive.sasl
Base class for SASL client requests.
DefaultSaslClientRequest() - Constructor for class org.ldaptive.sasl.DefaultSaslClientRequest
 
DefaultSchemaFunction() - Constructor for class org.ldaptive.schema.SchemaParser.DefaultSchemaFunction
 
DefaultSearchOperationHandle - Class in org.ldaptive.transport
Handle that notifies on the components of a search request.
DefaultSearchOperationHandle(SearchRequest, TransportConnection, Duration) - Constructor for class org.ldaptive.transport.DefaultSearchOperationHandle
Creates a new search operation handle.
DefaultSSLContextInitializer - Class in org.ldaptive.ssl
Provides a default implementation of SSL context initializer which allows the setting of trust and key managers in order to create an SSL context.
DefaultSSLContextInitializer() - Constructor for class org.ldaptive.ssl.DefaultSSLContextInitializer
Creates a new default ssl context initializer.
DefaultSSLContextInitializer(boolean) - Constructor for class org.ldaptive.ssl.DefaultSSLContextInitializer
Creates a new default ssl context initializer.
DefaultTermParser() - Constructor for class org.ldaptive.templates.SearchTemplates.DefaultTermParser
 
DefaultTrustManager - Class in org.ldaptive.ssl
Loads the trust managers from the default TrustManagerFactory and delegates to those.
DefaultTrustManager() - Constructor for class org.ldaptive.ssl.DefaultTrustManager
Creates a new default trust manager.
DefaultWarning(ZonedDateTime, int) - Constructor for class org.ldaptive.auth.AccountState.DefaultWarning
Creates a new warning.
DEFINITION_PATTERN - Static variable in class org.ldaptive.schema.AttributeType.RegexDefinitionFunction
Pattern to match definitions.
DEFINITION_PATTERN - Static variable in class org.ldaptive.schema.DITContentRule.RegexDefinitionFunction
Pattern to match definitions.
DEFINITION_PATTERN - Static variable in class org.ldaptive.schema.DITStructureRule.RegexDefinitionFunction
Pattern to match definitions.
DEFINITION_PATTERN - Static variable in class org.ldaptive.schema.MatchingRule.RegexDefinitionFunction
Pattern to match definitions.
DEFINITION_PATTERN - Static variable in class org.ldaptive.schema.MatchingRuleUse.RegexDefinitionFunction
Pattern to match definitions.
DEFINITION_PATTERN - Static variable in class org.ldaptive.schema.NameForm.RegexDefinitionFunction
Pattern to match definitions.
DEFINITION_PATTERN - Static variable in class org.ldaptive.schema.ObjectClass.RegexDefinitionFunction
Pattern to match definitions.
DEFINITION_PATTERN - Static variable in class org.ldaptive.schema.Syntax.RegexDefinitionFunction
Pattern to match definitions.
DefinitionFunction<T extends SchemaElement> - Interface in org.ldaptive.schema
Marker interface for a schema definition function.
delete(boolean) - Method in class org.ldaptive.ModifyDnRequest.Builder
Sets whether to delete the old RDN.
delete(MergeRequest, LdapEntry) - Method in class org.ldaptive.ext.MergeOperation
Executes a DeleteOperation for the supplied entry.
delete(T) - Method in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
 
delete(T) - Method in interface org.ldaptive.beans.persistence.LdapEntryManager
Deletes the supplied annotated object from an LDAP.
delete(T, ResultPredicate) - Method in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Deletes the supplied annotated object from an LDAP.
DELETE - org.ldaptive.AttributeModification.Type
Delete an attribute.
DELETE - org.ldaptive.control.PersistentSearchChangeType
delete.
DELETE - org.ldaptive.control.SyncStateControl.State
delete.
DELETE_PATH - Static variable in class org.ldaptive.transport.ResponseParser
Delete response DER path.
deleteEntry - Variable in class org.ldaptive.ext.MergeRequest
Whether to delete the entry.
deleteOldRDn - Variable in class org.ldaptive.ModifyDnRequest
Whether to delete the old RDN attribute.
deleteOperation - Variable in class org.ldaptive.ext.MergeOperation
Delete operation used to remove an entry.
DeleteOperation - Class in org.ldaptive
Executes an ldap delete operation.
DeleteOperation() - Constructor for class org.ldaptive.DeleteOperation
Default constructor.
DeleteOperation(ConnectionFactory) - Constructor for class org.ldaptive.DeleteOperation
Creates a new delete operation.
DeleteOperation.Builder - Class in org.ldaptive
Delete operation builder.
DeleteOperationWorker - Class in org.ldaptive.concurrent
Executes multiple ldap delete operations asynchronously.
DeleteOperationWorker() - Constructor for class org.ldaptive.concurrent.DeleteOperationWorker
Default constructor.
DeleteOperationWorker(DeleteOperation) - Constructor for class org.ldaptive.concurrent.DeleteOperationWorker
Creates a new delete operation worker.
DeleteRequest - Class in org.ldaptive
LDAP delete request defined as:
DeleteRequest() - Constructor for class org.ldaptive.DeleteRequest
Default constructor.
DeleteRequest(String) - Constructor for class org.ldaptive.DeleteRequest
Creates a new delete request.
DeleteRequest.Builder - Class in org.ldaptive
Delete request builder.
DeleteResponse - Class in org.ldaptive
LDAP delete response defined as:
DeleteResponse() - Constructor for class org.ldaptive.DeleteResponse
Default constructor.
DeleteResponse(DERBuffer) - Constructor for class org.ldaptive.DeleteResponse
Creates a new delete response.
DeleteResponse.Builder - Class in org.ldaptive
 
DeltaTimeValueTranscoder - Class in org.ldaptive.ad.transcode
Decodes and encodes an active directory delta time value for use in an ldap attribute value.
DeltaTimeValueTranscoder() - Constructor for class org.ldaptive.ad.transcode.DeltaTimeValueTranscoder
 
DERBuffer - Interface in org.ldaptive.asn1
Byte buffer used for DER parsing.
derefAliases - Variable in class org.ldaptive.auth.AbstractSearchEntryResolver
How to handle aliases.
derefAliases - Variable in class org.ldaptive.auth.SearchDnResolver
How to handle aliases.
derefAliases - Variable in class org.ldaptive.SearchRequest
Deref aliases.
DerefAliases - Enum in org.ldaptive
Enum to define how aliases are dereferenced.
DerefAliases() - Constructor for enum org.ldaptive.DerefAliases
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class org.ldaptive.transport.netty.SaslHandler
 
DEREncoder - Interface in org.ldaptive.asn1
Interface for encoding DER objects.
derEncoders - Variable in class org.ldaptive.asn1.ConstructedDEREncoder
Encoders in this sequence.
derItem - Variable in class org.ldaptive.asn1.BooleanType
Boolean to encode.
derItem - Variable in class org.ldaptive.asn1.ContextType
Data to encode.
derItem - Variable in class org.ldaptive.asn1.IntegerType
Integer to encode.
derItem - Variable in class org.ldaptive.asn1.OctetStringType
String to encode.
derItem - Variable in class org.ldaptive.asn1.OidType
Integer to encode.
derItem - Variable in class org.ldaptive.asn1.UuidType
UUID to encode.
DERParser - Class in org.ldaptive.asn1
This class provides a SAX-like parsing facility for DER-encoded data where elements of interest in the parse tree may be registered to handlers via the DERParser.registerHandler(org.ldaptive.asn1.DERPath, org.ldaptive.asn1.ParseHandler) methods.
DERParser() - Constructor for class org.ldaptive.asn1.DERParser
 
DERPath - Class in org.ldaptive.asn1
Describes paths to individual elements of an encoded DER object that may be addressed during parsing to associate a parsed element with a handler to handle that element.
DERPath() - Constructor for class org.ldaptive.asn1.DERPath
Creates an empty path specification.
DERPath(String) - Constructor for class org.ldaptive.asn1.DERPath
Creates a path specification from its string representation.
DERPath(DERPath) - Constructor for class org.ldaptive.asn1.DERPath
Copy constructor.
DERPath.Node - Class in org.ldaptive.asn1
DER path node encapsulates the path name and its location among other children that share a common parent.
derTag - Variable in class org.ldaptive.asn1.AbstractDERType
Constructed tag.
DERTag - Interface in org.ldaptive.asn1
Describes the tag of a DER-encoded type.
description - Variable in class org.ldaptive.schema.AbstractSchemaElement
Description.
destroyConnectionProxy() - Method in class org.ldaptive.SingleConnectionFactory
Closes the connection and sets the proxy to null.
DIAGNOSTIC_MESSAGE_PATH - Static variable in class org.ldaptive.AddResponse
DER path to diagnostic message.
DIAGNOSTIC_MESSAGE_PATH - Static variable in class org.ldaptive.BindResponse
DER path to diagnostic message.
DIAGNOSTIC_MESSAGE_PATH - Static variable in class org.ldaptive.CompareResponse
DER path to diagnostic message.
DIAGNOSTIC_MESSAGE_PATH - Static variable in class org.ldaptive.DeleteResponse
DER path to diagnostic message.
DIAGNOSTIC_MESSAGE_PATH - Static variable in class org.ldaptive.extended.ExtendedResponse
DER path to diagnostic message.
DIAGNOSTIC_MESSAGE_PATH - Static variable in class org.ldaptive.ModifyDnResponse
DER path to diagnostic message.
DIAGNOSTIC_MESSAGE_PATH - Static variable in class org.ldaptive.ModifyResponse
DER path to diagnostic message.
DIAGNOSTIC_MESSAGE_PATH - Static variable in class org.ldaptive.SearchResponse
DER path to diagnostic message.
diagnosticMessage - Variable in class org.ldaptive.AbstractResult
Diagnostic message.
diagnosticMessage(String) - Method in class org.ldaptive.AbstractResult.AbstractBuilder
 
DiagnosticMessageHandler(AbstractResult) - Constructor for class org.ldaptive.AbstractResult.DiagnosticMessageHandler
Creates a new LDAP diagnostic message handler.
DIGEST_MD5 - org.ldaptive.sasl.Mechanism
Digest MD5 authentication type.
digestCredential(Credential, String) - Method in class org.ldaptive.auth.CompareAuthenticationHandler
Digests the supplied credential using the supplied algorithm.
DigestMD5BindRequest - Class in org.ldaptive.sasl
LDAP DIGEST-MD5 bind request.
DigestMD5BindRequest(String, String, String, String, Map<String, Object>) - Constructor for class org.ldaptive.sasl.DigestMD5BindRequest
Creates a new DIGEST-MD5 bind request.
DIRECTORY_NAME - org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
directory name (4).
DIRECTORY_OPERATION - org.ldaptive.schema.AttributeUsage
directory operation.
DirSyncClient - Class in org.ldaptive.ad.control.util
Client that simplifies using the active directory dir sync control.
DirSyncClient(ConnectionFactory) - Constructor for class org.ldaptive.ad.control.util.DirSyncClient
Creates a new dir sync client.
DirSyncClient(ConnectionFactory, DirSyncControl.Flag[]) - Constructor for class org.ldaptive.ad.control.util.DirSyncClient
Creates a new dir sync client.
DirSyncClient(ConnectionFactory, DirSyncControl.Flag[], int) - Constructor for class org.ldaptive.ad.control.util.DirSyncClient
Creates a new dir sync client.
DirSyncControl - Class in org.ldaptive.ad.control
Request/response control for active directory synchronization.
DirSyncControl() - Constructor for class org.ldaptive.ad.control.DirSyncControl
Default constructor.
DirSyncControl(boolean) - Constructor for class org.ldaptive.ad.control.DirSyncControl
Creates a new dir sync control.
DirSyncControl(DirSyncControl.Flag[]) - Constructor for class org.ldaptive.ad.control.DirSyncControl
Creates a new dir sync control.
DirSyncControl(DirSyncControl.Flag[], boolean) - Constructor for class org.ldaptive.ad.control.DirSyncControl
Creates a new dir sync control.
DirSyncControl(DirSyncControl.Flag[], byte[], boolean) - Constructor for class org.ldaptive.ad.control.DirSyncControl
Creates a new dir sync control.
DirSyncControl(DirSyncControl.Flag[], byte[], int, boolean) - Constructor for class org.ldaptive.ad.control.DirSyncControl
Creates a new dir sync control.
DirSyncControl(DirSyncControl.Flag[], int) - Constructor for class org.ldaptive.ad.control.DirSyncControl
Creates a new dir sync control.
DirSyncControl(DirSyncControl.Flag[], int, boolean) - Constructor for class org.ldaptive.ad.control.DirSyncControl
Creates a new dir sync control.
DirSyncControl.CookieHandler - Class in org.ldaptive.ad.control
Parse handler implementation for the cookie.
DirSyncControl.Flag - Enum in org.ldaptive.ad.control
Types of flags.
DirSyncControl.FlagHandler - Class in org.ldaptive.ad.control
Parse handler implementation for the flag.
DirSyncControl.MaxAttrCountHandler - Class in org.ldaptive.ad.control
Parse handler implementation for the maxAttributeCount.
dirSyncFlags - Variable in class org.ldaptive.ad.control.util.DirSyncClient
DirSync flags.
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class org.ldaptive.transport.netty.SaslHandler
 
dispose() - Method in class org.ldaptive.transport.DefaultSaslClient
Disposes the underlying SASL client.
dispose() - Method in class org.ldaptive.transport.netty.SaslHandler
Disposes the SASL client and releases all buffers from the queue.
DISTRIBUTED_OPERATION - org.ldaptive.schema.AttributeUsage
distributed operation.
DIT_CONTENT_RULE_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.DefaultSchemaFunction
Default DIT content rule function.
DIT_CONTENT_RULE_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.RegexSchemaFunction
Regex DIT content rule function.
DIT_CONTENT_RULES_ATTR_NAME - Static variable in class org.ldaptive.schema.SchemaFactory
DIT content rules attribute name on the subschema entry.
DIT_STRUCTURE_RULE_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.DefaultSchemaFunction
Default DIT structure rule function.
DIT_STRUCTURE_RULE_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.RegexSchemaFunction
Regex DIT structure rule function.
DIT_STRUCTURE_RULES_ATTR_NAME - Static variable in class org.ldaptive.schema.SchemaFactory
DIT structure rules attribute name on the subschema entry.
DITContentRule - Class in org.ldaptive.schema
Bean for a DIT content rule schema element.
DITContentRule(String) - Constructor for class org.ldaptive.schema.DITContentRule
Creates a new DIT content rule.
DITContentRule(String, String[], String, boolean, String[], String[], String[], String[], Extensions) - Constructor for class org.ldaptive.schema.DITContentRule
Creates a new DIT content rule.
DITContentRule.DefaultDefinitionFunction - Class in org.ldaptive.schema
Parses a DIT content rule definition using a char buffer.
DITContentRule.RegexDefinitionFunction - Class in org.ldaptive.schema
Parses a DIT content rule definition using a regular expression.
ditContentRules - Variable in class org.ldaptive.schema.Schema
DIT content rules.
DITContentRuleValueTranscoder - Class in org.ldaptive.schema.transcode
Decodes and encodes a DIT content rule for use in an ldap attribute value.
DITContentRuleValueTranscoder() - Constructor for class org.ldaptive.schema.transcode.DITContentRuleValueTranscoder
 
DITStructureRule - Class in org.ldaptive.schema
Bean for a DIT content rule schema element.
DITStructureRule(int) - Constructor for class org.ldaptive.schema.DITStructureRule
Creates a new DIT structure rule.
DITStructureRule(int, String[], String, boolean, String, int[], Extensions) - Constructor for class org.ldaptive.schema.DITStructureRule
Creates a new DIT structure rule.
DITStructureRule.DefaultDefinitionFunction - Class in org.ldaptive.schema
Parses a DIT structure rule definition using a char buffer.
DITStructureRule.RegexDefinitionFunction - Class in org.ldaptive.schema
Parses a DIT structure rule definition using a regular expression.
ditStructureRules - Variable in class org.ldaptive.schema.Schema
DIT structure rules.
DITStructureRuleValueTranscoder - Class in org.ldaptive.schema.transcode
Decodes and encodes a DIT structure rule for use in an ldap attribute value.
DITStructureRuleValueTranscoder() - Constructor for class org.ldaptive.schema.transcode.DITStructureRuleValueTranscoder
 
divideList(List<T>, int, Consumer<List<T>>) - Static method in class org.ldaptive.ext.MergeRequest
Divides the supplied list into sub lists by the supplied divisor and passes each sub list to the consumer.
dn - Variable in class org.ldaptive.beans.AbstractClassDescriptor.SimpleDnValueMutator
DN value to store.
dn() - Method in annotation type org.ldaptive.beans.Entry
Entry DN.
dn(String) - Method in class org.ldaptive.AddRequest.Builder
Sets the ldap DN.
dn(String) - Method in class org.ldaptive.auth.AuthenticationResponse.Builder
 
dn(String) - Method in class org.ldaptive.auth.SearchDnResolver.Builder
Sets the base DN.
dn(String) - Method in class org.ldaptive.BindConnectionInitializer.Builder
 
dn(String) - Method in class org.ldaptive.CompareRequest.Builder
Sets the ldap DN.
dn(String) - Method in class org.ldaptive.DeleteRequest.Builder
Sets the ldap DN.
dn(String) - Method in class org.ldaptive.LdapEntry.Builder
 
dn(String) - Method in class org.ldaptive.ModifyRequest.Builder
Sets the ldap DN.
dn(String) - Method in class org.ldaptive.SearchRequest.Builder
Sets the base DN.
dn(String) - Method in class org.ldaptive.SimpleBindRequest.Builder
Sets the bind DN.
Dn - Class in org.ldaptive.dn
Distinguished name containing zero or more relative distinguished names.
Dn() - Constructor for class org.ldaptive.dn.Dn
Default constructor.
Dn(String) - Constructor for class org.ldaptive.dn.Dn
Creates a new DN with the supplied string.
Dn(String, DnParser) - Constructor for class org.ldaptive.dn.Dn
Creates a new DN with the supplied string.
Dn(List<RDn>) - Constructor for class org.ldaptive.dn.Dn
Creates a new DN with the supplied RDNs.
Dn(RDn...) - Constructor for class org.ldaptive.dn.Dn
Creates a new DN with the supplied RDNs.
DN_RESOLUTION_FAILURE - org.ldaptive.auth.AuthenticationResultCode
The configured DN resolver produced an empty or null value.
Dn.Builder - Class in org.ldaptive.dn
 
DnAttributeEntryHandler - Class in org.ldaptive.handler
Adds the entry DN as an attribute to the result set.
DnAttributeEntryHandler() - Constructor for class org.ldaptive.handler.DnAttributeEntryHandler
 
dnAttributeName - Variable in class org.ldaptive.handler.DnAttributeEntryHandler
Attribute name for the entry dn.
dnAttributes - Variable in class org.ldaptive.filter.ExtensibleFilter
DN attributes.
dnCaseChange - Variable in class org.ldaptive.handler.CaseChangeEntryHandler
Type of case modification to make to the entry DN.
dnMutator - Variable in class org.ldaptive.beans.AbstractClassDescriptor
Dn value mutator for this class.
dnMutator - Variable in class org.ldaptive.beans.reflect.DefaultDnValueMutator
Mutator for the DN.
DnParser - Interface in org.ldaptive.dn
Interface for parsing DNs.
dnResolver - Variable in class org.ldaptive.auth.Authenticator
For finding user DNs.
dnResolver(DnResolver) - Method in class org.ldaptive.auth.Authenticator.Builder
Sets the DN resolver.
DnResolver - Interface in org.ldaptive.auth
Provides an interface for finding LDAP DNs with a user identifier.
dnResolvers - Variable in class org.ldaptive.auth.AggregateDnResolver
Labeled DN resolvers.
DNS_CONTEXT_FACTORY - Static variable in class org.ldaptive.dns.DefaultDNSContextFactory
JNDI context factory for DNS.
DNS_NAME - org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
dns name (2).
dnsContextFactory - Variable in class org.ldaptive.DnsSrvConnectionStrategy
DNS context factory to override initialization parameters.
DNSContextFactory - Interface in org.ldaptive.dns
Interface to provide DirContext implementations to be used for DNS queries.
DNSDomainFunction - Class in org.ldaptive.dns
Maps a DN to a domain name using the process described in draft-ietf-ldapext-locate
DNSDomainFunction() - Constructor for class org.ldaptive.dns.DNSDomainFunction
 
DNSResolver<T> - Interface in org.ldaptive.dns
Strategy pattern interface for resolving DNS records.
DnsResolverConnectionStrategy - Class in org.ldaptive
Connection strategy that tries all IP addresses resolved from DNS.
DnsResolverConnectionStrategy() - Constructor for class org.ldaptive.DnsResolverConnectionStrategy
Default constructor.
DnsResolverConnectionStrategy(Duration) - Constructor for class org.ldaptive.DnsResolverConnectionStrategy
Creates a new DNS resolver connection strategy.
DnsResolverConnectionStrategy(Function<List<LdapURL>, Iterator<LdapURL>>) - Constructor for class org.ldaptive.DnsResolverConnectionStrategy
Creates a new DNS connection strategy.
DnsResolverConnectionStrategy(Function<List<LdapURL>, Iterator<LdapURL>>, Duration) - Constructor for class org.ldaptive.DnsResolverConnectionStrategy
Creates a new DNS resolver connection strategy.
dnsResolvers - Variable in class org.ldaptive.DnsSrvConnectionStrategy
Resolver(s) for SRV DNS records.
DnsSrvConnectionStrategy - Class in org.ldaptive
DNS SRV connection strategy.
DnsSrvConnectionStrategy() - Constructor for class org.ldaptive.DnsSrvConnectionStrategy
Default constructor.
DnsSrvConnectionStrategy(Duration) - Constructor for class org.ldaptive.DnsSrvConnectionStrategy
Creates a new DNS SRV connection strategy.
DnsSrvConnectionStrategy(DNSContextFactory) - Constructor for class org.ldaptive.DnsSrvConnectionStrategy
Creates a new DNS SRV connection strategy.
DnsSrvConnectionStrategy(DNSContextFactory, Duration) - Constructor for class org.ldaptive.DnsSrvConnectionStrategy
Creates a new DNS SRV connection strategy.
DnsSrvConnectionStrategy(DNSContextFactory, Duration, boolean) - Constructor for class org.ldaptive.DnsSrvConnectionStrategy
Creates a new DNS SRV connection strategy.
dnsTtl - Variable in class org.ldaptive.DnsResolverConnectionStrategy
Time to live for DNS records.
DnValueMutator - Interface in org.ldaptive.beans
Interface for mutating the DN value on an arbitrary object.
domain - Variable in enum org.ldaptive.props.PropertySource.PropertyDomain
properties domain.
DOMAIN_SCOPE - org.ldaptive.ad.control.SearchOptionsControl.Flag
SERVER_SEARCH_FLAG_DOMAIN_SCOPE .
DoubleValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes a double for use in an ldap attribute value.
DoubleValueTranscoder() - Constructor for class org.ldaptive.transcode.DoubleValueTranscoder
Default constructor.
DoubleValueTranscoder(boolean) - Constructor for class org.ldaptive.transcode.DoubleValueTranscoder
Creates a new double value transcoder.
DSA_OPERATION - org.ldaptive.schema.AttributeUsage
dSA operation.
DualThread() - Constructor for class org.ldaptive.transport.netty.ConnectionFactoryTransport.DualThread
Default constructor.
DualThread() - Constructor for class org.ldaptive.transport.netty.ConnectionTransport.DualThread
Default constructor.
DurationToStringConverter - Class in org.ldaptive.beans.spring.convert
Convert a Duration to a String.
DurationToStringConverter() - Constructor for class org.ldaptive.beans.spring.convert.DurationToStringConverter
 

E

E_SYNC_REFRESH_REQUIRED - org.ldaptive.ResultCode
e-syncRefreshRequired, See RFC 4533.
edError - Variable in class org.ldaptive.auth.ext.EDirectoryAccountState
edirectory specific enum.
EDI_PARTY_NAME - org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
edi party name (5).
EDirectoryAccountState - Class in org.ldaptive.auth.ext
Represents the state of an eDirectory account.
EDirectoryAccountState(ZonedDateTime, int) - Constructor for class org.ldaptive.auth.ext.EDirectoryAccountState
Creates a new edirectory account state.
EDirectoryAccountState(EDirectoryAccountState.Error) - Constructor for class org.ldaptive.auth.ext.EDirectoryAccountState
Creates a new edirectory account state.
EDirectoryAccountState.Error - Enum in org.ldaptive.auth.ext
Enum to define edirectory errors.
EDirectoryAuthenticationResponseHandler - Class in org.ldaptive.auth.ext
Attempts to parse the authentication response and set the account state using data associated with eDirectory.
EDirectoryAuthenticationResponseHandler() - Constructor for class org.ldaptive.auth.ext.EDirectoryAuthenticationResponseHandler
Default constructor.
EDirectoryAuthenticationResponseHandler(Period) - Constructor for class org.ldaptive.auth.ext.EDirectoryAuthenticationResponseHandler
Creates a new edirectory authentication response handler.
element() - Method in class org.ldaptive.pool.Queue
Retrieves, but does not remove, the first element in the queue.
EMBPDV - org.ldaptive.asn1.UniversalDERTag
EMBEDDED PDV type.
EMPTY_AUTHZ - Static variable in class org.ldaptive.control.ProxyAuthorizationControl
empty byte array used for anonymous authz.
EMPTY_BYTE - Static variable in class org.ldaptive.ModifyRequest
Empty byte.
EMPTY_COOKIE - Static variable in class org.ldaptive.ad.control.DirSyncControl
Empty byte array used for null cookies.
EMPTY_COOKIE - Static variable in class org.ldaptive.control.PagedResultsControl
Empty byte array used for null cookies.
EMPTY_STRING_ARRAY - Static variable in class org.ldaptive.templates.Query
Used for setting empty terms.
enabledCipherSuites - Variable in class org.ldaptive.ssl.SslConfig
Enabled cipher suites.
enabledProtocols - Variable in class org.ldaptive.ssl.SslConfig
Enabled protocol versions.
encode() - Method in class org.ldaptive.ad.control.DirSyncControl
 
encode() - Method in class org.ldaptive.ad.control.ExtendedDnControl
 
encode() - Method in class org.ldaptive.ad.control.ForceUpdateControl
 
encode() - Method in class org.ldaptive.ad.control.GetStatsControl
 
encode() - Method in class org.ldaptive.ad.control.LazyCommitControl
 
encode() - Method in class org.ldaptive.ad.control.NotificationControl
 
encode() - Method in class org.ldaptive.ad.control.PermissiveModifyControl
 
encode() - Method in class org.ldaptive.ad.control.RangeRetrievalNoerrControl
 
encode() - Method in class org.ldaptive.ad.control.SearchOptionsControl
 
encode() - Method in class org.ldaptive.ad.control.ShowDeactivatedLinkControl
 
encode() - Method in class org.ldaptive.ad.control.ShowDeletedControl
 
encode() - Method in class org.ldaptive.ad.control.ShowRecycledControl
 
encode() - Method in class org.ldaptive.ad.control.VerifyNameControl
 
encode() - Method in class org.ldaptive.asn1.BooleanType
 
encode() - Method in class org.ldaptive.asn1.ConstructedDEREncoder
 
encode() - Method in class org.ldaptive.asn1.ContextType
 
encode() - Method in interface org.ldaptive.asn1.DEREncoder
Encode this object into its DER type.
encode() - Method in class org.ldaptive.asn1.IntegerType
 
encode() - Method in class org.ldaptive.asn1.NullType
 
encode() - Method in class org.ldaptive.asn1.OctetStringType
 
encode() - Method in class org.ldaptive.asn1.OidType
 
encode() - Method in class org.ldaptive.asn1.UuidType
 
encode() - Method in class org.ldaptive.control.AuthorizationIdentityRequestControl
 
encode() - Method in class org.ldaptive.control.GenericControl
 
encode() - Method in class org.ldaptive.control.ManageDsaITControl
 
encode() - Method in class org.ldaptive.control.MatchedValuesRequestControl
 
encode() - Method in class org.ldaptive.control.PagedResultsControl
 
encode() - Method in class org.ldaptive.control.PasswordPolicyControl
 
encode() - Method in class org.ldaptive.control.PersistentSearchRequestControl
 
encode() - Method in class org.ldaptive.control.ProxyAuthorizationControl
 
encode() - Method in class org.ldaptive.control.RelaxControl
 
encode() - Method in interface org.ldaptive.control.RequestControl
Provides the BER encoding of this control.
encode() - Method in class org.ldaptive.control.SessionTrackingControl
 
encode() - Method in class org.ldaptive.control.SortRequestControl
 
encode() - Method in class org.ldaptive.control.SyncRequestControl
 
encode() - Method in class org.ldaptive.control.TreeDeleteControl
 
encode() - Method in class org.ldaptive.control.VirtualListViewRequestControl
 
encode() - Method in class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
Encodes this message to send to the server.
encode() - Method in class org.ldaptive.transport.ScramSaslClient.ClientFirstMessage
Encodes this message to send to the server.
encode(byte...) - Static method in class org.ldaptive.io.Hex
This will convert the supplied value to a hex encoded string.
encode(byte[]...) - Method in class org.ldaptive.asn1.AbstractDERType
DER encodes the supplied items with the tag associated with this type.
encode(int) - Method in class org.ldaptive.AbstractRequestMessage
 
encode(int) - Method in interface org.ldaptive.Request
Encode this request as asn.1.
encode(ChannelHandlerContext, EncodedRequest, ByteBuf) - Method in class org.ldaptive.transport.netty.NettyConnection.RequestEncoder
 
encode(Object) - Static method in class org.ldaptive.FilterTemplate
Hex encodes the supplied object if it is of type byte[], otherwise the string format of the object is escaped.
ENCODE_CNTRL_CHARS - Static variable in interface org.ldaptive.Result
Whether to encode control characters.
encodeBinaryValue(byte[]) - Method in class org.ldaptive.transcode.ByteArrayValueTranscoder
 
encodeBinaryValue(Object) - Method in class org.ldaptive.transcode.ObjectValueTranscoder
 
encodeBinaryValue(String) - Method in class org.ldaptive.ad.transcode.UnicodePwdValueTranscoder
 
encodeBinaryValue(Certificate) - Method in class org.ldaptive.transcode.CertificateValueTranscoder
 
encodeBinaryValue(T) - Method in class org.ldaptive.transcode.AbstractStringValueTranscoder
 
encodeBinaryValue(T) - Method in interface org.ldaptive.transcode.ValueTranscoder
Encodes the supplied value into an ldap attribute value.
encodeBinaryValues(Object) - Method in class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
 
encodeBinaryValues(Object) - Method in class org.ldaptive.beans.reflect.ArrayReflectionTranscoder
 
encodeBinaryValues(Object) - Method in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
 
encodeBinaryValues(Object) - Method in interface org.ldaptive.beans.reflect.ReflectionTranscoder
Encodes the supplied value into one or more byte arrays for use in an attribute.
encodeBinaryValues(Object) - Method in class org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
 
encoded - Variable in class org.ldaptive.transport.netty.EncodedRequest
Encoded request.
EncodedRequest - Class in org.ldaptive.transport.netty
Wrapper object that stores an encoded request with its message ID.
EncodedRequest(int, Request) - Constructor for class org.ldaptive.transport.netty.EncodedRequest
Creates a new encoded request.
encoder() - Method in interface org.ldaptive.transcode.ValueTranscoder
Functional implementation.
encodeStringValue(char[]) - Method in class org.ldaptive.transcode.CharArrayValueTranscoder
 
encodeStringValue(Long) - Method in class org.ldaptive.ad.transcode.DeltaTimeValueTranscoder
 
encodeStringValue(Object) - Method in class org.ldaptive.transcode.ObjectValueTranscoder
 
encodeStringValue(String) - Method in class org.ldaptive.transcode.StringValueTranscoder
 
encodeStringValue(Certificate) - Method in class org.ldaptive.transcode.CertificateValueTranscoder
 
encodeStringValue(ZonedDateTime) - Method in class org.ldaptive.ad.transcode.FileTimeValueTranscoder
 
encodeStringValue(ZonedDateTime) - Method in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
 
encodeStringValue(UUID) - Method in class org.ldaptive.transcode.UUIDValueTranscoder
 
encodeStringValue(T) - Method in class org.ldaptive.schema.transcode.AbstractSchemaElementValueTranscoder
 
encodeStringValue(T) - Method in class org.ldaptive.transcode.AbstractBinaryValueTranscoder
 
encodeStringValue(T) - Method in class org.ldaptive.transcode.AbstractPrimitiveValueTranscoder
 
encodeStringValue(T) - Method in interface org.ldaptive.transcode.ValueTranscoder
Encodes the supplied value into an ldap attribute value.
encodeStringValues(Object) - Method in class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
 
encodeStringValues(Object) - Method in class org.ldaptive.beans.reflect.ArrayReflectionTranscoder
 
encodeStringValues(Object) - Method in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
 
encodeStringValues(Object) - Method in interface org.ldaptive.beans.reflect.ReflectionTranscoder
Encodes the supplied value into one or more strings for use in an attribute.
encodeStringValues(Object) - Method in class org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
 
encodeValue(byte[]) - Static method in class org.ldaptive.FilterTemplate
Hex encodes the supplied byte array for use in a search filter.
encodeValue(String) - Static method in class org.ldaptive.FilterTemplate
Encodes the supplied attribute value for use in a search filter.
ENCODING_ERROR - org.ldaptive.ResultCode
encoding error.
END_CERT - Static variable in class org.ldaptive.transcode.CertificateValueTranscoder
PEM cert footer.
END_OF_RANGE - Static variable in class org.ldaptive.ad.handler.RangeEntryHandler
The character indicating that the end of the range has been reached.
ENTRIES_RETURNED_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to entries returned.
ENTRIES_VISITED_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to entries visited.
entry(LdapEntry) - Method in class org.ldaptive.auth.AuthenticationResponse.Builder
 
entry(LdapEntry) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
entry(LdapEntry...) - Method in class org.ldaptive.SearchResponse.Builder
 
Entry - Annotation Type in org.ldaptive.beans
Annotation to describe an LDAP entry on a bean.
ENTRY_ALREADY_EXISTS - org.ldaptive.ResultCode
entry already exists.
ENTRY_PATH - Static variable in class org.ldaptive.transport.ResponseParser
Search entry DER path.
EntryChangeNotificationControl - Class in org.ldaptive.control
Response control for persistent search.
EntryChangeNotificationControl() - Constructor for class org.ldaptive.control.EntryChangeNotificationControl
Default constructor.
EntryChangeNotificationControl(boolean) - Constructor for class org.ldaptive.control.EntryChangeNotificationControl
Creates a new entry change notification control.
EntryChangeNotificationControl(PersistentSearchChangeType) - Constructor for class org.ldaptive.control.EntryChangeNotificationControl
Creates a new entry change notification control.
EntryChangeNotificationControl(PersistentSearchChangeType, boolean) - Constructor for class org.ldaptive.control.EntryChangeNotificationControl
Creates a new entry change notification control.
EntryChangeNotificationControl(PersistentSearchChangeType, String, long) - Constructor for class org.ldaptive.control.EntryChangeNotificationControl
Creates a new entry change notification control.
EntryChangeNotificationControl(PersistentSearchChangeType, String, long, boolean) - Constructor for class org.ldaptive.control.EntryChangeNotificationControl
Creates a new entry change notification control.
EntryChangeNotificationControl.ChangeNumberHandler - Class in org.ldaptive.control
Parse handler implementation for the change number.
EntryChangeNotificationControl.ChangeTypeHandler - Class in org.ldaptive.control
Parse handler implementation for the change type.
EntryChangeNotificationControl.PreviousDnHandler - Class in org.ldaptive.control
Parse handler implementation for the previous dn.
entryHandlers - Variable in class org.ldaptive.AbstractSearchOperationFactory
Functions to handle entries.
entryHandlers - Variable in class org.ldaptive.ad.control.util.DirSyncClient
Functions to handle response entries.
entryHandlers - Variable in class org.ldaptive.SearchOperation
Functions to handle response entries.
entryResolver - Variable in class org.ldaptive.auth.Authenticator
For finding user entries.
entryResolver(EntryResolver) - Method in class org.ldaptive.auth.Authenticator.Builder
Sets the entry resolver.
EntryResolver - Interface in org.ldaptive.auth
Provides an interface for finding a user's ldap entry after a successful authentication.
entryResolvers - Variable in class org.ldaptive.auth.AggregateEntryResolver
Labeled entry resolvers.
entrySize() - Method in class org.ldaptive.SearchResponse
Returns the number of entries in this search result.
entryUuid - Variable in class org.ldaptive.control.SyncStateControl
sync UUID.
EntryUuidHandler(SyncStateControl) - Constructor for class org.ldaptive.control.SyncStateControl.EntryUuidHandler
Creates a new entry uuid handler.
entryUuids - Variable in class org.ldaptive.extended.SyncInfoMessage
entry uuids.
ENUM - org.ldaptive.asn1.UniversalDERTag
ENUMERATED type.
EPOLL_AVAILABLE - Static variable in class org.ldaptive.transport.netty.NettyUtils
Whether Epoll is available.
EQUALITY - org.ldaptive.filter.Filter.Type
Equality filter
EQUALITY_FILTER_PATTERN - Static variable in class org.ldaptive.filter.RegexFilterFunction
Regex pattern to match an equality filter.
EqualityFilter - Class in org.ldaptive.filter
Equality search filter component.
EqualityFilter(String, byte[]) - Constructor for class org.ldaptive.filter.EqualityFilter
Creates a new equality filter.
EqualityFilter(String, String) - Constructor for class org.ldaptive.filter.EqualityFilter
Creates a new equality filter.
equalityMatchingRule - Variable in class org.ldaptive.schema.AttributeType
Equality matching rule.
equals(Object) - Method in class org.ldaptive.AbstractMessage
 
equals(Object) - Method in class org.ldaptive.AbstractResult
 
equals(Object) - Method in class org.ldaptive.ad.control.DirSyncControl
 
equals(Object) - Method in class org.ldaptive.ad.control.ExtendedDnControl
 
equals(Object) - Method in class org.ldaptive.ad.control.ForceUpdateControl
 
equals(Object) - Method in class org.ldaptive.ad.control.GetStatsControl
 
equals(Object) - Method in class org.ldaptive.ad.control.LazyCommitControl
 
equals(Object) - Method in class org.ldaptive.ad.control.NotificationControl
 
equals(Object) - Method in class org.ldaptive.ad.control.PermissiveModifyControl
 
equals(Object) - Method in class org.ldaptive.ad.control.RangeRetrievalNoerrControl
 
equals(Object) - Method in class org.ldaptive.ad.control.SearchOptionsControl
 
equals(Object) - Method in class org.ldaptive.ad.control.ShowDeactivatedLinkControl
 
equals(Object) - Method in class org.ldaptive.ad.control.ShowDeletedControl
 
equals(Object) - Method in class org.ldaptive.ad.control.ShowRecycledControl
 
equals(Object) - Method in class org.ldaptive.ad.control.VerifyNameControl
 
equals(Object) - Method in class org.ldaptive.ad.handler.AbstractBinaryAttributeHandler
 
equals(Object) - Method in class org.ldaptive.ad.handler.ObjectGuidHandler
 
equals(Object) - Method in class org.ldaptive.ad.handler.ObjectSidHandler
 
equals(Object) - Method in class org.ldaptive.ad.handler.PrimaryGroupIdHandler
 
equals(Object) - Method in class org.ldaptive.ad.handler.RangeEntryHandler
 
equals(Object) - Method in class org.ldaptive.AddResponse
 
equals(Object) - Method in class org.ldaptive.asn1.DERPath
 
equals(Object) - Method in class org.ldaptive.asn1.DERPath.Node
 
equals(Object) - Method in class org.ldaptive.auth.AuthenticationHandlerResponse
 
equals(Object) - Method in class org.ldaptive.auth.AuthenticationResponse
 
equals(Object) - Method in class org.ldaptive.BindResponse
 
equals(Object) - Method in class org.ldaptive.CompareResponse
 
equals(Object) - Method in class org.ldaptive.control.AbstractControl
 
equals(Object) - Method in class org.ldaptive.control.AuthorizationIdentityRequestControl
 
equals(Object) - Method in class org.ldaptive.control.AuthorizationIdentityResponseControl
 
equals(Object) - Method in class org.ldaptive.control.EntryChangeNotificationControl
 
equals(Object) - Method in class org.ldaptive.control.GenericControl
 
equals(Object) - Method in class org.ldaptive.control.ManageDsaITControl
 
equals(Object) - Method in class org.ldaptive.control.MatchedValuesRequestControl
 
equals(Object) - Method in class org.ldaptive.control.PagedResultsControl
 
equals(Object) - Method in class org.ldaptive.control.PasswordExpiredControl
 
equals(Object) - Method in class org.ldaptive.control.PasswordExpiringControl
 
equals(Object) - Method in class org.ldaptive.control.PasswordPolicyControl
 
equals(Object) - Method in class org.ldaptive.control.PersistentSearchRequestControl
 
equals(Object) - Method in class org.ldaptive.control.ProxyAuthorizationControl
 
equals(Object) - Method in class org.ldaptive.control.RelaxControl
 
equals(Object) - Method in class org.ldaptive.control.SessionTrackingControl
 
equals(Object) - Method in class org.ldaptive.control.SortKey
 
equals(Object) - Method in class org.ldaptive.control.SortRequestControl
 
equals(Object) - Method in class org.ldaptive.control.SortResponseControl
 
equals(Object) - Method in class org.ldaptive.control.SyncDoneControl
 
equals(Object) - Method in class org.ldaptive.control.SyncRequestControl
 
equals(Object) - Method in class org.ldaptive.control.SyncStateControl
 
equals(Object) - Method in class org.ldaptive.control.TreeDeleteControl
 
equals(Object) - Method in class org.ldaptive.control.VirtualListViewRequestControl
 
equals(Object) - Method in class org.ldaptive.control.VirtualListViewResponseControl
 
equals(Object) - Method in class org.ldaptive.DeleteResponse
 
equals(Object) - Method in class org.ldaptive.dn.Dn
 
equals(Object) - Method in class org.ldaptive.dn.NameValue
 
equals(Object) - Method in class org.ldaptive.dn.RDn
 
equals(Object) - Method in class org.ldaptive.dns.SRVRecord
 
equals(Object) - Method in class org.ldaptive.extended.ExtendedResponse
 
equals(Object) - Method in class org.ldaptive.extended.IntermediateResponse
 
equals(Object) - Method in class org.ldaptive.extended.NoticeOfDisconnection
 
equals(Object) - Method in class org.ldaptive.extended.SyncInfoMessage
 
equals(Object) - Method in class org.ldaptive.extended.UnsolicitedNotification
 
equals(Object) - Method in class org.ldaptive.filter.AbstractAttributeValueAssertionFilter
 
equals(Object) - Method in class org.ldaptive.filter.AndFilter
 
equals(Object) - Method in class org.ldaptive.filter.ApproximateFilter
 
equals(Object) - Method in class org.ldaptive.filter.EqualityFilter
 
equals(Object) - Method in class org.ldaptive.filter.ExtensibleFilter
 
equals(Object) - Method in class org.ldaptive.filter.GreaterOrEqualFilter
 
equals(Object) - Method in class org.ldaptive.filter.LessOrEqualFilter
 
equals(Object) - Method in class org.ldaptive.filter.NotFilter
 
equals(Object) - Method in class org.ldaptive.filter.OrFilter
 
equals(Object) - Method in class org.ldaptive.filter.PresenceFilter
 
equals(Object) - Method in class org.ldaptive.filter.SubstringFilter
 
equals(Object) - Method in class org.ldaptive.FilterTemplate
 
equals(Object) - Method in class org.ldaptive.handler.AbstractEntryHandler
 
equals(Object) - Method in class org.ldaptive.handler.CaseChangeEntryHandler
 
equals(Object) - Method in class org.ldaptive.handler.DnAttributeEntryHandler
 
equals(Object) - Method in class org.ldaptive.handler.MergeAttributeEntryHandler
 
equals(Object) - Method in class org.ldaptive.handler.MergeResultHandler
 
equals(Object) - Method in class org.ldaptive.handler.RecursiveResultHandler
 
equals(Object) - Method in class org.ldaptive.handler.SortResultHandler
 
equals(Object) - Method in class org.ldaptive.jaas.LdapCredential
 
equals(Object) - Method in class org.ldaptive.jaas.LdapDnPrincipal
 
equals(Object) - Method in class org.ldaptive.jaas.LdapGroup
 
equals(Object) - Method in class org.ldaptive.jaas.LdapPrincipal
 
equals(Object) - Method in class org.ldaptive.jaas.LdapRole
 
equals(Object) - Method in class org.ldaptive.LdapAttribute
 
equals(Object) - Method in class org.ldaptive.LdapEntry
 
equals(Object) - Method in class org.ldaptive.LdapURL
 
equals(Object) - Method in class org.ldaptive.ModifyDnResponse
 
equals(Object) - Method in class org.ldaptive.ModifyResponse
 
equals(Object) - Method in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
 
equals(Object) - Method in class org.ldaptive.schema.AbstractSchemaElement
 
equals(Object) - Method in class org.ldaptive.schema.AttributeType
 
equals(Object) - Method in class org.ldaptive.schema.DITContentRule
 
equals(Object) - Method in class org.ldaptive.schema.DITStructureRule
 
equals(Object) - Method in class org.ldaptive.schema.Extensions
 
equals(Object) - Method in class org.ldaptive.schema.MatchingRule
 
equals(Object) - Method in class org.ldaptive.schema.MatchingRuleUse
 
equals(Object) - Method in class org.ldaptive.schema.NameForm
 
equals(Object) - Method in class org.ldaptive.schema.ObjectClass
 
equals(Object) - Method in class org.ldaptive.schema.Schema
 
equals(Object) - Method in class org.ldaptive.schema.Syntax
 
equals(Object) - Method in class org.ldaptive.SearchRequest
 
equals(Object) - Method in class org.ldaptive.SearchResponse
 
equals(Object) - Method in class org.ldaptive.SearchResultReference
 
equals(Object) - Method in class org.ldaptive.SingleConnectionFactory.ConnectionProxy
 
equals(Object) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
 
equals(Object) - Method in class org.ldaptive.ssl.X509CredentialConfig
 
equalsAttributes(String...) - Method in enum org.ldaptive.ReturnAttributes
Returns whether the supplied attributes matches the value of this return attributes.
ERA_OFFSET - Static variable in class org.ldaptive.ad.transcode.FileTimeValueTranscoder
Number of milliseconds between standard Unix era (1/1/1970) and filetime start (1/1/1601).
error - Variable in class org.ldaptive.control.PasswordPolicyControl
Ppolicy error.
Error() - Constructor for enum org.ldaptive.auth.ext.PasswordExpirationAccountState.Error
 
Error(int) - Constructor for enum org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
Creates a new active directory error.
Error(int) - Constructor for enum org.ldaptive.auth.ext.EDirectoryAccountState.Error
Creates a new edirectory error.
Error(int) - Constructor for enum org.ldaptive.auth.ext.FreeIPAAccountState.Error
Creates a new freeipa error.
Error(int) - Constructor for enum org.ldaptive.control.PasswordPolicyControl.Error
Creates a new error.
ErrorHandler(PasswordPolicyControl) - Constructor for class org.ldaptive.control.PasswordPolicyControl.ErrorHandler
Creates a new error handler.
escape(String) - Method in class org.ldaptive.dn.AbstractAttributeValueEscaper
 
escape(String) - Method in interface org.ldaptive.dn.AttributeValueEscaper
Escapes the supplied attribute value.
escape(String) - Static method in class org.ldaptive.filter.FilterUtils
Escapes the supplied string per RFC 4515.
ESCAPE_CHARS_PATTERN - Static variable in class org.ldaptive.filter.RegexFilterFunction
Regular expression that matches characters that should have been escaped.
escapeHex(StringBuilder, char...) - Method in class org.ldaptive.dn.AbstractAttributeValueEscaper
Appends a backslash for every two hex characters.
escapeUser - Variable in class org.ldaptive.auth.FormatDnResolver
whether to escape the user input.
evaluationContext - Variable in class org.ldaptive.beans.spring.SpelAttributeValueMutator
Evaluation context.
evaluationContext - Variable in class org.ldaptive.beans.spring.SpelDnValueMutator
Evaluation context.
evaluationContext - Variable in class org.ldaptive.beans.spring.SpringClassDescriptor
Context for evaluating spring expressions.
eventReceived(ChannelHandlerContext, NettyConnection.MessageStatus) - Method in class org.ldaptive.transport.netty.NettyConnection.AutoReadEventHandler
 
exception - Variable in class org.ldaptive.transport.DefaultOperationHandle
Exception encountered attempting to process the request.
exception(LdapException) - Method in class org.ldaptive.transport.DefaultOperationHandle
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.ldaptive.transport.netty.NettyConnection.InboundExceptionHandler
 
exceptionHandler - Variable in class org.ldaptive.AbstractOperation
Function to handle exceptions.
exceptionHandler - Variable in class org.ldaptive.AbstractSearchOperationFactory
Function to handle exceptions.
exceptionHandler - Variable in class org.ldaptive.ad.control.util.DirSyncClient
Function to handle exceptions.
ExceptionHandler - Interface in org.ldaptive.handler
Marker interface for an LDAP exception handler.
excludeAttrs - Variable in class org.ldaptive.ext.MergeRequest
Attribute names to exclude when performing a merge.
excludedNames - Variable in class org.ldaptive.beans.generate.BeanGenerator
Excluded names.
excludedNames(String...) - Method in class org.ldaptive.beans.generate.BeanGenerator.Builder
 
execute() - Method in interface org.ldaptive.CompareOperationHandle
 
execute() - Method in interface org.ldaptive.extended.ExtendedOperationHandle
 
execute() - Method in interface org.ldaptive.handler.CompleteHandler
Method to execute on completion.
execute() - Method in interface org.ldaptive.OperationHandle
Convenience method that invokes OperationHandle.send() followed by OperationHandle.await().
execute() - Method in class org.ldaptive.SearchOperation
Executes a search request using SearchOperation.getRequest().
execute() - Method in interface org.ldaptive.SearchOperationHandle
 
execute() - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
execute() - Method in class org.ldaptive.transport.netty.NettyConnection.BindOperationHandle
 
execute(String) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(String...) - Method in class org.ldaptive.concurrent.SearchOperationWorker
Performs search operations for the supplied filters.
execute(String[], String...) - Method in class org.ldaptive.concurrent.SearchOperationWorker
Performs search operations for the supplied filters with the supplied return attributes
execute(String, String...) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(String, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(String, String, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(String, Filter, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(String, FilterTemplate, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(Callable<T>, int, Consumer<T>) - Method in class org.ldaptive.concurrent.CallableWorker
Executes all callables and provides each result to the supplied consumer.
execute(List<Callable<T>>, Consumer<T>) - Method in class org.ldaptive.concurrent.CallableWorker
Executes all callables and provides each result to the supplied consumer.
execute(AddRequest) - Method in class org.ldaptive.AddOperation
Executes an add request.
execute(BindRequest) - Method in class org.ldaptive.BindOperation
Executes a bind request.
execute(CompareRequest) - Method in class org.ldaptive.CompareOperation
Executes a compare request.
execute(ConnectionFactory, AddRequest) - Static method in class org.ldaptive.AddOperation
Executes an add request.
execute(ConnectionFactory, BindRequest) - Static method in class org.ldaptive.BindOperation
Executes a bind request.
execute(ConnectionFactory, CompareRequest) - Static method in class org.ldaptive.CompareOperation
Executes a compare request.
execute(ConnectionFactory, DeleteRequest) - Static method in class org.ldaptive.DeleteOperation
Executes a delete request.
execute(ConnectionFactory, ExtendedRequest) - Static method in class org.ldaptive.extended.ExtendedOperation
Executes an extended request.
execute(ConnectionFactory, ModifyDnRequest) - Static method in class org.ldaptive.ModifyDnOperation
Executes a modify DN request.
execute(ConnectionFactory, ModifyRequest) - Static method in class org.ldaptive.ModifyOperation
Executes a modify request.
execute(ConnectionFactory, SearchRequest) - Static method in class org.ldaptive.SearchOperation
Executes a search request.
execute(DeleteRequest) - Method in class org.ldaptive.DeleteOperation
Executes a delete request.
execute(MergeRequest) - Method in class org.ldaptive.ext.MergeOperation
Executes a merge request.
execute(ExtendedRequest) - Method in class org.ldaptive.extended.ExtendedOperation
Executes an extended request.
execute(Filter) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(Filter, String...) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(Filter, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(FilterTemplate) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(FilterTemplate...) - Method in class org.ldaptive.concurrent.SearchOperationWorker
Performs search operations for the supplied filters.
execute(FilterTemplate[], String...) - Method in class org.ldaptive.concurrent.SearchOperationWorker
Performs search operations for the supplied filters with the supplied return attributes
execute(FilterTemplate[], String[], Integer, Integer) - Method in class org.ldaptive.templates.SearchTemplatesOperation
Performs an LDAP search with the supplied templates and aggregates all the search results together.
execute(FilterTemplate, String...) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(FilterTemplate, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Executes a search request.
execute(ModifyDnRequest) - Method in class org.ldaptive.ModifyDnOperation
Executes a modify DN request.
execute(ModifyRequest) - Method in class org.ldaptive.ModifyOperation
Executes a modify request.
execute(SearchRequest) - Method in class org.ldaptive.ad.control.util.DirSyncClient
Performs a search operation with the DirSyncControl.
execute(SearchRequest) - Method in class org.ldaptive.ad.control.util.NotificationClient
execute(SearchRequest) - Method in class org.ldaptive.control.util.PagedResultsClient
Performs a search operation with the PagedResultsControl.
execute(SearchRequest) - Method in class org.ldaptive.SearchOperation
 
execute(SearchRequest, int) - Method in class org.ldaptive.ad.control.util.NotificationClient
Performs a search operation with the NotificationControl.
execute(SearchRequest, CookieManager) - Method in class org.ldaptive.ad.control.util.DirSyncClient
Performs a search operation with the DirSyncControl.
execute(SearchRequest, CookieManager) - Method in class org.ldaptive.control.util.PagedResultsClient
Performs a search operation with the PagedResultsControl.
execute(SearchRequest, VirtualListViewParams) - Method in class org.ldaptive.control.util.VirtualListViewClient
Performs a search operation with the VirtualListViewRequestControl.
execute(SearchRequest, VirtualListViewParams, SearchResponse) - Method in class org.ldaptive.control.util.VirtualListViewClient
Performs a search operation with the VirtualListViewRequestControl.
execute(SearchRequest, SearchResponse) - Method in class org.ldaptive.ad.control.util.DirSyncClient
Performs a search operation with the DirSyncControl.
execute(SearchRequest, SearchResponse) - Method in class org.ldaptive.control.util.PagedResultsClient
Performs a search operation with the PagedResultsControl.
execute(Query) - Method in class org.ldaptive.templates.SearchTemplatesOperation
Applies the supplied query to a search templates and aggregates all results into a single search result.
execute(Q) - Method in interface org.ldaptive.Operation
Sends an asynchronous request and waits for the response.
execute(Q[]) - Method in class org.ldaptive.concurrent.AbstractOperationWorker
Execute an ldap operation for each request on a separate thread and waits for all operations to complete.
execute(Q[]) - Method in interface org.ldaptive.concurrent.OperationWorker
Execute an ldap operation for each request and waits for each operation to complete.
executeToCompletion(SearchRequest) - Method in class org.ldaptive.ad.control.util.DirSyncClient
executeToCompletion(SearchRequest) - Method in class org.ldaptive.control.util.PagedResultsClient
Performs a search operation with the PagedResultsControl.
executeToCompletion(SearchRequest, CookieManager) - Method in class org.ldaptive.ad.control.util.DirSyncClient
Performs a search operation with the DirSyncControl.
executeToCompletion(SearchRequest, CookieManager) - Method in class org.ldaptive.control.util.PagedResultsClient
Performs a search operation with the PagedResultsControl.
executeToCompletion(SearchRequest, VirtualListViewParams) - Method in class org.ldaptive.control.util.VirtualListViewClient
Performs a search operation with the VirtualListViewRequestControl.
executor - Variable in class org.ldaptive.LdapURLActivatorService
Executor for testing inactive URLs.
executorService - Variable in class org.ldaptive.concurrent.CallableWorker
Executor service.
expiration - Variable in class org.ldaptive.auth.AccountState.DefaultWarning
expiration.
expirationPeriod - Variable in class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
Amount of time since a password was set until it will expire.
expirationPeriod - Variable in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Amount of time since a password was set until it will expire.
expirationTime - Variable in class org.ldaptive.DnsResolverConnectionStrategy
DNS expiration time.
expirationTime - Variable in class org.ldaptive.DnsSrvConnectionStrategy
SRV records expiration time.
expression - Variable in class org.ldaptive.beans.spring.SpelAttributeValueMutator
SPEL expression to access values.
expression - Variable in class org.ldaptive.beans.spring.SpelDnValueMutator
SPEL expression to access the DN.
EXT - org.ldaptive.asn1.UniversalDERTag
EXTERNAL type.
extended(ExtendedResponse) - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
EXTENDED_PATH - Static variable in class org.ldaptive.transport.ResponseParser
Extended response DER path.
ExtendedDnControl - Class in org.ldaptive.ad.control
Request control for active directory servers to use an extended form of an object distinguished name.
ExtendedDnControl() - Constructor for class org.ldaptive.ad.control.ExtendedDnControl
Default constructor.
ExtendedDnControl(ExtendedDnControl.Flag) - Constructor for class org.ldaptive.ad.control.ExtendedDnControl
Creates a new extended dn control.
ExtendedDnControl(ExtendedDnControl.Flag, boolean) - Constructor for class org.ldaptive.ad.control.ExtendedDnControl
Creates a new extended dn control.
ExtendedDnControl.Flag - Enum in org.ldaptive.ad.control
Types of flags.
extendedDnFlag - Variable in class org.ldaptive.ad.control.util.DirSyncClient
ExtendedDn flags.
ExtendedOperation - Class in org.ldaptive.extended
Executes an ldap extended operation.
ExtendedOperation() - Constructor for class org.ldaptive.extended.ExtendedOperation
Default constructor.
ExtendedOperation(ConnectionFactory) - Constructor for class org.ldaptive.extended.ExtendedOperation
Creates a new extended operation.
ExtendedOperation.Builder - Class in org.ldaptive.extended
Extended operation builder.
ExtendedOperationHandle - Interface in org.ldaptive.extended
Handle that notifies on the components of an extended request.
ExtendedRequest - Class in org.ldaptive.extended
LDAP extended request defined as:
ExtendedRequest() - Constructor for class org.ldaptive.extended.ExtendedRequest
Default constructor.
ExtendedRequest(String) - Constructor for class org.ldaptive.extended.ExtendedRequest
Creates a new extended request.
ExtendedRequest(String, byte[]) - Constructor for class org.ldaptive.extended.ExtendedRequest
Creates a new extended request.
ExtendedRequest.Builder - Class in org.ldaptive.extended
Extended request builder.
ExtendedResponse - Class in org.ldaptive.extended
LDAP extended response defined as:
ExtendedResponse() - Constructor for class org.ldaptive.extended.ExtendedResponse
Default constructor.
ExtendedResponse(DERBuffer) - Constructor for class org.ldaptive.extended.ExtendedResponse
Creates a new extended response.
ExtendedResponse.Builder - Class in org.ldaptive.extended
 
ExtendedResponse.ResponseNameHandler - Class in org.ldaptive.extended
Parse handler implementation for the response name.
ExtendedResponse.ResponseValueHandler - Class in org.ldaptive.extended
Parse handler implementation for the response value.
ExtendedValueHandler - Interface in org.ldaptive.handler
Marker interface for an extended result handler.
extendedValueHandlers - Variable in class org.ldaptive.extended.ExtendedOperation
Function to handle extended response data.
EXTENSIBLE_FILTER_PATTERN - Static variable in class org.ldaptive.filter.RegexFilterFunction
Regex pattern to match an extensible filter.
EXTENSIBLE_MATCH - org.ldaptive.filter.Filter.Type
Extensible match filter.
ExtensibleFilter - Class in org.ldaptive.filter
Extensible search filter component.
ExtensibleFilter(String, String, byte[]) - Constructor for class org.ldaptive.filter.ExtensibleFilter
Creates a new extensible filter.
ExtensibleFilter(String, String, byte[], boolean) - Constructor for class org.ldaptive.filter.ExtensibleFilter
Creates a new extensible filter.
ExtensibleFilter(String, String, String) - Constructor for class org.ldaptive.filter.ExtensibleFilter
Creates a new extensible filter.
ExtensibleFilter(String, String, String, boolean) - Constructor for class org.ldaptive.filter.ExtensibleFilter
Creates a new extensible filter.
extensions - Variable in class org.ldaptive.schema.AbstractSchemaElement
Extensions.
extensions - Variable in class org.ldaptive.schema.Extensions
Extensions.
Extensions - Class in org.ldaptive.schema
Bean for an extension found in a schema element.
Extensions() - Constructor for class org.ldaptive.schema.Extensions
Creates a new extensions.
Extensions(String, List<String>) - Constructor for class org.ldaptive.schema.Extensions
Creates a new extensions.
EXTENSIONS_PATTERN - Static variable in class org.ldaptive.schema.AbstractRegexDefinitionFunction
Pattern to match extensions.
EXTERNAL - org.ldaptive.sasl.Mechanism
External authentication type.
ExternalBindRequest - Class in org.ldaptive.sasl
LDAP external bind request.
ExternalBindRequest() - Constructor for class org.ldaptive.sasl.ExternalBindRequest
Creates a new external bind request.
ExternalBindRequest(String) - Constructor for class org.ldaptive.sasl.ExternalBindRequest
Creates a new external bind request.
extraProps - Variable in class org.ldaptive.props.AbstractPropertySource
Properties that are not in the ldaptive domain.

F

f - Variable in class org.ldaptive.beans.reflect.FieldAttributeValueMutator
Field to operate on.
factory - Variable in class org.ldaptive.AbstractSearchOperationFactory
Connection factory.
factory - Variable in class org.ldaptive.ad.control.util.DirSyncClient
Connection factory to get a connection from.
factory - Variable in class org.ldaptive.ad.control.util.NotificationClient
Connection factory to get a connection from.
factory - Variable in class org.ldaptive.auth.AbstractAuthenticationHandler
Connection factory.
factory - Variable in class org.ldaptive.control.util.PersistentSearchClient
Connection factory to get a connection from.
factory - Variable in class org.ldaptive.control.util.SyncReplClient
Connection factory to get a connection from.
factory(ConnectionFactory) - Method in class org.ldaptive.AbstractOperation.AbstractBuilder
Sets the connection factory.
factory(ConnectionFactory) - Method in class org.ldaptive.auth.SearchDnResolver.Builder
Sets the connection factory.
factoryExecutor - Variable in class org.ldaptive.SingleConnectionFactory
Executor for scheduling factory tasks.
FAILED_AUTHENTICATION - org.ldaptive.auth.ext.EDirectoryAccountState.Error
failed authentication.
FAILED_AUTHENTICATION - org.ldaptive.auth.ext.FreeIPAAccountState.Error
failed authentication.
failFastInitialize - Variable in class org.ldaptive.pool.AbstractConnectionPool
Whether AbstractConnectionPool.initialize() should throw if pooling configuration requirements are not met.
failFastInitialize - Variable in class org.ldaptive.SingleConnectionFactory
Whether SingleConnectionFactory.initialize() should throw if the connection cannot be opened.
failFastInitialize(boolean) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
failFastInitialize(boolean) - Method in class org.ldaptive.SingleConnectionFactory.Builder
 
failure(LdapURL) - Method in class org.ldaptive.AbstractConnectionStrategy
 
failure(LdapURL) - Method in interface org.ldaptive.ConnectionStrategy
Indicates the supplied URL could not be connected to.
failureException - Variable in class org.ldaptive.ClosedRetryMetadata
Last thrown exception.
failureTime - Variable in class org.ldaptive.AbstractRetryMetadata
Time at which the failure occurred.
FALSE_BYTE - Static variable in class org.ldaptive.asn1.BooleanType
Boolean false byte representation.
FastBindConnectionInitializer - Class in org.ldaptive.ad.extended
Initializes a connection by performing a fast bind operation.
FastBindConnectionInitializer() - Constructor for class org.ldaptive.ad.extended.FastBindConnectionInitializer
 
FastBindRequest - Class in org.ldaptive.ad.extended
LDAP fast bind request defined as:
FastBindRequest() - Constructor for class org.ldaptive.ad.extended.FastBindRequest
Default constructor.
fError - Variable in class org.ldaptive.auth.ext.FreeIPAAccountState
freeipa specific enum.
FieldAttributeValueMutator - Class in org.ldaptive.beans.reflect
Attribute mutator associated with the Field of an object.
FieldAttributeValueMutator(String, boolean, ReflectionTranscoder, Field) - Constructor for class org.ldaptive.beans.reflect.FieldAttributeValueMutator
Creates a new field attribute value mutator.
FieldAttributeValueMutator(ReflectionTranscoder, Field) - Constructor for class org.ldaptive.beans.reflect.FieldAttributeValueMutator
Creates a new field attribute value mutator.
FieldClassDescriptor - Class in org.ldaptive.beans.reflect
Creates DN and attribute mutators for the Fields on a type.
FieldClassDescriptor() - Constructor for class org.ldaptive.beans.reflect.FieldClassDescriptor
 
FIFO - org.ldaptive.pool.QueueType
first in, first out ordering.
FileResourceLoader - Class in org.ldaptive.io
Creates an InputStream from a string that is prefixed with 'file:'.
FileResourceLoader() - Constructor for class org.ldaptive.io.FileResourceLoader
 
FileTimeValueTranscoder - Class in org.ldaptive.ad.transcode
Decodes and encodes an active directory file time value for use in an ldap attribute value.
FileTimeValueTranscoder() - Constructor for class org.ldaptive.ad.transcode.FileTimeValueTranscoder
 
filter - Variable in class org.ldaptive.LdapURL
Search filter of the ldap url.
filter(String) - Method in class org.ldaptive.auth.SearchDnResolver.Builder
Sets the user filter.
filter(String) - Method in class org.ldaptive.FilterTemplate.Builder
 
filter(String) - Method in class org.ldaptive.SearchRequest.Builder
Sets the search filter.
filter(Filter) - Method in class org.ldaptive.SearchRequest.Builder
Sets the search filter.
filter(FilterTemplate) - Method in class org.ldaptive.SearchRequest.Builder
Sets the search filter.
Filter - Interface in org.ldaptive.filter
LDAP search filter defined as:
FILTER_ERROR - org.ldaptive.ResultCode
filter error.
FILTER_FUNCTION - Static variable in class org.ldaptive.filter.FilterParser
Default filter function.
FILTER_FUNCTION_CONSTRUCTOR - Static variable in class org.ldaptive.filter.FilterParser
Custom filter parser constructor.
FILTER_FUNCTION_PROPERTY - Static variable in class org.ldaptive.filter.FilterParser
Ldap filter function system property.
FILTER_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to filter.
Filter.Type - Enum in org.ldaptive.filter
Filter type.
filterComponent - Variable in class org.ldaptive.filter.NotFilter
Component of this filter.
filterComponents - Variable in class org.ldaptive.filter.AndFilter
Components of this filter.
filterComponents - Variable in class org.ldaptive.filter.OrFilter
Components of this filter.
FilterFunction - Interface in org.ldaptive.filter
Marker interface for a filter function.
filterParameters(Object...) - Method in class org.ldaptive.auth.SearchDnResolver.Builder
Sets the user filter parameters.
FilterParseException - Exception in org.ldaptive.filter
Exception that indicates an invalid filter string.
FilterParseException(ResultCode, String) - Constructor for exception org.ldaptive.filter.FilterParseException
Creates a new filter parse exception.
FilterParseException(ResultCode, String, Throwable) - Constructor for exception org.ldaptive.filter.FilterParseException
Creates a new filter parse exception.
FilterParseException(ResultCode, Throwable) - Constructor for exception org.ldaptive.filter.FilterParseException
Creates a new filter parse exception.
FilterParser - Class in org.ldaptive.filter
Encapsulates a FilterFunction and exposes a convenience static method for parsing filters.
FilterParser() - Constructor for class org.ldaptive.filter.FilterParser
Default constructor.
FilterSet - Interface in org.ldaptive.filter
Container of search filters.
filterTemplate - Variable in class org.ldaptive.SearchOperation
Filter template.
FilterTemplate - Class in org.ldaptive
Class for producing an LDAP search filter from a filter template.
FilterTemplate() - Constructor for class org.ldaptive.FilterTemplate
Default constructor.
FilterTemplate(String) - Constructor for class org.ldaptive.FilterTemplate
Creates a new search filter with the supplied filter.
FilterTemplate(String, Object[]) - Constructor for class org.ldaptive.FilterTemplate
Creates a new search filter with the supplied filter and parameters.
FilterTemplate.Builder - Class in org.ldaptive
 
filterTemplates - Variable in class org.ldaptive.templates.SearchTemplates
Search filter templates.
filterType - Variable in class org.ldaptive.filter.AbstractAttributeValueAssertionFilter
Type of filter.
FilterUtils - Class in org.ldaptive.filter
Provides utility methods for this package.
FilterUtils() - Constructor for class org.ldaptive.filter.FilterUtils
Default constructor.
FINAL - org.ldaptive.filter.SubstringFilter.Substrings
Final substring.
find(T) - Method in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
 
find(T) - Method in interface org.ldaptive.beans.persistence.LdapEntryManager
Searches for the supplied annotated object in an LDAP and returns the object mapped with its ldap attribute properties set.
FINDING - org.ldaptive.DerefAliases
dereference when searching for the starting entry but not when searching the entries beneath the starting point.
findMatchingParenPosition(String, int) - Method in class org.ldaptive.filter.AbstractFilterFunction
Returns the index in the supplied filter of the closing paren that matches the opening paren at the start of the filter.
flag - Variable in class org.ldaptive.ad.control.ExtendedDnControl
flag.
flag - Variable in class org.ldaptive.ad.control.SearchOptionsControl
flag.
Flag() - Constructor for enum org.ldaptive.ad.control.ExtendedDnControl.Flag
 
Flag() - Constructor for enum org.ldaptive.ad.control.SearchOptionsControl.Flag
 
Flag(long) - Constructor for enum org.ldaptive.ad.control.DirSyncControl.Flag
Creates a new flag.
FlagHandler(DirSyncControl) - Constructor for class org.ldaptive.ad.control.DirSyncControl.FlagHandler
Creates a new flag handler.
flags - Variable in class org.ldaptive.ad.control.DirSyncControl
flags.
FloatValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes a float for use in an ldap attribute value.
FloatValueTranscoder() - Constructor for class org.ldaptive.transcode.FloatValueTranscoder
Default constructor.
FloatValueTranscoder(boolean) - Constructor for class org.ldaptive.transcode.FloatValueTranscoder
Creates a new float value transcoder.
flush(ChannelHandlerContext) - Method in class org.ldaptive.transport.netty.SaslHandler
 
followReferral(String[]) - Method in class org.ldaptive.referral.AbstractFollowReferralHandler
Follows the supplied referral URLs in order until a SUCCESS or REFERRAL_LIMIT_EXCEEDED occurs.
FollowSearchReferralHandler - Class in org.ldaptive.referral
Provides handling of an ldap referral for search operations.
FollowSearchReferralHandler() - Constructor for class org.ldaptive.referral.FollowSearchReferralHandler
Creates a new search referral handler.
FollowSearchReferralHandler(int) - Constructor for class org.ldaptive.referral.FollowSearchReferralHandler
Creates a new search referral handler.
FollowSearchReferralHandler(int, int, ReferralConnectionFactory) - Constructor for class org.ldaptive.referral.FollowSearchReferralHandler
Creates a new search referral handler.
FollowSearchReferralHandler(int, ReferralConnectionFactory) - Constructor for class org.ldaptive.referral.FollowSearchReferralHandler
Creates a new search referral handler.
FollowSearchReferralHandler(ReferralConnectionFactory) - Constructor for class org.ldaptive.referral.FollowSearchReferralHandler
Creates a new search referral handler.
FollowSearchResultReferenceHandler - Class in org.ldaptive.referral
Provides handling of an ldap continuation reference for search operations.
FollowSearchResultReferenceHandler() - Constructor for class org.ldaptive.referral.FollowSearchResultReferenceHandler
Creates a new search result reference handler.
FollowSearchResultReferenceHandler(int) - Constructor for class org.ldaptive.referral.FollowSearchResultReferenceHandler
Creates a new search result reference handler.
FollowSearchResultReferenceHandler(int, int, ReferralConnectionFactory) - Constructor for class org.ldaptive.referral.FollowSearchResultReferenceHandler
Creates a new search result reference handler.
FollowSearchResultReferenceHandler(int, ReferralConnectionFactory) - Constructor for class org.ldaptive.referral.FollowSearchResultReferenceHandler
Creates a new search result reference handler.
FollowSearchResultReferenceHandler(ReferralConnectionFactory) - Constructor for class org.ldaptive.referral.FollowSearchResultReferenceHandler
Creates a new search result reference handler.
ForceUpdateControl - Class in org.ldaptive.ad.control
Request control for active directory servers to perform an update even if the data is already the same.
ForceUpdateControl() - Constructor for class org.ldaptive.ad.control.ForceUpdateControl
Default constructor.
ForceUpdateControl(boolean) - Constructor for class org.ldaptive.ad.control.ForceUpdateControl
Creates a new force update control.
format() - Method in class org.ldaptive.dn.Dn
Produces a string representation of this DN.
format() - Method in class org.ldaptive.dn.NameValue
Returns a string representation of this name value, of the form 'name=value'.
format() - Method in class org.ldaptive.dn.RDn
Returns a string representation of this RDN.
format() - Method in class org.ldaptive.FilterTemplate
Returns this filter with its parameters encoded and replaced.
format() - Method in class org.ldaptive.schema.AttributeType
 
format() - Method in class org.ldaptive.schema.DITContentRule
 
format() - Method in class org.ldaptive.schema.DITStructureRule
 
format() - Method in class org.ldaptive.schema.Extensions
Returns this extension as formatted string per RFC 4512.
format() - Method in class org.ldaptive.schema.MatchingRule
 
format() - Method in class org.ldaptive.schema.MatchingRuleUse
 
format() - Method in class org.ldaptive.schema.NameForm
 
format() - Method in class org.ldaptive.schema.ObjectClass
 
format() - Method in interface org.ldaptive.schema.SchemaElement
Returns this schema element as formatted string per RFC 4512.
format() - Method in class org.ldaptive.schema.Syntax
 
format(RDnNormalizer) - Method in class org.ldaptive.dn.Dn
Produces a string representation of this DN.
format(RDnNormalizer) - Method in class org.ldaptive.dn.RDn
Returns a string representation of this RDN, joining each name value pair with '+'.
format(RDnNormalizer, char, boolean) - Method in class org.ldaptive.dn.Dn
Produces a string representation of this DN.
format(Query) - Method in class org.ldaptive.templates.SearchTemplates
Creates the filter templates using configured templates and the supplied query.
formatArgs - Variable in class org.ldaptive.auth.FormatDnResolver
format arguments.
formatAttributeName(String) - Method in class org.ldaptive.beans.generate.BeanGenerator
Formats the supplied name for use as a Java property.
formatDescriptors(String...) - Static method in class org.ldaptive.schema.SchemaUtils
Returns a formatted string to describe the supplied descriptors.
FormatDnResolver - Class in org.ldaptive.auth
Returns a DN by applying a formatter.
FormatDnResolver() - Constructor for class org.ldaptive.auth.FormatDnResolver
Default constructor.
FormatDnResolver(String) - Constructor for class org.ldaptive.auth.FormatDnResolver
Creates a new format DN resolver.
FormatDnResolver(String, Object[]) - Constructor for class org.ldaptive.auth.FormatDnResolver
Creates a new format DN resolver with the supplied format and arguments.
formatNumbers(int...) - Static method in class org.ldaptive.schema.SchemaUtils
Returns a formatted string to describe the supplied numbers.
formatOID - Variable in class org.ldaptive.control.SessionTrackingControl
Format OID.
FormatOIDHandler(SessionTrackingControl) - Constructor for class org.ldaptive.control.SessionTrackingControl.FormatOIDHandler
Creates a new format oid handler.
formatOids(String...) - Static method in class org.ldaptive.schema.SchemaUtils
Returns a formatted string to describe the supplied OIDs.
formatResult(Result) - Static method in exception org.ldaptive.LdapException
Formats the supplied result for use as an exception message.
formatString - Variable in class org.ldaptive.auth.FormatDnResolver
format of DN.
FRACTION_PATTERN - Static variable in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
Pattern for capturing optional fraction in generalized time.
FractionalPart(int) - Constructor for enum org.ldaptive.transcode.GeneralizedTimeValueTranscoder.FractionalPart
Creates a new fractional part.
FreeIPAAccountState - Class in org.ldaptive.auth.ext
Represents the state of a FreeIPA account.
FreeIPAAccountState(ZonedDateTime, int) - Constructor for class org.ldaptive.auth.ext.FreeIPAAccountState
Creates a new freeipa account state.
FreeIPAAccountState(FreeIPAAccountState.Error) - Constructor for class org.ldaptive.auth.ext.FreeIPAAccountState
Creates a new freeipa account state.
FreeIPAAccountState.Error - Enum in org.ldaptive.auth.ext
Enum to define FreeIPA errors.
FreeIPAAuthenticationResponseHandler - Class in org.ldaptive.auth.ext
Attempts to parse the authentication response and set the account state using data associated with FreeIPA.
FreeIPAAuthenticationResponseHandler() - Constructor for class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Default constructor.
FreeIPAAuthenticationResponseHandler(Period, int) - Constructor for class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Creates a new freeipa authentication response handler.
FreeIPAAuthenticationResponseHandler(Period, Period, int) - Constructor for class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Creates a new freeipa authentication response handler.
fromResult - Variable in class org.ldaptive.templates.Query
Start index of search results to return.
fromString(String) - Static method in enum org.ldaptive.sasl.QualityOfProtection
Returns the quality of protection for the supplied protection string.
fromTagName(String) - Static method in enum org.ldaptive.asn1.UniversalDERTag
Looks up a universal tag from a tag name.
fromTagNo(int) - Static method in enum org.ldaptive.asn1.UniversalDERTag
Looks up a universal tag from a tag number.
Function() - Constructor for class org.ldaptive.transport.MessageFunctional.Function
 

G

GeneralizedTimeValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes a generalized time for use in an ldap attribute value.
GeneralizedTimeValueTranscoder() - Constructor for class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
 
GeneralizedTimeValueTranscoder.FractionalPart - Enum in org.ldaptive.transcode
Describes the fractional part of a generalized time string.
generate() - Method in class org.ldaptive.beans.generate.BeanGenerator
Generates a class for each configured object class.
GenericControl - Class in org.ldaptive.control
LDAP control defined as:
GenericControl(String, boolean, byte[]) - Constructor for class org.ldaptive.control.GenericControl
Creates a new generic control.
GenericControl(String, boolean, DERBuffer) - Constructor for class org.ldaptive.control.GenericControl
Creates a new generic control.
GenericControl(String, byte[]) - Constructor for class org.ldaptive.control.GenericControl
Creates a new generic control.
GenericControl(String, DERBuffer) - Constructor for class org.ldaptive.control.GenericControl
Creates a new generic control.
GenPasswdHandler(StringBuilder) - Constructor for class org.ldaptive.extended.PasswordModifyResponseParser.GenPasswdHandler
Creates a new gen passwd handler.
GENSTR - org.ldaptive.asn1.UniversalDERTag
GeneralString type.
GENTIME - org.ldaptive.asn1.UniversalDERTag
GeneralizedTime type.
get() - Method in class org.ldaptive.asn1.DefaultDERBuffer
 
get() - Method in interface org.ldaptive.asn1.DERBuffer
Relative get method.
get() - Method in class org.ldaptive.transport.netty.NettyDERBuffer
 
get(byte[]) - Method in class org.ldaptive.asn1.DefaultDERBuffer
 
get(byte[]) - Method in interface org.ldaptive.asn1.DERBuffer
Relative bulk get method.
get(byte[]) - Method in class org.ldaptive.transport.netty.NettyDERBuffer
 
get(int) - Method in class org.ldaptive.transport.netty.HandleMap
Returns the operation handle for the supplied message id.
getAcceptedIssuers() - Method in class org.ldaptive.ssl.AggregateTrustManager
 
getAcceptedIssuers() - Method in class org.ldaptive.ssl.AllowAnyTrustManager
 
getAcceptedIssuers() - Method in class org.ldaptive.ssl.DefaultTrustManager
 
getAcceptedIssuers() - Method in class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
 
getAccountState() - Method in class org.ldaptive.auth.AuthenticationResponse
Returns the account state associated with the authenticated user.
getActivateCondition() - Method in class org.ldaptive.AbstractConnectionStrategy
 
getActivateCondition() - Method in interface org.ldaptive.ConnectionStrategy
Returns the condition used to activate connections.
getActivator() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the activator for this pool.
getActivator() - Method in interface org.ldaptive.pool.ConnectionPool
Returns the activator for this pool.
getActiveDirectoryError() - Method in class org.ldaptive.auth.ext.ActiveDirectoryAccountState
Returns the active directory error for this account state.
getActiveStats() - Method in class org.ldaptive.pool.PooledConnectionStatistics
Returns all the active timestamp statistics.
getActiveUrls() - Method in class org.ldaptive.LdapURLSet
Returns the active URLs.
getAddOperation() - Method in class org.ldaptive.ext.MergeOperation
 
getAfterCount() - Method in class org.ldaptive.control.util.VirtualListViewParams
Returns the after count.
getAfterCount() - Method in class org.ldaptive.control.VirtualListViewRequestControl
Returns the after count.
getAlgorithm() - Method in class org.ldaptive.auth.CompareAuthenticationHandler.Scheme
Returns the scheme algorithm.
getAllowMultipleDns() - Method in class org.ldaptive.auth.AggregateDnResolver
Returns whether DN resolution should fail if multiple DNs are found.
getAllowMultipleDns() - Method in class org.ldaptive.auth.SearchDnResolver
Returns whether DN resolution should fail if multiple DNs are found.
getAllowMultipleEntries() - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Returns whether entry resolution should fail if multiple entries are found.
getAllValues() - Method in class org.ldaptive.schema.Extensions
Returns all the values in this extensions.
getAndIncrementMessageID() - Method in class org.ldaptive.transport.netty.NettyConnection
Returns the value of the next message ID and increments the counter.
getAppliesAttributeTypes() - Method in class org.ldaptive.schema.MatchingRuleUse
Returns the applies attribute types.
getAssertionCount() - Method in class org.ldaptive.filter.SubstringFilter
Returns the number of assertions in this substring filter.
getAssertionValue() - Method in class org.ldaptive.control.util.VirtualListViewParams
Returns the assertion value.
getAssertionValue() - Method in class org.ldaptive.control.VirtualListViewRequestControl
Returns the assertion value.
getAssertionValue() - Method in class org.ldaptive.filter.AbstractAttributeValueAssertionFilter
Returns the assertion value.
getAssertionValue() - Method in class org.ldaptive.filter.ExtensibleFilter
Returns the assertion value.
getAttempts() - Method in class org.ldaptive.AbstractRetryMetadata
 
getAttempts() - Method in interface org.ldaptive.RetryMetadata
Number of attempts for this retry.
getAttribute() - Method in class org.ldaptive.AttributeModification
 
getAttribute() - Method in class org.ldaptive.LdapEntry
Returns a single attribute of this entry.
getAttribute(String) - Method in class org.ldaptive.LdapEntry
Returns the attribute with the supplied name.
getAttributeDesc() - Method in class org.ldaptive.filter.AbstractAttributeValueAssertionFilter
Returns the attribute description.
getAttributeDesc() - Method in class org.ldaptive.filter.ExtensibleFilter
Returns the attribute description.
getAttributeDesc() - Method in class org.ldaptive.filter.PresenceFilter
Returns the attribute description.
getAttributeDesc() - Method in class org.ldaptive.filter.SubstringFilter
Returns the attribute description.
getAttributeDescription() - Method in class org.ldaptive.control.SortKey
Returns the attribute description.
getAttributeModificationsHandlers() - Method in class org.ldaptive.ext.MergeRequest
Returns the attribute modifications handlers.
getAttributeName() - Method in class org.ldaptive.ad.handler.AbstractBinaryAttributeHandler
Returns the attribute name to convert from binary to string.
getAttributeName() - Method in class org.ldaptive.control.SortResponseControl
Returns the attribute name that caused the sort to fail.
getAttributeNameCaseChange() - Method in class org.ldaptive.handler.CaseChangeEntryHandler
Returns the attribute name case change.
getAttributeNames() - Method in class org.ldaptive.handler.CaseChangeEntryHandler
Returns the attribute names.
getAttributeNames() - Method in class org.ldaptive.handler.MergeAttributeEntryHandler
Returns the attribute names.
getAttributeNames() - Method in class org.ldaptive.LdapEntry
Returns the attribute names in this entry.
getAttributeNames(ObjectClass) - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns the attribute names to use for the supplied object class.
getAttributeNames(ObjectClass, Set<ObjectClass>) - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns the attribute names to use for the supplied object class.
getAttributes() - Method in class org.ldaptive.AddRequest
Returns the attributes.
getAttributes() - Method in class org.ldaptive.dns.AbstractDNSResolver
Get the types of records to query for, e.g.
getAttributes() - Method in class org.ldaptive.dns.SRVDNSResolver
 
getAttributes() - Method in class org.ldaptive.LdapEntry
Returns the ldap attributes.
getAttributes() - Method in class org.ldaptive.LdapURL
Returns the attributes.
getAttributeType(String) - Method in class org.ldaptive.schema.Schema
Returns the attribute type with the supplied OID or name.
getAttributeTypes() - Method in class org.ldaptive.schema.Schema
Returns the attribute types.
getAttributeValue(LdapEntry, String...) - Static method in class org.ldaptive.ad.schema.SchemaFactory
Returns a single value for the first attribute name found in the supplied entry.
getAttributeValueCaseChange() - Method in class org.ldaptive.handler.CaseChangeEntryHandler
Returns the attribute value case change.
getAttributeValueEncoders(Collection<byte[]>) - Method in class org.ldaptive.ModifyRequest
Returns attribute value encoders for the supplied values.
getAttributeValueMutator(String) - Method in class org.ldaptive.beans.AbstractClassDescriptor
 
getAttributeValueMutator(String) - Method in interface org.ldaptive.beans.ClassDescriptor
Returns the attribute value mutator for the attribute with the supplied name.
getAttributeValueMutators() - Method in class org.ldaptive.beans.AbstractClassDescriptor
 
getAttributeValueMutators() - Method in interface org.ldaptive.beans.ClassDescriptor
Returns the attribute value mutators for this type.
getAttributeValues(LdapEntry, String...) - Static method in class org.ldaptive.ad.schema.SchemaFactory
Returns the values for the first attribute name found in the supplied entry.
getAuthenticationAliases() - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Returns the aliases of the entries to use in the authentication keystore
getAuthenticationCertificate() - Method in class org.ldaptive.ssl.X509CredentialConfig
Returns the name of the authentication certificate to use.
getAuthenticationCertificate() - Method in class org.ldaptive.ssl.X509SSLContextInitializer
Returns the certificate to use for creating the key managers.
getAuthenticationControls() - Method in class org.ldaptive.auth.AbstractAuthenticationHandler
Returns the controls for this authentication handler.
getAuthenticationHandler() - Method in class org.ldaptive.auth.Authenticator
Returns the authentication handler.
getAuthenticationHandlerResponse() - Method in class org.ldaptive.auth.AuthenticationResponse
 
getAuthenticationHandlers() - Method in class org.ldaptive.auth.AggregateAuthenticationHandler
Returns the authentication handlers to aggregate over.
getAuthenticationKey() - Method in class org.ldaptive.ssl.X509CredentialConfig
Returns the name of the authentication key to use.
getAuthenticationKey() - Method in class org.ldaptive.ssl.X509SSLContextInitializer
Returns the private key associated with the authentication certificate.
getAuthenticationKeystore() - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Returns the keystore to use for creating the key managers.
getAuthenticationPassword() - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Returns the password used for accessing the authentication keystore.
getAuthenticationRequest() - Method in class org.ldaptive.auth.AuthenticationCriteria
Returns the authentication request.
getAuthenticationResponseHandlers() - Method in class org.ldaptive.auth.AggregateAuthenticationResponseHandler
Returns the response handlers to aggregate over.
getAuthenticationResultCode() - Method in class org.ldaptive.auth.AuthenticationHandlerResponse
 
getAuthenticationResultCode() - Method in class org.ldaptive.auth.AuthenticationResponse
 
getAuthorizationId() - Method in class org.ldaptive.control.AuthorizationIdentityResponseControl
Returns the authorization id.
getAuthorizationId() - Method in class org.ldaptive.control.ProxyAuthorizationControl
Returns the authorization identity.
getAuthorizationId() - Method in class org.ldaptive.sasl.SaslConfig
Returns the sasl authorization id.
getAuthorizationID() - Method in class org.ldaptive.sasl.DefaultSaslClientRequest
Returns the SASL authorization.
getAuthorizationID() - Method in class org.ldaptive.sasl.DigestMD5BindRequest
 
getAuthorizationID() - Method in class org.ldaptive.sasl.GssApiBindRequest
 
getAutoReconnect() - Method in class org.ldaptive.ConnectionConfig
Returns whether connections will attempt to reconnect.
getAutoReconnectCondition() - Method in class org.ldaptive.ConnectionConfig
Returns the auto reconnect condition.
getAutoReplay() - Method in class org.ldaptive.ConnectionConfig
Returns whether operations should be replayed after a reconnect.
getAuxiliaryClasses() - Method in class org.ldaptive.schema.DITContentRule
Returns the auxiliary classes.
getAvailableStats() - Method in class org.ldaptive.pool.PooledConnectionStatistics
Returns all the available timestamp statistics.
getBaseDn() - Method in class org.ldaptive.ad.handler.PrimaryGroupIdHandler
Returns the base DN to search for the primary group.
getBaseDn() - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Returns the base DN.
getBaseDn() - Method in class org.ldaptive.auth.SearchDnResolver
Returns the base DN.
getBaseDn() - Method in class org.ldaptive.LdapURL
Returns the base DN.
getBaseDn() - Method in class org.ldaptive.SearchRequest
Returns the base DN.
getBeforeCount() - Method in class org.ldaptive.control.util.VirtualListViewParams
Returns the before count.
getBeforeCount() - Method in class org.ldaptive.control.VirtualListViewRequestControl
Returns the before count.
getBinaryAttributeNames() - Method in class org.ldaptive.schema.Schema
Returns the attribute names in this schema that represent binary data.
getBinaryAttributes() - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Returns names of binary attributes.
getBinaryAttributes() - Method in class org.ldaptive.SearchRequest
Returns names of binary attributes.
getBinaryValue() - Method in class org.ldaptive.dn.NameValue
 
getBinaryValue() - Method in class org.ldaptive.LdapAttribute
Returns a single byte array value of this attribute.
getBinaryValues() - Method in class org.ldaptive.LdapAttribute
Returns the values of this attribute as byte arrays.
getBinaryValues(Object) - Method in class org.ldaptive.beans.AbstractClassDescriptor.SimpleAttributeValueMutator
 
getBinaryValues(Object) - Method in interface org.ldaptive.beans.AttributeValueMutator
Returns the binary values of the attribute.
getBinaryValues(Object) - Method in class org.ldaptive.beans.reflect.FieldAttributeValueMutator
 
getBinaryValues(Object) - Method in class org.ldaptive.beans.reflect.MethodAttributeValueMutator
 
getBinaryValues(Object) - Method in class org.ldaptive.beans.spring.SpelAttributeValueMutator
 
getBindControls() - Method in class org.ldaptive.BindConnectionInitializer
Returns the bind controls.
getBindCredential() - Method in class org.ldaptive.BindConnectionInitializer
Returns the credential used with the bind DN.
getBindDn() - Method in class org.ldaptive.BindConnectionInitializer
Returns the bind DN.
getBindRequest() - Method in class org.ldaptive.pool.BindConnectionPassivator
Returns the bind request.
getBindSaslConfig() - Method in class org.ldaptive.BindConnectionInitializer
Returns the bind sasl config.
getBlockWaitTime() - Method in class org.ldaptive.pool.BlockingConnectionPool
Returns the block wait time.
getBufferedInputStream(InputStream) - Method in class org.ldaptive.ssl.AbstractCredentialReader
Gets a buffered input stream from the given input stream.
getBytes() - Method in class org.ldaptive.Credential
Returns this credential as a byte array.
getBytes(ByteBuffer, boolean) - Static method in class org.ldaptive.ad.GlobalIdentifier
Reads bytes from the supplied byte buffer.
getChangeNumber() - Method in class org.ldaptive.control.EntryChangeNotificationControl
Returns the change number.
getChangesOnly() - Method in class org.ldaptive.control.PersistentSearchRequestControl
Returns whether only changed entries are returned.
getChangeType() - Method in class org.ldaptive.control.EntryChangeNotificationControl
Returns the change type.
getChangeTypes() - Method in class org.ldaptive.control.PersistentSearchRequestControl
Returns the persistent search change types.
getChannelOptions() - Method in class org.ldaptive.transport.netty.NettyConnection
Returns the channel options.
getChars() - Method in class org.ldaptive.Credential
Returns this credential as a character array.
getChildIndex() - Method in class org.ldaptive.asn1.DERPath.Node
Returns the child index.
getClassDescriptor(Object) - Method in class org.ldaptive.beans.reflect.DefaultLdapEntryMapper
 
getClassDescriptor(Object) - Method in class org.ldaptive.beans.spring.SpringLdapEntryMapper
 
getClassDescriptor(T) - Method in class org.ldaptive.beans.AbstractLdapEntryMapper
Returns the class descriptor.
getClassName() - Method in class org.ldaptive.props.PropertyValueParser
Returns the class name of the object to initialize.
getClient() - Method in class org.ldaptive.transport.DefaultSaslClient
Returns the underlying SASL client.
getCNs(X509Certificate) - Method in class org.ldaptive.ssl.DefaultHostnameVerifier
Returns the CNs from the supplied certificate.
getCode() - Method in interface org.ldaptive.auth.AccountState.Error
Returns the error code.
getCode() - Method in enum org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
 
getCode() - Method in enum org.ldaptive.auth.ext.EDirectoryAccountState.Error
 
getCode() - Method in enum org.ldaptive.auth.ext.FreeIPAAccountState.Error
 
getCode() - Method in enum org.ldaptive.auth.ext.PasswordExpirationAccountState.Error
 
getCode() - Method in enum org.ldaptive.control.PasswordPolicyControl.Error
 
getCollectionEncoder(Class<?>, Type) - Method in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
Returns the appropriate collection encoder for the supplied type.
getCombinedNonce() - Method in class org.ldaptive.transport.ScramSaslClient.ServerFirstMessage
 
getCompareRequest() - Method in class org.ldaptive.CompareConnectionValidator
getCompareValueHandlers() - Method in class org.ldaptive.CompareOperation
 
getComponent() - Method in class org.ldaptive.filter.NotFilter
Returns the component of this filter.
getComponents() - Method in class org.ldaptive.filter.AndFilter
Returns the components of this filter.
getComponents() - Method in class org.ldaptive.filter.OrFilter
Returns the components of this filter.
getConnection() - Method in class org.ldaptive.auth.AuthenticationHandlerResponse
 
getConnection() - Method in interface org.ldaptive.ConnectionFactory
Creates a new connection.
getConnection() - Method in class org.ldaptive.DefaultConnectionFactory
Creates a new connection.
getConnection() - Method in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
 
getConnection() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns a connection from the pool.
getConnection() - Method in class org.ldaptive.pool.BlockingConnectionPool
 
getConnection() - Method in interface org.ldaptive.pool.ConnectionPool
Returns an object from the pool.
getConnection() - Method in interface org.ldaptive.pool.PooledConnectionProxy
Returns the connection that is being proxied.
getConnection() - Method in class org.ldaptive.PooledConnectionFactory
 
getConnection() - Method in class org.ldaptive.SingleConnectionFactory.ConnectionProxy
Returns the connection that is being proxied.
getConnection() - Method in class org.ldaptive.SingleConnectionFactory
 
getConnection() - Method in class org.ldaptive.transport.MessageFunctional
 
getConnectionConfig() - Method in interface org.ldaptive.ConnectionFactory
Returns the connection configuration used to create connections.
getConnectionConfig() - Method in class org.ldaptive.DefaultConnectionFactory
 
getConnectionConfig() - Method in class org.ldaptive.PooledConnectionFactory
 
getConnectionCount() - Method in interface org.ldaptive.ConnectionFactoryMetadata
Returns the number of times the connection factory has created a connection.
getConnectionFactory() - Method in class org.ldaptive.AbstractOperation
 
getConnectionFactory() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the connection factory.
getConnectionFactory() - Method in class org.ldaptive.auth.AbstractAuthenticationHandler
 
getConnectionFactory() - Method in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Returns the connection factory.
getConnectionFactory() - Method in interface org.ldaptive.ConnectionFactoryManager
Returns the connection factory.
getConnectionFactory() - Method in class org.ldaptive.control.util.SyncReplClient
Returns the connection factory.
getConnectionFactory() - Method in class org.ldaptive.ext.MergeOperation
 
getConnectionFactory(String) - Method in class org.ldaptive.referral.DefaultReferralConnectionFactory
 
getConnectionFactory(String) - Method in interface org.ldaptive.referral.ReferralConnectionFactory
Returns a connection factory for use with a referral.
getConnectionInitializers() - Method in class org.ldaptive.ConnectionConfig
Returns the connection initializers.
getConnectionPool() - Method in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
 
getConnectionPool() - Method in interface org.ldaptive.pool.PooledConnectionProxy
Returns the connection pool that this proxy is participating in.
getConnectionStrategy() - Method in class org.ldaptive.ConnectionConfig
Returns the connection strategy.
getConnectionStrategy() - Method in class org.ldaptive.LdapURLRetryMetadata
Return the connection strategy.
getConnectionValidator() - Method in class org.ldaptive.ConnectionConfig
Returns the connection validator.
getConnectOnCreate() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns whether connections will attempt to connect after creation.
getConnectTimeout() - Method in class org.ldaptive.ConnectionConfig
Returns the connect timeout.
getContentCount() - Method in class org.ldaptive.control.VirtualListViewRequestControl
Returns the content count.
getContentCount() - Method in class org.ldaptive.control.VirtualListViewResponseControl
Returns the content count.
getContext() - Method in class org.ldaptive.auth.User
Returns the user context.
getContextID() - Method in class org.ldaptive.control.VirtualListViewRequestControl
Returns the context id.
getContextID() - Method in class org.ldaptive.control.VirtualListViewResponseControl
Returns the context id.
getControl(String) - Method in interface org.ldaptive.Message
Returns the first response control with the supplied OID.
getControlEncoder() - Method in class org.ldaptive.AbstractRequestMessage
Returns the encoder to any controls that may be set on this message.
getControlHandlers() - Method in class org.ldaptive.AbstractOperation
 
getControlHandlers() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the control handlers.
getControls() - Method in class org.ldaptive.AbstractMessage
 
getControls() - Method in class org.ldaptive.AbstractRequestMessage
 
getControls() - Method in class org.ldaptive.auth.AuthenticationRequest
Returns the controls.
getControls() - Method in interface org.ldaptive.Message
Returns the response controls for this message.
getControls() - Method in class org.ldaptive.sasl.DefaultSaslClientRequest
 
getControls(String, User) - Method in interface org.ldaptive.auth.AddControlAuthenticationRequestHandler.ControlFactory
Creates a new array of request controls.
getCookie() - Method in class org.ldaptive.ad.control.DirSyncControl
Returns the sync request cookie.
getCookie() - Method in class org.ldaptive.control.PagedResultsControl
Returns the paged results cookie.
getCookie() - Method in class org.ldaptive.control.SyncDoneControl
Returns the sync done cookie.
getCookie() - Method in class org.ldaptive.control.SyncRequestControl
Returns the sync request cookie.
getCookie() - Method in class org.ldaptive.control.SyncStateControl
Returns the sync state cookie.
getCookie() - Method in class org.ldaptive.extended.SyncInfoMessage
Returns the sync request cookie.
getCookieManager() - Method in class org.ldaptive.control.util.VirtualListViewParams
Returns the cookie manager.
getCount() - Method in class org.ldaptive.control.util.SyncReplCookie.CSN
Returns the count part of the CSN
getCreatedTime() - Method in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
 
getCreatedTime() - Method in interface org.ldaptive.pool.PooledConnectionProxy
Returns the time this proxy was created.
getCredential() - Method in class org.ldaptive.auth.AuthenticationCriteria
Returns the credential.
getCredential() - Method in class org.ldaptive.auth.AuthenticationRequest
Returns the credential.
getCredential() - Method in class org.ldaptive.jaas.LdapCredential
Returns the credential for this ldap credential.
getCredentialConfig() - Method in class org.ldaptive.ssl.SslConfig
Returns the credential config.
getCredentials(NameCallback, PasswordCallback, boolean) - Method in class org.ldaptive.jaas.AbstractLoginModule
Attempts to retrieve credentials for the supplied name and password callbacks.
getCritical() - Method in class org.ldaptive.AbstractMessage.ControlParser
Returns the control criticality.
getCriticality() - Method in class org.ldaptive.control.AbstractControl
 
getCriticality() - Method in interface org.ldaptive.control.Control
Returns whether the control is critical.
getCsn() - Method in class org.ldaptive.control.util.SyncReplCookie
Returns the CSN.
getDeclaredFields(Class<?>) - Method in class org.ldaptive.beans.reflect.FieldClassDescriptor
Returns a map of all the field names to the field.
getDecodedValue() - Method in class org.ldaptive.dn.DefaultDnParser.OctetStringHandler
Returns the decoded octet string value.
getDefaultConnectionFactory() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the connection factory for this pool.
getDefaultSingleValueTranscoders() - Method in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
Initializes the set of default single value transcoders.
getDefaultSocketChannelType() - Static method in class org.ldaptive.transport.netty.NettyUtils
Returns the default socket channel type for this platform.
getDefaultTypeMappings() - Static method in class org.ldaptive.beans.generate.BeanGenerator
Returns the default syntax types used to determine attribute property type.
getDeleteEntry() - Method in class org.ldaptive.ext.MergeRequest
Returns whether to delete the entry.
getDeleteOperation() - Method in class org.ldaptive.ext.MergeOperation
 
getDerefAliases() - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Returns how to dereference aliases.
getDerefAliases() - Method in class org.ldaptive.auth.SearchDnResolver
Returns how to dereference aliases.
getDerefAliases() - Method in class org.ldaptive.SearchRequest
Returns how to dereference aliases.
getDescription() - Method in class org.ldaptive.schema.AbstractSchemaElement
Returns the description.
getDiagnosticMessage() - Method in class org.ldaptive.AbstractResult
 
getDiagnosticMessage() - Method in interface org.ldaptive.Result
Returns the diagnostic message.
getDirSyncCookie(SearchResponse) - Method in class org.ldaptive.ad.control.util.DirSyncClient
Returns the dir sync cookie in the supplied response or null if no cookie exists.
getDirSyncFlags(SearchResponse) - Method in class org.ldaptive.ad.control.util.DirSyncClient
Returns the dir sync flags in the supplied response or -1 if no flags exists.
getDITContentRule(String) - Method in class org.ldaptive.schema.Schema
Returns the DIT content rule with the supplied OID or name.
getDitContentRules() - Method in class org.ldaptive.schema.Schema
Returns the DIT content rules.
getDITStructureRule(int) - Method in class org.ldaptive.schema.Schema
Returns the DIT structure rule with the supplied ID.
getDITStructureRule(String) - Method in class org.ldaptive.schema.Schema
Returns the DIT structure rule with the supplied name.
getDitStructureRules() - Method in class org.ldaptive.schema.Schema
Returns the DIT structure rules.
getDn() - Method in class org.ldaptive.AddRequest
Returns the DN.
getDn() - Method in class org.ldaptive.auth.AuthenticationCriteria
Returns the dn.
getDn() - Method in class org.ldaptive.CompareRequest
Returns the DN.
getDn() - Method in class org.ldaptive.DeleteRequest
Returns the DN.
getDn() - Method in class org.ldaptive.LdapEntry
Returns the ldap DN.
getDn() - Method in class org.ldaptive.ModifyRequest
Returns the DN.
getDnAttributeName() - Method in class org.ldaptive.handler.DnAttributeEntryHandler
Returns the DN attribute name.
getDnAttributes() - Method in class org.ldaptive.filter.ExtensibleFilter
Returns whether matching should occur against attributes of the DN.
getDnCaseChange() - Method in class org.ldaptive.handler.CaseChangeEntryHandler
Returns the DN case change.
getDnResolver() - Method in class org.ldaptive.auth.Authenticator
Returns the DN resolver.
getDnResolvers() - Method in class org.ldaptive.auth.AggregateDnResolver
Returns the DN resolvers to aggregate over.
getDnValueMutator() - Method in class org.ldaptive.beans.AbstractClassDescriptor
 
getDnValueMutator() - Method in interface org.ldaptive.beans.ClassDescriptor
Returns the DN value mutator for this type.
getEDirectoryError() - Method in class org.ldaptive.auth.ext.EDirectoryAccountState
Returns the edirectory error for this account state.
getEnabledCipherSuites() - Method in class org.ldaptive.ssl.SslConfig
Returns the names of the SSL cipher suites to use for secure connections.
getEnabledProtocols() - Method in class org.ldaptive.ssl.SslConfig
Returns the names of the SSL protocols to use for secure connections.
getEncoded() - Method in class org.ldaptive.transport.netty.EncodedRequest
Returns the encoded request.
getEncodedDiagnosticMessage() - Method in interface org.ldaptive.Result
Returns the diagnostic message percent encoded if Result.ENCODE_CNTRL_CHARS is true.
getEncoder() - Method in class org.ldaptive.filter.AbstractAttributeValueAssertionFilter
 
getEncoder() - Method in class org.ldaptive.filter.AndFilter
 
getEncoder() - Method in class org.ldaptive.filter.ExtensibleFilter
 
getEncoder() - Method in interface org.ldaptive.filter.Filter
Returns the encoder for this filter.
getEncoder() - Method in class org.ldaptive.filter.NotFilter
 
getEncoder() - Method in class org.ldaptive.filter.OrFilter
 
getEncoder() - Method in class org.ldaptive.filter.PresenceFilter
 
getEncoder() - Method in class org.ldaptive.filter.SubstringFilter
 
getEntries() - Method in class org.ldaptive.SearchResponse
Returns a collection of ldap entry.
getEntry() - Method in class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Returns the search entry contained in this item or null if this item does not contain a search entry.
getEntry() - Method in class org.ldaptive.ext.MergeRequest
Returns the ldap entry to merge.
getEntry() - Method in class org.ldaptive.SearchResponse
Returns a single entry of this result.
getEntry(String) - Method in class org.ldaptive.SearchResponse
Returns the ldap entry in this result with the supplied DN.
getEntry(String, KeyStore, char[]) - Static method in class org.ldaptive.ssl.KeyStoreUtils
Returns a keystore entry from the supplied keystore.
getEntryDns() - Method in class org.ldaptive.SearchResponse
Returns the entry DNs in this result.
getEntryHandlers() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the search entry handlers.
getEntryHandlers() - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
getEntryHandlers() - Method in class org.ldaptive.SearchOperation
 
getEntryResolver() - Method in class org.ldaptive.auth.Authenticator
Returns the entry resolver.
getEntryResolvers() - Method in class org.ldaptive.auth.AggregateEntryResolver
Returns the entry resolvers to aggregate over.
getEntryUuid() - Method in class org.ldaptive.control.SyncStateControl
Returns the entry uuid.
getEntryUuids() - Method in class org.ldaptive.extended.SyncInfoMessage
Returns the entry uuids.
getEnum(Class<?>, String) - Static method in class org.ldaptive.props.AbstractPropertyInvoker
Returns the enum for the supplied type and value.
getEqualityMatchingRule() - Method in class org.ldaptive.schema.AttributeType
Returns the equality matching rule.
getError() - Method in class org.ldaptive.auth.AccountState
Returns the first account state error or null if no errors exist.
getError() - Method in class org.ldaptive.control.PasswordPolicyControl
Returns the password policy error.
getErrors() - Method in class org.ldaptive.auth.AccountState
Returns the account state errors.
getEscapeUser() - Method in class org.ldaptive.auth.FormatDnResolver
Returns whether the user input will be escaped using FormatDnResolver.attributeValueEscaper.
getException() - Method in class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Returns the exception contained in this item or null if this item does not contain an exception.
getExceptionHandler() - Method in class org.ldaptive.AbstractOperation
 
getExceptionHandler() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the search exception handler.
getExceptionHandler() - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
getExcludeAttributes() - Method in class org.ldaptive.ext.MergeRequest
Returns the names of attributes that are excluded when performing a modify.
getExcludedNames() - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns the attribute names to exclude from bean generation.
getExpiration() - Method in class org.ldaptive.auth.AccountState.DefaultWarning
 
getExpiration() - Method in interface org.ldaptive.auth.AccountState.Warning
Returns the expiration.
getExpirationPeriod() - Method in class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
Returns the amount of time since a password was set until it will expire.
getExpirationPeriod() - Method in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Returns the amount of time since a password was set until it will expire.
getExtendedDnFlag() - Method in class org.ldaptive.ad.control.util.DirSyncClient
Returns the flag that is used on the extended dn control.
getExtendedValueHandlers() - Method in class org.ldaptive.extended.ExtendedOperation
 
getExtensions() - Method in class org.ldaptive.schema.AbstractSchemaElement
Returns the extensions.
getFailFastInitialize() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns whether AbstractConnectionPool.initialize() should throw if pooling configuration requirements are not met.
getFailFastInitialize() - Method in class org.ldaptive.SingleConnectionFactory
Returns whether SingleConnectionFactory.initialize() should throw if the connection cannot be opened.
getFailureException() - Method in class org.ldaptive.ClosedRetryMetadata
Returns the exception that caused the closed connection.
getFailureTime() - Method in class org.ldaptive.AbstractRetryMetadata
 
getFailureTime() - Method in interface org.ldaptive.RetryMetadata
Returns the failure time.
getField(Field, Object) - Static method in class org.ldaptive.beans.reflect.ReflectionUtils
Returns the value of the supplied field on the supplied object.
getFilter() - Method in class org.ldaptive.FilterTemplate
Gets the filter.
getFilter() - Method in class org.ldaptive.LdapURL
Returns the filter.
getFilter() - Method in class org.ldaptive.SearchRequest
Returns the search filter.
getFilterFunction() - Static method in class org.ldaptive.filter.FilterParser
The FilterParser.FILTER_FUNCTION_PROPERTY property is checked and that class is loaded if provided.
getFlag() - Method in class org.ldaptive.ad.control.ExtendedDnControl
Returns the flag.
getFlag() - Method in class org.ldaptive.ad.control.SearchOptionsControl
Returns the flag.
getFlags() - Method in class org.ldaptive.ad.control.DirSyncControl
Returns the flags value.
getFormat() - Method in class org.ldaptive.auth.FormatDnResolver
Returns the formatter string used to return the entry DN.
getFormatArgs() - Method in class org.ldaptive.auth.FormatDnResolver
Returns the format arguments.
getFormatOID() - Method in class org.ldaptive.control.SessionTrackingControl
Returns the format OID.
getFreeIPAError() - Method in class org.ldaptive.auth.ext.FreeIPAAccountState
Returns the freeipa error for this account state.
getFromResult() - Method in class org.ldaptive.templates.Query
Returns the from result.
getGraceAuthNsRemaining() - Method in class org.ldaptive.control.PasswordPolicyControl
Returns the number of grace authentications remaining.
getGroupFilter() - Method in class org.ldaptive.ad.handler.PrimaryGroupIdHandler
Returns the search filter used to find the primary group.
getHandle() - Method in class org.ldaptive.transport.MessageFunctional
 
getHandshakeCompletedListeners() - Method in class org.ldaptive.ssl.SslConfig
Returns the handshake completed listeners to use for secure connections.
getHandshakeTimeout() - Method in class org.ldaptive.ssl.SslConfig
Returns the handshake timeout.
getHostname() - Method in class org.ldaptive.LdapURL
Returns the hostname.
getHostnameVerifier() - Method in class org.ldaptive.ssl.SslConfig
Returns the hostname verifier.
getHostnameWithPort() - Method in class org.ldaptive.LdapURL
Returns the hostname:port.
getHostnameWithSchemeAndPort() - Method in class org.ldaptive.LdapURL
Returns the scheme://hostname:port.
getID() - Method in class org.ldaptive.schema.DITStructureRule
Returns the id.
getIdentifier() - Method in class org.ldaptive.auth.User
Returns the user identifier.
getIdleTime() - Method in class org.ldaptive.pool.IdlePruneStrategy
Returns the idle time.
getInactiveUrls() - Method in class org.ldaptive.LdapURLActivatorService
Returns the list of inactive urls.
getInactiveUrls() - Method in class org.ldaptive.LdapURLSet
Returns the inactive URLs.
getIncludeAttributes() - Method in class org.ldaptive.ext.MergeRequest
Returns the names of attributes that are included when performing a modify.
getInetAddress() - Method in class org.ldaptive.LdapURL
Returns the resolved IP address.
getInitials(String[]) - Method in class org.ldaptive.templates.SearchTemplates.InitialTermParser
This converts an array of names into an array of initials.
getInstance() - Static method in class org.ldaptive.LdapURLActivatorService
Returns the instance of this singleton.
getInstance(String) - Static method in class org.ldaptive.beans.reflect.TranscoderFactory
Returns a value transcoder for the supplied type.
getIntermediateResponseHandlers() - Method in class org.ldaptive.AbstractOperation
 
getIntermediateResponseHandlers() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the intermediate response handlers.
getIterations() - Method in class org.ldaptive.transport.ScramSaslClient.ServerFirstMessage
 
getJaasLoginModule() - Method in class org.ldaptive.sasl.GssApiBindRequest
Returns the class name of the JAAS login module.
getJaasName() - Method in class org.ldaptive.sasl.GssApiBindRequest
Returns the entry name in a JAAS configuration file.
getJaasOptions() - Method in class org.ldaptive.sasl.GssApiBindRequest
Returns the JAAS options for the login module.
getJaasRefreshConfig() - Method in class org.ldaptive.sasl.GssApiBindRequest
Returns whether to refresh the JAAS configuration prior to use.
getKeyManagerFactory(X509Certificate, PrivateKey) - Method in class org.ldaptive.ssl.X509SSLContextInitializer
Creates a new key manager factory.
getKeyManagerFactory(KeyStore, char[], String...) - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Creates a new key manager factory.
getKeyManagers() - Method in class org.ldaptive.ssl.DefaultSSLContextInitializer
 
getKeyManagers() - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
 
getKeyManagers() - Method in interface org.ldaptive.ssl.SSLContextInitializer
Returns the key managers used when creating SSL contexts.
getKeyManagers() - Method in class org.ldaptive.ssl.X509SSLContextInitializer
 
getKeyStore() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Returns the name of the keystore to use.
getKeyStoreAliases() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Returns the aliases of the keystore to use.
getKeyStorePassword() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Returns the password for the keystore.
getKeyStoreType() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Returns the type of the keystore.
getLabel() - Method in class org.ldaptive.auth.CompareAuthenticationHandler.Scheme
Returns the scheme label.
getLastActiveStat() - Method in class org.ldaptive.pool.PooledConnectionStatistics
Returns the last timestamp at which this connection was made active.
getLastAvailableStat() - Method in class org.ldaptive.pool.PooledConnectionStatistics
Returns the last timestamp at which this connection was made available.
getLdapEntry() - Method in class org.ldaptive.auth.AuthenticationResponse
Returns the ldap entry of the authenticated user.
getLdapEntry() - Method in class org.ldaptive.jaas.LdapDnPrincipal
Returns the ldap entry for this ldap principal.
getLdapEntry() - Method in class org.ldaptive.jaas.LdapPrincipal
Returns the ldap entry for this ldap principal.
getLdapEntry(ConnectionFactory, String, String, String...) - Static method in class org.ldaptive.schema.SchemaFactory
Searches for the supplied dn and returns its ldap entry.
getLdapEntryMapper() - Method in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Returns the ldap entry mapper.
getLdapUrl() - Method in class org.ldaptive.ConnectionConfig
Returns the ldap url.
getLdapUrl() - Method in interface org.ldaptive.ConnectionFactoryMetadata
Returns the LDAP URL the connection factory is using.
getLdapURL() - Method in interface org.ldaptive.Connection
Returns the URL that was selected for this connection.
getLdapURL() - Method in class org.ldaptive.dns.SRVRecord
Returns the target properly formatted as an LDAP URL.
getLdapURL() - Method in class org.ldaptive.transport.netty.NettyConnection
 
getLoginsRemaining() - Method in class org.ldaptive.auth.AccountState.DefaultWarning
 
getLoginsRemaining() - Method in interface org.ldaptive.auth.AccountState.Warning
Returns the number of logins remaining until the account locks.
getLong(ByteBuffer, boolean) - Static method in class org.ldaptive.ad.SecurityIdentifier
Reads a long from the supplied byte buffer.
getMatchedDN() - Method in class org.ldaptive.AbstractResult
 
getMatchedDN() - Method in interface org.ldaptive.Result
Returns the matched DN.
getMatchedValuesFilters() - Method in class org.ldaptive.control.MatchedValuesRequestControl
Returns the filters to use for matching values.
getMatchingRule(String) - Method in class org.ldaptive.schema.Schema
Returns the matching rule with the supplied OID or name.
getMatchingRuleId() - Method in class org.ldaptive.control.SortKey
Returns the matching rule id.
getMatchingRuleID() - Method in class org.ldaptive.filter.ExtensibleFilter
Returns the matching rule id.
getMatchingRules() - Method in class org.ldaptive.schema.Schema
Returns the matching rules.
getMatchingRuleUse(String) - Method in class org.ldaptive.schema.Schema
Returns the matching rule use with the supplied OID or name.
getMatchingRuleUses() - Method in class org.ldaptive.schema.Schema
Returns the matching rule uses.
getMaxAttributeCount() - Method in class org.ldaptive.ad.control.DirSyncControl
Returns the maximum attribute count.
getMaxLoginFailures() - Method in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Returns the maximum login failures.
getMaxPoolSize() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the max pool size.
getMechanism() - Method in class org.ldaptive.sasl.CramMD5BindRequest
 
getMechanism() - Method in class org.ldaptive.sasl.DefaultSaslClientRequest
Returns the SASL mechanism.
getMechanism() - Method in class org.ldaptive.sasl.DigestMD5BindRequest
 
getMechanism() - Method in class org.ldaptive.sasl.GssApiBindRequest
 
getMechanism() - Method in class org.ldaptive.sasl.SaslConfig
Returns the sasl mechanism.
getMechanism() - Method in class org.ldaptive.sasl.ScramBindRequest
 
getMechanism() - Method in class org.ldaptive.transport.DefaultSaslClient
Returns the SASL mechanism for this client.
getMembers() - Method in class org.ldaptive.jaas.LdapGroup
Returns an unmodifiable set of the members in this group.
getMergeAttributeName() - Method in class org.ldaptive.handler.MergeAttributeEntryHandler
Returns the merge attribute name.
getMergeAttributes() - Method in class org.ldaptive.handler.RecursiveResultHandler
Returns the attribute names that will be merged by the recursive search.
getMessage() - Method in interface org.ldaptive.auth.AccountState.Error
Returns the error message.
getMessage() - Method in enum org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
 
getMessage() - Method in enum org.ldaptive.auth.ext.EDirectoryAccountState.Error
 
getMessage() - Method in enum org.ldaptive.auth.ext.FreeIPAAccountState.Error
 
getMessage() - Method in enum org.ldaptive.auth.ext.PasswordExpirationAccountState.Error
 
getMessage() - Method in enum org.ldaptive.control.PasswordPolicyControl.Error
 
getMessage() - Method in class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
 
getMessage() - Method in class org.ldaptive.transport.ScramSaslClient.ClientFirstMessage
 
getMessage() - Method in class org.ldaptive.transport.ScramSaslClient.ServerFirstMessage
 
getMessageID() - Method in class org.ldaptive.AbandonRequest
 
getMessageID() - Method in class org.ldaptive.AbstractMessage
 
getMessageID() - Method in interface org.ldaptive.Message
Returns the ID for this message.
getMessageID() - Method in class org.ldaptive.transport.DefaultOperationHandle
Returns the message ID assigned to this handle.
getMessageID() - Method in class org.ldaptive.transport.netty.EncodedRequest
Returns the message ID.
getMessageID() - Method in class org.ldaptive.transport.netty.NettyConnection
Returns the value of the next message ID.
getMessageType() - Method in class org.ldaptive.extended.SyncInfoMessage
Returns the message type.
getMinPoolSize() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the min pool size.
getMod() - Method in class org.ldaptive.control.util.SyncReplCookie.CSN
Returns the mod part of the CSN
getModifications() - Method in class org.ldaptive.ModifyRequest
Returns the attribute modifications.
getModifyOperation() - Method in class org.ldaptive.ext.MergeOperation
 
getMutualAuthentication() - Method in class org.ldaptive.sasl.SaslConfig
Returns whether mutual authentication should occur.
getName() - Method in class org.ldaptive.asn1.DERPath.Node
Returns the name.
getName() - Method in class org.ldaptive.beans.AbstractClassDescriptor.SimpleAttributeValueMutator
 
getName() - Method in interface org.ldaptive.beans.AttributeValueMutator
Returns the name of the attribute.
getName() - Method in class org.ldaptive.beans.reflect.AbstractAttributeValueMutator
 
getName() - Method in class org.ldaptive.beans.spring.SpelAttributeValueMutator
 
getName() - Method in class org.ldaptive.CompareRequest
Returns the name.
getName() - Method in class org.ldaptive.dn.NameValue
Returns the attribute name.
getName() - Method in class org.ldaptive.jaas.LdapDnPrincipal
 
getName() - Method in class org.ldaptive.jaas.LdapGroup
 
getName() - Method in class org.ldaptive.jaas.LdapPrincipal
 
getName() - Method in class org.ldaptive.jaas.LdapRole
 
getName() - Method in class org.ldaptive.LdapAttribute
Returns the attribute description with options.
getName() - Method in class org.ldaptive.LdapEntry.AttributeParser
Returns the attribute name.
getName() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the name for this pool.
getName() - Method in class org.ldaptive.schema.AbstractNamedSchemaElement
Returns the first name defined or null if no names are defined.
getName() - Method in enum org.ldaptive.schema.AttributeUsage
Returns the name.
getName(boolean) - Method in class org.ldaptive.LdapAttribute
Returns the attribute description with or without options.
getNameForm() - Method in class org.ldaptive.schema.DITStructureRule
Returns the name form.
getNameForm(String) - Method in class org.ldaptive.schema.Schema
Returns the name form with the supplied OID or name.
getNameForms() - Method in class org.ldaptive.schema.Schema
Returns the name forms.
getNameFunction() - Method in class org.ldaptive.dn.DefaultRDnNormalizer
Returns the attribute name function.
getNameMappings() - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns the mapping of directory attribute name to bean property.
getNames() - Method in class org.ldaptive.dn.Dn
Returns all the RDN names.
getNames() - Method in class org.ldaptive.dn.RDn
Returns all the names in this RDN.
getNames() - Method in class org.ldaptive.schema.AbstractNamedSchemaElement
Returns the names.
getNames() - Method in class org.ldaptive.schema.Extensions
Returns the name.
getNameValue() - Method in class org.ldaptive.dn.RDn
Returns the first name value pair in this RDN.
getNameValue(String) - Method in class org.ldaptive.dn.RDn
Returns a single name value that matches the supplied name.
getNameValues() - Method in class org.ldaptive.dn.RDn
Returns all the name value pairs in this RDN.
getNameValues(String) - Method in class org.ldaptive.dn.RDn
Returns the name values that match the supplied name.
getNewRDn() - Method in class org.ldaptive.ModifyDnRequest
Returns the new RDN.
getNewSuperiorDn() - Method in class org.ldaptive.ModifyDnRequest
Returns the new superior DN.
getNonBlockingInitialize() - Method in class org.ldaptive.SingleConnectionFactory
Returns whether SingleConnectionFactory.initialize() should execute on a separate thread.
getNonce() - Method in class org.ldaptive.sasl.ScramBindRequest
 
getNonce() - Method in class org.ldaptive.transport.ScramSaslClient.ClientFirstMessage
 
getNormalizedDn() - Method in class org.ldaptive.LdapEntry
Returns the normalized ldap DN.
getObject() - Method in class org.ldaptive.asn1.AbstractParseHandler
Returns the object.
getObjectClass(String) - Method in class org.ldaptive.schema.Schema
Returns the object class with the supplied OID or name.
getObjectClasses() - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns the object classes.
getObjectClasses() - Method in class org.ldaptive.schema.Schema
Returns the object classes.
getObjectClassType() - Method in class org.ldaptive.schema.ObjectClass
Returns the object class type.
getOid() - Method in class org.ldaptive.AbstractMessage.ControlParser
Returns the control oid.
getOID() - Method in class org.ldaptive.control.AbstractControl
 
getOID() - Method in interface org.ldaptive.control.Control
Returns the OID for this control.
getOID() - Method in class org.ldaptive.schema.AttributeType
Returns the oid.
getOID() - Method in class org.ldaptive.schema.DITContentRule
Returns the oid.
getOID() - Method in class org.ldaptive.schema.MatchingRule
Returns the oid.
getOID() - Method in class org.ldaptive.schema.MatchingRuleUse
Returns the oid.
getOID() - Method in class org.ldaptive.schema.NameForm
Returns the oid.
getOID() - Method in class org.ldaptive.schema.ObjectClass
Returns the oid.
getOID() - Method in class org.ldaptive.schema.Syntax
Returns the oid.
getOldDn() - Method in class org.ldaptive.ModifyDnRequest
Returns the old DN.
getOnClose() - Method in class org.ldaptive.SingleConnectionFactory
Returns the function to run when the connection is closed.
getOnComplete() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
getOnControl() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
getOnEntry() - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
getOnException() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
getOnFailure() - Method in class org.ldaptive.AbstractConnectionValidator
Returns a consumer to handle a connection that has failed validation.
getOnIntermediate() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
getOnOpen() - Method in class org.ldaptive.SingleConnectionFactory
Returns the function to run when the connection is opened.
getOnReference() - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
getOnReferral() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
getOnResult() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
getOnSearchResult() - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
getOnSuccess() - Method in class org.ldaptive.AbstractConnectionValidator
Returns a consumer to handle a connection that has been successfully validated.
getOnUnsolicitedNotification() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
getOperation() - Method in class org.ldaptive.AttributeModification
 
getOperation() - Method in class org.ldaptive.concurrent.AbstractOperationWorker
Returns the underlying operation.
getOptionalAttributes() - Method in class org.ldaptive.schema.DITContentRule
Returns the optional attributes.
getOptionalAttributes() - Method in class org.ldaptive.schema.NameForm
Returns the optional attributes.
getOptionalAttributes() - Method in class org.ldaptive.schema.ObjectClass
Returns the optional attributes.
getOptions() - Method in class org.ldaptive.LdapAttribute
Returns any options that may exist on the attribute description.
getOrderingMatchingRule() - Method in class org.ldaptive.schema.AttributeType
Returns the ordering matching rule.
getPackageName() - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns the package name where beans will be generated.
getPagedResultsCookie(SearchResponse) - Method in class org.ldaptive.control.util.PagedResultsClient
Returns the paged results cookie in the supplied response or null if no cookie exists.
getParameters() - Method in class org.ldaptive.FilterTemplate
Gets the filter parameters.
getParent() - Method in class org.ldaptive.dn.Dn
Convenience method to retrieve the parent DN.
getParsedDn() - Method in class org.ldaptive.LdapEntry
Returns the parsed ldap DN.
getPassivator() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the passivator for this pool.
getPassivator() - Method in interface org.ldaptive.pool.ConnectionPool
Returns the passivator for this pool.
getPassword() - Method in class org.ldaptive.sasl.ScramBindRequest
 
getPasswordAttribute() - Method in class org.ldaptive.auth.CompareAuthenticationHandler
Returns the password attribute.
getPasswordExpirationError() - Method in class org.ldaptive.auth.ext.PasswordExpirationAccountState
Returns the password expiration error for this account state.
getPasswordPolicyError() - Method in class org.ldaptive.auth.ext.PasswordPolicyAccountState
Returns the password policy error for this account state.
getPasswordScheme() - Method in class org.ldaptive.auth.CompareAuthenticationHandler
Returns the password scheme.
getPeriod() - Static method in class org.ldaptive.LdapURLActivatorService
Returns the activator period.
getPooledConnectionStatistics() - Method in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
 
getPooledConnectionStatistics() - Method in class org.ldaptive.pool.AbstractConnectionPool
 
getPooledConnectionStatistics() - Method in interface org.ldaptive.pool.ConnectionPool
Returns the statistics for each connection in the pool.
getPooledConnectionStatistics() - Method in interface org.ldaptive.pool.PooledConnectionProxy
Returns the statistics associated with this connection's activity in the pool.
getPort() - Method in class org.ldaptive.dns.SRVRecord
Returns the port.
getPort() - Method in class org.ldaptive.LdapURL
Returns the port.
getPreviousDn() - Method in class org.ldaptive.control.EntryChangeNotificationControl
Returns the previous dn.
getPriority() - Method in class org.ldaptive.dns.SRVRecord
Returns the priority.
getProperties() - Static method in class org.ldaptive.beans.generate.props.BeanGeneratorPropertySource
Returns the property names for this property source.
getProperties() - Method in class org.ldaptive.props.AbstractPropertyInvoker
Returns the property keys for this invoker.
getProperties() - Static method in class org.ldaptive.props.AuthenticationRequestPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.AuthenticatorPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.BindConnectionInitializerPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.BlockingConnectionPoolPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.CompareAuthenticationHandlerPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.ConnectionConfigPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.DefaultConnectionFactoryPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.PooledConnectionFactoryPropertySource
Returns the property names for this property source.
getProperties() - Method in interface org.ldaptive.props.PropertyInvoker
Returns the property names for this invoker.
getProperties() - Method in class org.ldaptive.props.PropertyValueParser
Returns the properties from the configuration.
getProperties() - Static method in class org.ldaptive.props.SearchConnectionValidatorPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.SearchDnResolverPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.SearchEntryResolverPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.SearchRequestPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.SearchRoleResolverPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.SimpleBindAuthenticationHandlerPropertySource
Returns the property names for this property source.
getProperties() - Static method in class org.ldaptive.props.SslConfigPropertySource
Returns the property names for this property source.
getProperties() - Method in class org.ldaptive.sasl.SaslConfig
Returns sasl properties.
getProperty(String) - Method in class org.ldaptive.sasl.SaslConfig
Returns a sasl property.
getPropertyDescriptors(Class<?>) - Method in class org.ldaptive.beans.reflect.MethodClassDescriptor
Returns a map of property descriptor names to property descriptor.
getPrunePeriod() - Method in class org.ldaptive.pool.AbstractPruneStrategy
 
getPrunePeriod() - Method in interface org.ldaptive.pool.PruneStrategy
Returns the interval at which the prune task will be executed.
getPruneStrategy() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the prune strategy for this pool.
getQualityOfProtection() - Method in class org.ldaptive.sasl.SaslConfig
Returns the sasl quality of protection.
getQualityOfProtection() - Method in class org.ldaptive.transport.DefaultSaslClient
Returns the QOP for this client.
getQueueType() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the type of queue used for this connection pool.
getRDn() - Method in class org.ldaptive.dn.Dn
Returns the first RDN in this DN.
getRDns() - Method in class org.ldaptive.dn.Dn
Returns the RDNs in this DN.
getRealm() - Method in class org.ldaptive.sasl.SaslConfig
Returns the sasl realm.
getReceivedTime() - Method in interface org.ldaptive.OperationHandle
Returns the time this operation received a result or encountered an exception.
getReceivedTime() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
getReconnectTimeout() - Method in class org.ldaptive.ConnectionConfig
Returns the reconnect timeout.
getReference() - Method in class org.ldaptive.SearchResponse
Returns a single search reference of this result.
getReferenceHandlers() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the search reference handlers.
getReferenceHandlers() - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
getReferenceHandlers() - Method in class org.ldaptive.SearchOperation
 
getReferences() - Method in class org.ldaptive.SearchResponse
Returns a collection of ldap entry.
getReferralConnectionFactory() - Method in class org.ldaptive.referral.AbstractFollowReferralHandler
Returns the referral connection factory.
getReferralDepth() - Method in class org.ldaptive.referral.AbstractFollowReferralHandler
Returns the referral depth of this handler.
getReferralHandlers() - Method in class org.ldaptive.AbstractOperation
 
getReferralHandlers() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the referral handlers.
getReferralLimit() - Method in class org.ldaptive.referral.AbstractFollowReferralHandler
Returns the maximum number of referrals to follow.
getReferralURLs() - Method in class org.ldaptive.AbstractResult
 
getReferralURLs() - Method in interface org.ldaptive.Result
Returns the referral URLs.
getReflectionTranscoder() - Method in class org.ldaptive.beans.reflect.AbstractAttributeValueMutator
Returns the reflection transcoder.
getRefreshDeletes() - Method in class org.ldaptive.control.SyncDoneControl
Returns whether to refresh deletes.
getRefreshDeletes() - Method in class org.ldaptive.extended.SyncInfoMessage
Returns whether to refresh deletes.
getRefreshDone() - Method in class org.ldaptive.extended.SyncInfoMessage
Returns whether refreshes are done.
getReloadHint() - Method in class org.ldaptive.control.SyncRequestControl
Returns the reload hint.
getRemainingBytes() - Method in interface org.ldaptive.asn1.DERBuffer
Returns the bytes remaining in the buffer.
getRequest() - Method in class org.ldaptive.AbstractOperationConnectionValidator
Returns the operation request.
getRequest() - Method in class org.ldaptive.SearchOperation
 
getRequest() - Method in class org.ldaptive.transport.DefaultOperationHandle
Returns the request.
getRequest() - Method in class org.ldaptive.transport.MessageFunctional
 
getRequestEncoders(int) - Method in class org.ldaptive.AbandonRequest
 
getRequestEncoders(int) - Method in class org.ldaptive.AbstractRequestMessage
Returns the request encoders for this message.
getRequestEncoders(int) - Method in class org.ldaptive.AddRequest
 
getRequestEncoders(int) - Method in class org.ldaptive.AnonymousBindRequest
 
getRequestEncoders(int) - Method in class org.ldaptive.CompareRequest
 
getRequestEncoders(int) - Method in class org.ldaptive.DeleteRequest
 
getRequestEncoders(int) - Method in class org.ldaptive.extended.ExtendedRequest
 
getRequestEncoders(int) - Method in class org.ldaptive.ModifyDnRequest
 
getRequestEncoders(int) - Method in class org.ldaptive.ModifyRequest
 
getRequestEncoders(int) - Method in class org.ldaptive.sasl.SaslBindRequest
 
getRequestEncoders(int) - Method in class org.ldaptive.SearchRequest
 
getRequestEncoders(int) - Method in class org.ldaptive.SimpleBindRequest
 
getRequestEncoders(int) - Method in class org.ldaptive.UnbindRequest
 
getRequestHandlers() - Method in class org.ldaptive.AbstractOperation
 
getRequestHandlers() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the search request handlers.
getRequestHandlers() - Method in class org.ldaptive.auth.Authenticator
Returns the authentication request handlers.
getRequestMode() - Method in class org.ldaptive.control.SyncRequestControl
Returns the request mode.
getRequiredAttributes() - Method in class org.ldaptive.schema.DITContentRule
Returns the required attributes.
getRequiredAttributes() - Method in class org.ldaptive.schema.NameForm
Returns the required attributes.
getRequiredAttributes() - Method in class org.ldaptive.schema.ObjectClass
Returns the required attributes.
getResolvedDn() - Method in class org.ldaptive.auth.AuthenticationResponse
Returns the DN that was resolved in order to perform authentication.
getResolveEntryOnFailure() - Method in class org.ldaptive.auth.Authenticator
Returns whether to execute the entry resolver on authentication failure.
getResolveFromAttribute() - Method in class org.ldaptive.auth.SearchDnResolver
Gets an attribute to use to resolve the DN, if the attribute is not present the resolution fails back on the entry's DN.
getResolverFunction() - Method in class org.ldaptive.DnsResolverConnectionStrategy
Returns the name resolution function.
getResource(String) - Static method in class org.ldaptive.io.ResourceUtils
getResource(String, ResourceLoader...) - Static method in class org.ldaptive.io.ResourceUtils
Attempts to find a ResourceLoader that supports the supplied path.
getResponseControl(SearchResponse) - Method in class org.ldaptive.control.util.PagedResultsClient
Returns the PagedResultsControl in the supplied response.
getResponseControl(SearchResponse) - Method in class org.ldaptive.control.util.VirtualListViewClient
Returns the VirtualListViewResponseControl in the supplied response.
getResponseHandlers() - Method in class org.ldaptive.auth.Authenticator
Returns the authentication response handlers.
getResponseName() - Method in class org.ldaptive.extended.ExtendedResponse
 
getResponseName() - Method in class org.ldaptive.extended.IntermediateResponse
 
getResponseTimeout() - Method in class org.ldaptive.AbstractRequestMessage
Returns the response timeout.
getResponseTimeout() - Method in class org.ldaptive.ConnectionConfig
Returns the response timeout.
getResponseTimeoutCondition() - Method in class org.ldaptive.transport.DefaultOperationHandle
Returns a predicate to determine whether the responseTimeout semaphore should be released.
getResponseTimeoutCondition() - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
getResponseValue() - Method in class org.ldaptive.extended.ExtendedResponse
 
getResponseValue() - Method in class org.ldaptive.extended.IntermediateResponse
 
getResponseValueParseHandler() - Method in class org.ldaptive.extended.SyncInfoMessage
 
getRestrictedAttributes() - Method in class org.ldaptive.schema.DITContentRule
Returns the restricted attributes.
getResult() - Method in class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Returns the response contained in this item or null if this item does not contain a response.
getResultCode() - Method in class org.ldaptive.AbstractResult
 
getResultCode() - Method in exception org.ldaptive.LdapException
Returns the result code.
getResultCode() - Method in interface org.ldaptive.Result
Returns the result code.
getResultHandlers() - Method in class org.ldaptive.AbstractOperation
 
getResultHandlers() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the search result handlers.
getResultHandlers() - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
getRetryCondition() - Method in class org.ldaptive.AbstractConnectionStrategy
 
getRetryCondition() - Method in interface org.ldaptive.ConnectionStrategy
Returns the condition used to determine whether to attempt to activate a connection.
getRetryMetadata() - Method in class org.ldaptive.LdapURL
Returns the retry metadata.
getReturnAttributes() - Method in class org.ldaptive.auth.AuthenticationRequest
Returns the return attributes.
getReturnAttributes() - Method in class org.ldaptive.auth.Authenticator
Returns the return attributes.
getReturnAttributes() - Method in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Returns the return attributes.
getReturnAttributes() - Method in class org.ldaptive.SearchRequest
Returns the search return attributes.
getReturnAttributes() - Method in class org.ldaptive.templates.Query
Returns the return attributes.
getReturnEcs() - Method in class org.ldaptive.control.PersistentSearchRequestControl
Returns whether to return an Entry Change Notification control.
getReverseOrder() - Method in class org.ldaptive.control.SortKey
Returns whether results should be in reverse sorted order.
getRid() - Method in class org.ldaptive.control.util.SyncReplCookie
Returns the RID.
getSalt() - Method in class org.ldaptive.transport.ScramSaslClient.ServerFirstMessage
 
getSaltedPassword() - Method in class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
 
getSaslClient() - Method in class org.ldaptive.sasl.DefaultSaslClientRequest
Returns the SASL client to use for this request.
getSaslClient() - Method in class org.ldaptive.sasl.GssApiBindRequest
 
getSaslClient() - Method in interface org.ldaptive.sasl.SaslClientRequest
Returns the SASL client used by this request.
getSaslClient() - Method in class org.ldaptive.sasl.ScramBindRequest
 
getSaslProperties() - Method in class org.ldaptive.sasl.DefaultSaslClientRequest
Returns the SASL properties.
getSaslProperties() - Method in class org.ldaptive.sasl.DigestMD5BindRequest
 
getSaslProperties() - Method in class org.ldaptive.sasl.GssApiBindRequest
 
getSchema() - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns the schema.
getSchemaFunction() - Static method in class org.ldaptive.schema.SchemaParser
The SchemaParser.SCHEMA_FUNCTION_PROPERTY property is checked and that class is loaded if provided.
getScheme() - Method in class org.ldaptive.LdapURL
Returns the scheme.
getScope() - Method in class org.ldaptive.LdapURL
Returns the scope.
getSearchAttribute() - Method in class org.ldaptive.handler.RecursiveResultHandler
Returns the attribute name that will be recursively searched on.
getSearchAttributes() - Method in class org.ldaptive.ext.MergeRequest
Returns the names of attributes that are used when searching for the entry.
getSearchOperation() - Method in class org.ldaptive.ext.MergeOperation
 
getSearchOperationWorker() - Method in class org.ldaptive.templates.SearchTemplatesOperation
Returns the search operation worker.
getSearchRequest() - Method in class org.ldaptive.SearchConnectionValidator
getSearchRestrictions() - Method in class org.ldaptive.templates.Query
Returns the search restrictions.
getSearchRestrictions() - Method in class org.ldaptive.templates.SearchTemplates
Returns the filter to use for search restrictions.
getSearchResult(ConnectionFactory, String, String, String[]) - Static method in class org.ldaptive.ad.schema.SchemaFactory
Searches for the supplied dn and returns its ldap entry.
getSearchResultHandlers() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the search result handlers.
getSearchResultHandlers() - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
getSearchResultHandlers() - Method in class org.ldaptive.SearchOperation
 
getSearchScope() - Method in class org.ldaptive.SearchRequest
Gets the search scope.
getSearchTemplates() - Method in class org.ldaptive.templates.SearchTemplatesOperation
Returns the search templates.
getSecurityStrength() - Method in class org.ldaptive.sasl.SaslConfig
Returns the sasl security strength.
getSentTime() - Method in interface org.ldaptive.OperationHandle
Returns the time this operation sent a request.
getSentTime() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
getServerName() - Method in class org.ldaptive.ad.control.VerifyNameControl
Returns the server name.
getServerSaslCreds() - Method in class org.ldaptive.BindResponse
 
getSessionSourceIp() - Method in class org.ldaptive.control.SessionTrackingControl
Returns the session source ip.
getSessionSourceName() - Method in class org.ldaptive.control.SessionTrackingControl
Returns the session source name.
getSessionTrackingIdentifier() - Method in class org.ldaptive.control.SessionTrackingControl
Returns the session tracking identifier.
getSid() - Method in class org.ldaptive.control.util.SyncReplCookie.CSN
Returns the sid part of the CSN
getSingleValueReflectionTranscoder(Class<?>) - Method in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
Returns the appropriate single value encoder for the supplied type.
getSize() - Method in class org.ldaptive.asn1.DERPath
Gets the number of nodes in the path.
getSize() - Method in class org.ldaptive.control.PagedResultsControl
Returns the paged results size.
getSizeLimit() - Method in class org.ldaptive.SearchRequest
Returns the size limit.
getSocketChannelType() - Method in class org.ldaptive.transport.netty.ConnectionTransport
Returns the socket channel type used with the event loop group.
getSocketChannelType() - Method in class org.ldaptive.transport.netty.NioConnectionTransport
 
getSortKeys() - Method in class org.ldaptive.control.SortRequestControl
Returns the sort keys.
getSortResult() - Method in class org.ldaptive.control.SortResponseControl
Returns the result code of the server side sort.
getSslConfig() - Method in class org.ldaptive.ConnectionConfig
Returns the ssl config.
getStartTLSTimeout() - Method in class org.ldaptive.ConnectionConfig
Returns the startTLS timeout.
getStatistics() - Method in class org.ldaptive.ad.control.GetStatsControl
Returns the statistics.
getStatisticsSize() - Method in class org.ldaptive.pool.IdlePruneStrategy
 
getStatisticsSize() - Method in interface org.ldaptive.pool.PruneStrategy
Returns the number of statistics to store for this prune strategy.
GetStatsControl - Class in org.ldaptive.ad.control
Request/response control for active directory servers to return statistics along with search results.
GetStatsControl() - Constructor for class org.ldaptive.ad.control.GetStatsControl
Default constructor.
GetStatsControl(boolean) - Constructor for class org.ldaptive.ad.control.GetStatsControl
Creates a new get stats control.
GetStatsControl.IntegerHandler - Class in org.ldaptive.ad.control
Parse handler implementation for integer stats.
GetStatsControl.StringHandler - Class in org.ldaptive.ad.control
Parse handler implementation for string stats.
getString() - Method in class org.ldaptive.Credential
Returns this credential as a string.
getStringValue() - Method in class org.ldaptive.dn.NameValue
 
getStringValue() - Method in class org.ldaptive.LdapAttribute
Returns a single string value of this attribute.
getStringValues() - Method in class org.ldaptive.ad.UnicodePwdAttribute
 
getStringValues() - Method in class org.ldaptive.LdapAttribute
Returns the values of this attribute as strings.
getStringValues(Object) - Method in class org.ldaptive.beans.AbstractClassDescriptor.SimpleAttributeValueMutator
 
getStringValues(Object) - Method in interface org.ldaptive.beans.AttributeValueMutator
Returns the string values of the attribute.
getStringValues(Object) - Method in class org.ldaptive.beans.reflect.FieldAttributeValueMutator
 
getStringValues(Object) - Method in class org.ldaptive.beans.reflect.MethodAttributeValueMutator
 
getStringValues(Object) - Method in class org.ldaptive.beans.spring.SpelAttributeValueMutator
 
getStructuralClass() - Method in class org.ldaptive.schema.NameForm
Returns the structural object class.
getSubAny() - Method in class org.ldaptive.filter.SubstringFilter
Returns the any substring assertion.
getSubFinal() - Method in class org.ldaptive.filter.SubstringFilter
Returns the final substring assertion.
getSubInitial() - Method in class org.ldaptive.filter.SubstringFilter
Returns the initial substring assertion.
getSubjectAltNames(X509Certificate, DefaultHostnameVerifier.SubjectAltNameType) - Method in class org.ldaptive.ssl.DefaultHostnameVerifier
Returns the subject alternative names matching the supplied name type from the supplied certificate.
getSubstringMatchingRule() - Method in class org.ldaptive.schema.AttributeType
Returns the substring matching rule.
getSubtreeSearch() - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Returns whether subtree searching will be used.
getSubtreeSearch() - Method in class org.ldaptive.auth.SearchDnResolver
Returns whether subtree searching will be used.
getSuccessTime() - Method in class org.ldaptive.AbstractRetryMetadata
 
getSuccessTime() - Method in interface org.ldaptive.RetryMetadata
Returns the success time.
getSuperiorClasses() - Method in class org.ldaptive.schema.ObjectClass
Returns the superior classes.
getSuperiorRules() - Method in class org.ldaptive.schema.DITStructureRule
Returns the superior rules.
getSuperiorType() - Method in class org.ldaptive.schema.AttributeType
Returns the superior type.
getSyncState() - Method in class org.ldaptive.control.SyncStateControl
Returns the sync state.
getSyntax(String) - Method in class org.ldaptive.schema.Schema
Returns the syntax with the supplied OID.
getSyntaxes() - Method in class org.ldaptive.schema.Schema
Returns the syntaxes.
getSyntaxOID() - Method in class org.ldaptive.schema.AttributeType
Returns the syntax oid.
getSyntaxOID() - Method in class org.ldaptive.schema.MatchingRule
Returns the syntax oid.
getSyntaxOID(boolean) - Method in class org.ldaptive.schema.AttributeType
Returns the syntax oid.
getSyntaxOIDBoundCount() - Method in class org.ldaptive.schema.AttributeType
Returns the syntax oid bound count.
getSyntaxType(AttributeType, Syntax) - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns the class for the supplied attribute type and syntax.
getTagByte() - Method in class org.ldaptive.asn1.AbstractDERTag
 
getTagByte() - Method in class org.ldaptive.asn1.ApplicationDERTag
 
getTagByte() - Method in class org.ldaptive.asn1.ContextDERTag
 
getTagByte() - Method in interface org.ldaptive.asn1.DERTag
Gets the value of this tag for encoding.
getTagByte() - Method in enum org.ldaptive.asn1.UniversalDERTag
 
getTagNo() - Method in class org.ldaptive.asn1.AbstractDERTag
 
getTagNo() - Method in interface org.ldaptive.asn1.DERTag
Gets the decimal value of the tag.
getTagNo() - Method in enum org.ldaptive.asn1.UniversalDERTag
Gets the decimal value of the tag.
getTarget() - Method in class org.ldaptive.dns.SRVRecord
Returns the target.
getTargetOffset() - Method in class org.ldaptive.control.util.VirtualListViewParams
Returns the target offset.
getTargetOffset() - Method in class org.ldaptive.control.VirtualListViewRequestControl
Returns the target offset.
getTargetPosition() - Method in class org.ldaptive.control.VirtualListViewResponseControl
Returns the target position.
getTemplate() - Method in class org.ldaptive.SearchOperation
 
getterMethod - Variable in class org.ldaptive.beans.reflect.MethodAttributeValueMutator
Method to get data from.
getTermParsers() - Method in class org.ldaptive.templates.SearchTemplates
Returns the term parsers used for creating filter parameters.
getTerms() - Method in class org.ldaptive.templates.Query
Returns the terms.
getThrowCondition() - Method in class org.ldaptive.AbstractOperation
 
getThrowCondition() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the throw condition.
getThrowCondition() - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
getThrowCondition() - Method in class org.ldaptive.ext.MergeOperation
 
getThrowCondition() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
getTime() - Method in class org.ldaptive.control.util.SyncReplCookie.CSN
Returns the time part of the CSN
getTimeBeforeExpiration() - Method in class org.ldaptive.control.PasswordExpiringControl
Returns the time in seconds until password expiration.
getTimeBeforeExpiration() - Method in class org.ldaptive.control.PasswordPolicyControl
Returns the time before expiration in seconds.
getTimeLimit() - Method in class org.ldaptive.SearchRequest
Returns the time limit.
getTimeoutIsFailure() - Method in class org.ldaptive.AbstractConnectionValidator
Returns whether a timeout should be considered a validation failure.
getToResult() - Method in class org.ldaptive.templates.Query
Returns the to result.
getTransport() - Method in class org.ldaptive.DefaultConnectionFactory
Returns the ldap transport.
getTransport() - Method in class org.ldaptive.PooledConnectionFactory
Returns the ldap transport.
getTransport(Class<? extends ConnectionFactory>) - Static method in class org.ldaptive.transport.TransportFactory
The TransportFactory.TRANSPORT_OVERRIDE map is checked and that class is loaded if provided.
getTransportOption(String) - Method in class org.ldaptive.ConnectionConfig
Returns a transport option.
getTransportOptions() - Method in class org.ldaptive.ConnectionConfig
Returns transport options.
getTrustAliases() - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Returns the aliases of the entries to use in the trust keystore
getTrustCertificates() - Method in class org.ldaptive.ssl.X509CredentialConfig
Returns the name of the trust certificates to use.
getTrustCertificates() - Method in class org.ldaptive.ssl.X509SSLContextInitializer
Returns the certificates to use for creating the trust managers.
getTrustKeystore() - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Returns the keystore to use for creating the trust managers.
getTrustManagerFactory(X509Certificate[]) - Method in class org.ldaptive.ssl.X509SSLContextInitializer
Creates a new trust manager factory.
getTrustManagerFactory(KeyStore, String...) - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Creates a new trust manager factory.
getTrustManagers() - Method in class org.ldaptive.ssl.AbstractSSLContextInitializer
 
getTrustManagers() - Method in class org.ldaptive.ssl.AggregateTrustManager
Returns the trust managers that are aggregated.
getTrustManagers() - Method in class org.ldaptive.ssl.SslConfig
Returns the trust managers.
getTrustManagers() - Method in interface org.ldaptive.ssl.SSLContextInitializer
Returns the trust managers used when creating SSL contexts.
getTrustStore() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Returns the name of the truststore to use.
getTrustStoreAliases() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Returns the aliases of the truststore to use.
getTrustStorePassword() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Returns the password for the truststore.
getTrustStoreType() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Returns the type of the truststore.
getTrustStrategy() - Method in class org.ldaptive.ssl.AggregateTrustManager
Returns the trust strategy.
getType() - Method in class org.ldaptive.ad.transcode.DeltaTimeValueTranscoder
 
getType() - Method in class org.ldaptive.ad.transcode.FileTimeValueTranscoder
 
getType() - Method in class org.ldaptive.ad.transcode.UnicodePwdValueTranscoder
 
getType() - Method in class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
 
getType() - Method in class org.ldaptive.beans.reflect.ArrayReflectionTranscoder
 
getType() - Method in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
 
getType() - Method in interface org.ldaptive.beans.reflect.ReflectionTranscoder
Returns the type produced by this transcoder.
getType() - Method in class org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
 
getType() - Method in class org.ldaptive.filter.AndFilter
 
getType() - Method in interface org.ldaptive.filter.FilterSet
Returns the type of filter set.
getType() - Method in class org.ldaptive.filter.NotFilter
 
getType() - Method in class org.ldaptive.filter.OrFilter
 
getType() - Method in class org.ldaptive.schema.transcode.AttributeTypeValueTranscoder
 
getType() - Method in class org.ldaptive.schema.transcode.DITContentRuleValueTranscoder
 
getType() - Method in class org.ldaptive.schema.transcode.DITStructureRuleValueTranscoder
 
getType() - Method in class org.ldaptive.schema.transcode.MatchingRuleUseValueTranscoder
 
getType() - Method in class org.ldaptive.schema.transcode.MatchingRuleValueTranscoder
 
getType() - Method in class org.ldaptive.schema.transcode.NameFormValueTranscoder
 
getType() - Method in class org.ldaptive.schema.transcode.ObjectClassValueTranscoder
 
getType() - Method in class org.ldaptive.schema.transcode.SyntaxValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.BooleanValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.ByteArrayValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.CertificateValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.CharArrayValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.DoubleValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.FloatValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.IntegerValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.LongValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.ObjectValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.ShortValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.StringValueTranscoder
 
getType() - Method in class org.ldaptive.transcode.UUIDValueTranscoder
 
getType() - Method in interface org.ldaptive.transcode.ValueTranscoder
Returns the type produced by this value transcoder.
getTypeMappings() - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns the type mappings.
getUnsolicitedNotificationHandlers() - Method in class org.ldaptive.AbstractOperation
 
getUnsolicitedNotificationHandlers() - Method in class org.ldaptive.AbstractSearchOperationFactory
Returns the unsolicited notification handlers.
getUris() - Method in class org.ldaptive.SearchResultReference
 
getUrl() - Method in class org.ldaptive.LdapURL
Returns the formatted URL as scheme://hostname:port/baseDn?attrs?scope?filter.
getUrls() - Method in class org.ldaptive.LdapURLSet
 
getUsage() - Method in class org.ldaptive.schema.AttributeType
Returns the usage.
getUser() - Method in class org.ldaptive.auth.AuthenticationRequest
Returns the user.
getUserFilter() - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Returns the filter used to search for the user.
getUserFilter() - Method in class org.ldaptive.auth.SearchDnResolver
Returns the filter used to search for the user.
getUserFilterParameters() - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Returns the filter parameters used to search for the user.
getUserFilterParameters() - Method in class org.ldaptive.auth.SearchDnResolver
Returns the filter parameters used to search for the user.
getUsername() - Method in class org.ldaptive.sasl.ScramBindRequest
 
getUseStartTLS() - Method in class org.ldaptive.ConnectionConfig
Returns whether startTLS will be used for connections.
getValidatePeriod() - Method in class org.ldaptive.AbstractConnectionValidator
 
getValidatePeriod() - Method in interface org.ldaptive.ConnectionValidator
Returns the interval at which the validation task will be executed.
getValidateTimeout() - Method in class org.ldaptive.AbstractConnectionValidator
 
getValidateTimeout() - Method in interface org.ldaptive.ConnectionValidator
Returns the duration at which a validate operation should be abandoned.
getValidationExceptionHandler() - Method in class org.ldaptive.PooledConnectionFactory
Returns the validation exception handler.
getValidator() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the connection validator for this pool.
getValidator() - Method in class org.ldaptive.SingleConnectionFactory
Returns the connection validator for this factory.
getValidResultCodes() - Method in class org.ldaptive.AbstractOperationConnectionValidator
Returns the valid result codes.
getValue() - Method in class org.ldaptive.AbstractMessage.ControlParser
Returns the control value.
getValue() - Method in class org.ldaptive.CompareRequest
Returns the value.
getValue() - Method in class org.ldaptive.control.util.SyncReplCookie.CSN
Returns the entire value of the CSN.
getValue(Object) - Method in class org.ldaptive.beans.AbstractClassDescriptor.SimpleDnValueMutator
 
getValue(Object) - Method in interface org.ldaptive.beans.DnValueMutator
Returns the DN value for the supplied object.
getValue(Object) - Method in class org.ldaptive.beans.reflect.DefaultDnValueMutator
 
getValue(Object) - Method in class org.ldaptive.beans.spring.SpelDnValueMutator
 
getValue(String) - Method in class org.ldaptive.dn.Dn
Returns the first RDN value with the supplied name.
getValue(String) - Method in class org.ldaptive.schema.Extensions
Returns a single string value for the extension with the supplied name.
getValue(Function<byte[], T>) - Method in class org.ldaptive.dn.NameValue
 
getValue(Function<byte[], T>) - Method in class org.ldaptive.LdapAttribute
Returns a single decoded value of this attribute.
getValueEscaper() - Method in class org.ldaptive.dn.DefaultRDnNormalizer
Returns the value escaper.
getValueFunction() - Method in class org.ldaptive.dn.DefaultRDnNormalizer
Returns the attribute value function.
getValues() - Method in class org.ldaptive.LdapEntry.AttributeParser
Returns the attribute values.
getValues(Object, Class<T>) - Method in class org.ldaptive.beans.spring.SpelAttributeValueMutator
Uses the configured expression and evaluation context to retrieve values from the supplied object.
getValues(String) - Method in class org.ldaptive.dn.Dn
Returns the RDN values with the supplied name.
getValues(String) - Method in class org.ldaptive.schema.Extensions
Returns the values for the extension with the supplied name.
getValues(Function<byte[], T>) - Method in class org.ldaptive.LdapAttribute
Returns the values of this attribute decoded by the supplied function.
getViewResult() - Method in class org.ldaptive.control.VirtualListViewResponseControl
Returns the result code of the virtual list view.
getVirtualListViewCookie(SearchResponse) - Method in class org.ldaptive.control.util.VirtualListViewClient
Returns the VLV results cookie in the supplied response or null if no cookie exists.
getWarning() - Method in class org.ldaptive.auth.AccountState
Returns the first account state warning or null if no warnings exist.
getWarningPeriod() - Method in class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
Returns the amount of time before expiration to produce a warning.
getWarningPeriod() - Method in class org.ldaptive.auth.ext.EDirectoryAuthenticationResponseHandler
Returns the amount of time before expiration to produce a warning.
getWarningPeriod() - Method in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Returns the amount of time before expiration to produce a warning.
getWarnings() - Method in class org.ldaptive.auth.AccountState
Returns the account state warnings.
getWeight() - Method in class org.ldaptive.dns.SRVRecord
Returns the weight.
GlobalIdentifier - Class in org.ldaptive.ad
Class to represent an active directory GUID.
GlobalIdentifier() - Constructor for class org.ldaptive.ad.GlobalIdentifier
Default constructor.
graceAuthNsRemaining - Variable in class org.ldaptive.control.PasswordPolicyControl
Ppolicy warning.
GraceAuthnsRemainingHandler(PasswordPolicyControl) - Constructor for class org.ldaptive.control.PasswordPolicyControl.GraceAuthnsRemainingHandler
Creates a new grace authns remaining handler.
GRAPHICSTR - org.ldaptive.asn1.UniversalDERTag
GraphicString type.
GREATER_OR_EQUAL - org.ldaptive.filter.Filter.Type
Greater or equal filter.
GREATER_OR_EQUAL_FILTER_PATTERN - Static variable in class org.ldaptive.filter.RegexFilterFunction
Regex pattern to match a greater or equal filter.
GreaterOrEqualFilter - Class in org.ldaptive.filter
Greater or equal search filter component defined as:
GreaterOrEqualFilter(String, byte[]) - Constructor for class org.ldaptive.filter.GreaterOrEqualFilter
Creates a new greater or equal filter.
GreaterOrEqualFilter(String, String) - Constructor for class org.ldaptive.filter.GreaterOrEqualFilter
Creates a new greater or equal filter.
groupFilter - Variable in class org.ldaptive.ad.handler.PrimaryGroupIdHandler
search filter used to find the primary group.
groupName - Variable in class org.ldaptive.jaas.LdapGroup
LDAP group name.
grow(int, boolean) - Method in class org.ldaptive.pool.AbstractConnectionPool
Attempts to grow the pool to the supplied size.
GS2_NO_CHANNEL_BINDING - Static variable in class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
GS2 header for no channel binding.
GS2_NO_CHANNEL_BINDING - Static variable in class org.ldaptive.transport.ScramSaslClient.ClientFirstMessage
GS2 header for no channel binding.
GSSAPI - org.ldaptive.sasl.Mechanism
Kerberos authentication type.
GssApiBindRequest - Class in org.ldaptive.sasl
LDAP GSSAPI bind request.
GssApiBindRequest(String, String, String, String, Map<String, Object>) - Constructor for class org.ldaptive.sasl.GssApiBindRequest
Creates a new GSSAPI bind request.
GssApiSaslClient - Class in org.ldaptive.transport
GSSAPI SASL client that implements the JAAS details to perform an LDAP bind with a kerberos principal.
GssApiSaslClient() - Constructor for class org.ldaptive.transport.GssApiSaslClient
 

H

handle - Variable in class org.ldaptive.ad.control.util.NotificationClient
Search operation handle.
handle - Variable in class org.ldaptive.control.util.PersistentSearchClient
Search operation handle.
handle - Variable in class org.ldaptive.control.util.SyncReplClient
Search operation handle.
handle - Variable in class org.ldaptive.transport.MessageFunctional
Operation handle that sent the request.
handle(String, AuthenticationRequest) - Method in class org.ldaptive.auth.AddControlAuthenticationRequestHandler
 
handle(String, AuthenticationRequest) - Method in interface org.ldaptive.auth.AuthenticationRequestHandler
Handle the request for an ldap authentication.
handle(Callback[]) - Method in class org.ldaptive.sasl.CramMD5BindRequest
 
handle(Callback[]) - Method in class org.ldaptive.sasl.DigestMD5BindRequest
 
handle(Callback[]) - Method in class org.ldaptive.sasl.GssApiBindRequest
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.AbstractMessage.ControlsHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.AbstractMessage.MessageIDHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.AbstractResult.DiagnosticMessageHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.AbstractResult.MatchedDNHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.AbstractResult.ReferralHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.AbstractResult.ResultCodeHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.ad.control.DirSyncControl.CookieHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.ad.control.DirSyncControl.FlagHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.ad.control.DirSyncControl.MaxAttrCountHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.ad.control.GetStatsControl.IntegerHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.ad.control.GetStatsControl.StringHandler
 
handle(DERParser, DERBuffer) - Method in interface org.ldaptive.asn1.ParseHandler
Invoked when a DER path is encountered that belongs to this parse handler.
handle(DERParser, DERBuffer) - Method in class org.ldaptive.BindResponse.SASLCredsHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.EntryChangeNotificationControl.ChangeNumberHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.EntryChangeNotificationControl.ChangeTypeHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.EntryChangeNotificationControl.PreviousDnHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.PagedResultsControl.CookieHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.PagedResultsControl.SizeHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.PasswordPolicyControl.ErrorHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.PasswordPolicyControl.GraceAuthnsRemainingHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.PasswordPolicyControl.TimeBeforeExpirationHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.SessionTrackingControl.FormatOIDHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.SessionTrackingControl.SourceIpHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.SessionTrackingControl.SourceNameHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.SessionTrackingControl.TrackingIdentifierHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.SortResponseControl.AttributeTypeHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.SortResponseControl.SortResultHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.SyncDoneControl.CookieHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.SyncDoneControl.RefreshDeletesHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.SyncStateControl.CookieHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.SyncStateControl.EntryUuidHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.SyncStateControl.StateHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.VirtualListViewResponseControl.ContentCountHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.VirtualListViewResponseControl.ContextIDHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.VirtualListViewResponseControl.TargetPositionHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.control.VirtualListViewResponseControl.ViewResultHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.dn.DefaultDnParser.OctetStringHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.ExtendedResponse.ResponseNameHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.ExtendedResponse.ResponseValueHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.IntermediateResponse.ResponseNameHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.IntermediateResponse.ResponseValueHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.PasswordModifyResponseParser.GenPasswdHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.SyncInfoMessage.NewCookieHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.SyncInfoMessage.RefreshDeleteCookieHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.SyncInfoMessage.RefreshDeleteDoneHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.SyncInfoMessage.RefreshDeleteHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.SyncInfoMessage.RefreshPresentCookieHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.SyncInfoMessage.RefreshPresentDoneHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.SyncInfoMessage.RefreshPresentHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.SyncInfoMessage.SyncIdSetCookieHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.SyncInfoMessage.SyncIdSetDeletesHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.SyncInfoMessage.SyncIdSetHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.extended.SyncInfoMessage.SyncIdSetUuidsHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.LdapEntry.AttributesHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.LdapEntry.LdapDnHandler
 
handle(DERParser, DERBuffer) - Method in class org.ldaptive.SearchResultReference.ReferralUriHandler
 
handle(AuthenticationResponse) - Method in class org.ldaptive.auth.AggregateAuthenticationResponseHandler
 
handle(AuthenticationResponse) - Method in interface org.ldaptive.auth.AuthenticationResponseHandler
Handle the response from an ldap authentication.
handle(AuthenticationResponse) - Method in class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
 
handle(AuthenticationResponse) - Method in class org.ldaptive.auth.ext.EDirectoryAuthenticationResponseHandler
 
handle(AuthenticationResponse) - Method in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
 
handle(AuthenticationResponse) - Method in class org.ldaptive.auth.ext.PasswordExpirationAuthenticationResponseHandler
 
handle(AuthenticationResponse) - Method in class org.ldaptive.auth.ext.PasswordPolicyAuthenticationResponseHandler
 
handleAttribute(LdapAttribute) - Method in class org.ldaptive.handler.AbstractEntryHandler
Handle a single attribute.
handleAttributeName(String) - Method in class org.ldaptive.handler.AbstractEntryHandler
Returns the supplied attribute name unaltered.
handleAttributeName(String) - Method in class org.ldaptive.handler.CaseChangeEntryHandler
 
handleAttributes(LdapEntry) - Method in class org.ldaptive.ad.handler.AbstractBinaryAttributeHandler
 
handleAttributes(LdapEntry) - Method in class org.ldaptive.ad.handler.PrimaryGroupIdHandler
 
handleAttributes(LdapEntry) - Method in class org.ldaptive.ad.handler.RangeEntryHandler
 
handleAttributes(LdapEntry) - Method in class org.ldaptive.handler.AbstractEntryHandler
Handle the attributes of a search entry.
handleAttributes(LdapEntry) - Method in class org.ldaptive.handler.CaseChangeEntryHandler
 
handleAttributes(LdapEntry) - Method in class org.ldaptive.handler.DnAttributeEntryHandler
 
handleAttributes(LdapEntry) - Method in class org.ldaptive.handler.MergeAttributeEntryHandler
 
handleAttributeValue(byte[]) - Method in class org.ldaptive.handler.AbstractEntryHandler
Returns the supplied attribute value unaltered.
handleAttributeValue(byte[]) - Method in class org.ldaptive.handler.CaseChangeEntryHandler
 
handleAttributeValue(String) - Method in class org.ldaptive.handler.AbstractEntryHandler
Returns the supplied attribute value unaltered.
handleAttributeValue(String) - Method in class org.ldaptive.handler.CaseChangeEntryHandler
 
handleDn(LdapEntry) - Method in class org.ldaptive.handler.AbstractEntryHandler
Handle the dn of a search entry.
handleDn(LdapEntry) - Method in class org.ldaptive.handler.CaseChangeEntryHandler
 
handleEntry(LdapEntry) - Method in class org.ldaptive.handler.AbstractEntryHandler
Handle the entry.
handleEntry(LdapEntry) - Method in class org.ldaptive.handler.RecursiveResultHandler
 
HandleMap - Class in org.ldaptive.transport.netty
Container for operation handles that are waiting on a response from the LDAP server.
HandleMap() - Constructor for class org.ldaptive.transport.netty.HandleMap
Creates a new handle map.
handler(String, AuthenticationHandler) - Method in class org.ldaptive.auth.AggregateAuthenticationHandler.Builder
 
handler(String, AuthenticationResponseHandler...) - Method in class org.ldaptive.auth.AggregateAuthenticationResponseHandler.Builder
 
handlerAdded(ChannelHandlerContext) - Method in class org.ldaptive.transport.netty.SaslHandler
 
handlerMap - Variable in class org.ldaptive.asn1.DERParser
Handlers for DER paths.
handlerRemoved0(ChannelHandlerContext) - Method in class org.ldaptive.transport.netty.SaslHandler
 
handles() - Method in class org.ldaptive.transport.netty.HandleMap
Returns all the operation handles in the queue.
handshakeCompleted(HandshakeCompletedEvent) - Method in class org.ldaptive.ssl.HostnameVerifyingListener
 
handshakeCompletedListeners - Variable in class org.ldaptive.ssl.SslConfig
Handshake completed listeners.
handshakeListeners(HandshakeCompletedListener...) - Method in class org.ldaptive.ssl.SslConfig.Builder
 
handshakeTimeout - Variable in class org.ldaptive.ssl.SslConfig
Duration of time that handshakes will block.
handshakeTimeout(Duration) - Method in class org.ldaptive.ssl.SslConfig.Builder
 
hasActiveUrls() - Method in class org.ldaptive.LdapURLSet
Returns whether this set has any active URLs.
hasConsumedMessage() - Method in class org.ldaptive.transport.DefaultOperationHandle
Returns whether this handle has consumed any messages.
HASH_CODE_PRIME - Static variable in class org.ldaptive.LdapUtils
Prime number to assist in calculating hash codes.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.DirSyncControl
hash value seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.ExtendedDnControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.ForceUpdateControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.GetStatsControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.LazyCommitControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.NotificationControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.PermissiveModifyControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.RangeRetrievalNoerrControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.SearchOptionsControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.ShowDeactivatedLinkControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.ShowDeletedControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.ShowRecycledControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.control.VerifyNameControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.handler.AbstractBinaryAttributeHandler
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.handler.ObjectGuidHandler
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.handler.ObjectSidHandler
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.handler.PrimaryGroupIdHandler
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ad.handler.RangeEntryHandler
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.AddResponse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.asn1.DERPath
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.asn1.DERPath.Node
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.auth.AuthenticationHandlerResponse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.auth.AuthenticationResponse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.BindResponse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.CompareResponse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.AuthorizationIdentityRequestControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.AuthorizationIdentityResponseControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.EntryChangeNotificationControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.GenericControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.ManageDsaITControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.MatchedValuesRequestControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.PagedResultsControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.PasswordExpiredControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.PasswordExpiringControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.PasswordPolicyControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.PersistentSearchRequestControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.ProxyAuthorizationControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.RelaxControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.SessionTrackingControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.SortKey
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.SortRequestControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.SortResponseControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.SyncDoneControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.SyncRequestControl
hash value seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.SyncStateControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.TreeDeleteControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.VirtualListViewRequestControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.control.VirtualListViewResponseControl
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.DeleteResponse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.dn.Dn
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.dn.NameValue
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.dn.RDn
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.dns.SRVRecord
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.extended.ExtendedResponse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.extended.IntermediateResponse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.extended.NoticeOfDisconnection
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.extended.SyncInfoMessage
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.extended.UnsolicitedNotification
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.filter.AndFilter
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.filter.ApproximateFilter
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.filter.EqualityFilter
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.filter.ExtensibleFilter
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.filter.GreaterOrEqualFilter
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.filter.LessOrEqualFilter
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.filter.NotFilter
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.filter.OrFilter
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.filter.PresenceFilter
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.filter.SubstringFilter
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.FilterTemplate
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.handler.CaseChangeEntryHandler
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.handler.DnAttributeEntryHandler
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.handler.MergeAttributeEntryHandler
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.handler.MergeResultHandler
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.handler.RecursiveResultHandler
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.handler.SortResultHandler
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.jaas.LdapCredential
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.jaas.LdapDnPrincipal
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.jaas.LdapGroup
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.jaas.LdapPrincipal
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.jaas.LdapRole
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.LdapAttribute
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.LdapEntry
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.LdapURL
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ModifyDnResponse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ModifyResponse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.schema.AttributeType
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.schema.DITContentRule
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.schema.DITStructureRule
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.schema.Extensions
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.schema.MatchingRule
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.schema.MatchingRuleUse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.schema.NameForm
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.schema.ObjectClass
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.schema.Schema
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.schema.Syntax
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.SearchRequest
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.SearchResponse
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.SearchResultReference
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.SingleConnectionFactory.ConnectionProxy
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ssl.KeyStoreCredentialConfig
hash code seed.
HASH_CODE_SEED - Static variable in class org.ldaptive.ssl.X509CredentialConfig
hash code seed.
hashCode() - Method in class org.ldaptive.AbstractMessage
Returns the hash code for this object.
hashCode() - Method in class org.ldaptive.ad.control.DirSyncControl
 
hashCode() - Method in class org.ldaptive.ad.control.ExtendedDnControl
 
hashCode() - Method in class org.ldaptive.ad.control.ForceUpdateControl
 
hashCode() - Method in class org.ldaptive.ad.control.GetStatsControl
 
hashCode() - Method in class org.ldaptive.ad.control.LazyCommitControl
 
hashCode() - Method in class org.ldaptive.ad.control.NotificationControl
 
hashCode() - Method in class org.ldaptive.ad.control.PermissiveModifyControl
 
hashCode() - Method in class org.ldaptive.ad.control.RangeRetrievalNoerrControl
 
hashCode() - Method in class org.ldaptive.ad.control.SearchOptionsControl
 
hashCode() - Method in class org.ldaptive.ad.control.ShowDeactivatedLinkControl
 
hashCode() - Method in class org.ldaptive.ad.control.ShowDeletedControl
 
hashCode() - Method in class org.ldaptive.ad.control.ShowRecycledControl
 
hashCode() - Method in class org.ldaptive.ad.control.VerifyNameControl
 
hashCode() - Method in class org.ldaptive.ad.handler.AbstractBinaryAttributeHandler
 
hashCode() - Method in class org.ldaptive.ad.handler.ObjectGuidHandler
 
hashCode() - Method in class org.ldaptive.ad.handler.ObjectSidHandler
 
hashCode() - Method in class org.ldaptive.ad.handler.PrimaryGroupIdHandler
 
hashCode() - Method in class org.ldaptive.ad.handler.RangeEntryHandler
 
hashCode() - Method in class org.ldaptive.AddResponse
 
hashCode() - Method in class org.ldaptive.asn1.DERPath
 
hashCode() - Method in class org.ldaptive.asn1.DERPath.Node
 
hashCode() - Method in class org.ldaptive.auth.AuthenticationHandlerResponse
 
hashCode() - Method in class org.ldaptive.auth.AuthenticationResponse
 
hashCode() - Method in class org.ldaptive.BindResponse
 
hashCode() - Method in class org.ldaptive.CompareResponse
 
hashCode() - Method in class org.ldaptive.control.AbstractControl
Returns the hash code for this object.
hashCode() - Method in class org.ldaptive.control.AuthorizationIdentityRequestControl
 
hashCode() - Method in class org.ldaptive.control.AuthorizationIdentityResponseControl
 
hashCode() - Method in class org.ldaptive.control.EntryChangeNotificationControl
 
hashCode() - Method in class org.ldaptive.control.GenericControl
 
hashCode() - Method in class org.ldaptive.control.ManageDsaITControl
 
hashCode() - Method in class org.ldaptive.control.MatchedValuesRequestControl
 
hashCode() - Method in class org.ldaptive.control.PagedResultsControl
 
hashCode() - Method in class org.ldaptive.control.PasswordExpiredControl
 
hashCode() - Method in class org.ldaptive.control.PasswordExpiringControl
 
hashCode() - Method in class org.ldaptive.control.PasswordPolicyControl
 
hashCode() - Method in class org.ldaptive.control.PersistentSearchRequestControl
 
hashCode() - Method in class org.ldaptive.control.ProxyAuthorizationControl
 
hashCode() - Method in class org.ldaptive.control.RelaxControl
 
hashCode() - Method in class org.ldaptive.control.SessionTrackingControl
 
hashCode() - Method in class org.ldaptive.control.SortKey
 
hashCode() - Method in class org.ldaptive.control.SortRequestControl
 
hashCode() - Method in class org.ldaptive.control.SortResponseControl
 
hashCode() - Method in class org.ldaptive.control.SyncDoneControl
 
hashCode() - Method in class org.ldaptive.control.SyncRequestControl
 
hashCode() - Method in class org.ldaptive.control.SyncStateControl
 
hashCode() - Method in class org.ldaptive.control.TreeDeleteControl
 
hashCode() - Method in class org.ldaptive.control.VirtualListViewRequestControl
 
hashCode() - Method in class org.ldaptive.control.VirtualListViewResponseControl
 
hashCode() - Method in class org.ldaptive.DeleteResponse
 
hashCode() - Method in class org.ldaptive.dn.Dn
 
hashCode() - Method in class org.ldaptive.dn.NameValue
 
hashCode() - Method in class org.ldaptive.dn.RDn
 
hashCode() - Method in class org.ldaptive.dns.SRVRecord
 
hashCode() - Method in class org.ldaptive.extended.ExtendedResponse
 
hashCode() - Method in class org.ldaptive.extended.IntermediateResponse
 
hashCode() - Method in class org.ldaptive.extended.NoticeOfDisconnection
 
hashCode() - Method in class org.ldaptive.extended.SyncInfoMessage
 
hashCode() - Method in class org.ldaptive.extended.UnsolicitedNotification
 
hashCode() - Method in class org.ldaptive.filter.AbstractAttributeValueAssertionFilter
 
hashCode() - Method in class org.ldaptive.filter.AndFilter
 
hashCode() - Method in class org.ldaptive.filter.ApproximateFilter
 
hashCode() - Method in class org.ldaptive.filter.EqualityFilter
 
hashCode() - Method in class org.ldaptive.filter.ExtensibleFilter
 
hashCode() - Method in class org.ldaptive.filter.GreaterOrEqualFilter
 
hashCode() - Method in class org.ldaptive.filter.LessOrEqualFilter
 
hashCode() - Method in class org.ldaptive.filter.NotFilter
 
hashCode() - Method in class org.ldaptive.filter.OrFilter
 
hashCode() - Method in class org.ldaptive.filter.PresenceFilter
 
hashCode() - Method in class org.ldaptive.filter.SubstringFilter
 
hashCode() - Method in class org.ldaptive.FilterTemplate
 
hashCode() - Method in class org.ldaptive.handler.AbstractEntryHandler
 
hashCode() - Method in class org.ldaptive.handler.CaseChangeEntryHandler
 
hashCode() - Method in class org.ldaptive.handler.DnAttributeEntryHandler
 
hashCode() - Method in class org.ldaptive.handler.MergeAttributeEntryHandler
 
hashCode() - Method in class org.ldaptive.handler.MergeResultHandler
 
hashCode() - Method in class org.ldaptive.handler.RecursiveResultHandler
 
hashCode() - Method in class org.ldaptive.handler.SortResultHandler
 
hashCode() - Method in class org.ldaptive.jaas.LdapCredential
 
hashCode() - Method in class org.ldaptive.jaas.LdapDnPrincipal
 
hashCode() - Method in class org.ldaptive.jaas.LdapGroup
 
hashCode() - Method in class org.ldaptive.jaas.LdapPrincipal
 
hashCode() - Method in class org.ldaptive.jaas.LdapRole
 
hashCode() - Method in class org.ldaptive.LdapAttribute
 
hashCode() - Method in class org.ldaptive.LdapEntry
 
hashCode() - Method in class org.ldaptive.LdapURL
 
hashCode() - Method in class org.ldaptive.ModifyDnResponse
 
hashCode() - Method in class org.ldaptive.ModifyResponse
 
hashCode() - Method in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
 
hashCode() - Method in class org.ldaptive.schema.AbstractSchemaElement
 
hashCode() - Method in class org.ldaptive.schema.AttributeType
 
hashCode() - Method in class org.ldaptive.schema.DITContentRule
 
hashCode() - Method in class org.ldaptive.schema.DITStructureRule
 
hashCode() - Method in class org.ldaptive.schema.Extensions
 
hashCode() - Method in class org.ldaptive.schema.MatchingRule
 
hashCode() - Method in class org.ldaptive.schema.MatchingRuleUse
 
hashCode() - Method in class org.ldaptive.schema.NameForm
 
hashCode() - Method in class org.ldaptive.schema.ObjectClass
 
hashCode() - Method in class org.ldaptive.schema.Schema
 
hashCode() - Method in class org.ldaptive.schema.Syntax
 
hashCode() - Method in class org.ldaptive.SearchRequest
 
hashCode() - Method in class org.ldaptive.SearchResponse
 
hashCode() - Method in class org.ldaptive.SearchResultReference
 
hashCode() - Method in class org.ldaptive.SingleConnectionFactory.ConnectionProxy
 
hashCode() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
 
hashCode() - Method in class org.ldaptive.ssl.X509CredentialConfig
 
hasInactiveUrls() - Method in class org.ldaptive.LdapURLSet
Returns whether this set has any inactive URLs.
hasMore(SearchResponse) - Method in class org.ldaptive.ad.control.util.DirSyncClient
Returns whether DirSyncClient.execute(SearchRequest, SearchResponse) can be invoked again.
hasMore(SearchResponse) - Method in class org.ldaptive.control.util.PagedResultsClient
Returns whether PagedResultsClient.execute(SearchRequest, SearchResponse) can be invoked again.
hasName(String) - Method in class org.ldaptive.dn.NameValue
Returns whether the attribute name matches the supplied name.
hasName(String) - Method in class org.ldaptive.schema.AbstractNamedSchemaElement
Returns whether the supplied string matches, ignoring case, any of the names for this schema element.
hasNext() - Method in class org.ldaptive.AbstractConnectionStrategy.DefaultLdapURLIterator
 
hasProperty(String) - Method in class org.ldaptive.props.AbstractPropertyInvoker
Returns whether the supplied property exists for this invoker.
hasProperty(String) - Method in interface org.ldaptive.props.PropertyInvoker
Returns whether a property with the supplied name exists on this invoker.
hasRemaining() - Method in interface org.ldaptive.asn1.DERBuffer
Returns whether there are any elements between the current position and the limit.
hasValue() - Method in class org.ldaptive.ad.control.DirSyncControl
 
hasValue() - Method in class org.ldaptive.ad.control.ExtendedDnControl
 
hasValue() - Method in class org.ldaptive.ad.control.ForceUpdateControl
 
hasValue() - Method in class org.ldaptive.ad.control.GetStatsControl
 
hasValue() - Method in class org.ldaptive.ad.control.LazyCommitControl
 
hasValue() - Method in class org.ldaptive.ad.control.NotificationControl
 
hasValue() - Method in class org.ldaptive.ad.control.PermissiveModifyControl
 
hasValue() - Method in class org.ldaptive.ad.control.RangeRetrievalNoerrControl
 
hasValue() - Method in class org.ldaptive.ad.control.SearchOptionsControl
 
hasValue() - Method in class org.ldaptive.ad.control.ShowDeactivatedLinkControl
 
hasValue() - Method in class org.ldaptive.ad.control.ShowDeletedControl
 
hasValue() - Method in class org.ldaptive.ad.control.ShowRecycledControl
 
hasValue() - Method in class org.ldaptive.ad.control.VerifyNameControl
 
hasValue() - Method in class org.ldaptive.control.AuthorizationIdentityRequestControl
 
hasValue() - Method in class org.ldaptive.control.GenericControl
 
hasValue() - Method in class org.ldaptive.control.ManageDsaITControl
 
hasValue() - Method in class org.ldaptive.control.MatchedValuesRequestControl
 
hasValue() - Method in class org.ldaptive.control.PagedResultsControl
 
hasValue() - Method in class org.ldaptive.control.PasswordPolicyControl
 
hasValue() - Method in class org.ldaptive.control.PersistentSearchRequestControl
 
hasValue() - Method in class org.ldaptive.control.ProxyAuthorizationControl
 
hasValue() - Method in class org.ldaptive.control.RelaxControl
 
hasValue() - Method in interface org.ldaptive.control.RequestControl
Returns whether the control has a value associated with it.
hasValue() - Method in class org.ldaptive.control.SessionTrackingControl
 
hasValue() - Method in class org.ldaptive.control.SortRequestControl
 
hasValue() - Method in class org.ldaptive.control.SyncRequestControl
 
hasValue() - Method in class org.ldaptive.control.TreeDeleteControl
 
hasValue() - Method in class org.ldaptive.control.VirtualListViewRequestControl
 
hasValue(byte[]) - Method in class org.ldaptive.LdapAttribute
Returns whether the supplied value exists in this attribute.
hasValue(String) - Method in class org.ldaptive.LdapAttribute
Returns whether the supplied value exists in this attribute.
hasValue(Function<T, byte[]>, T) - Method in class org.ldaptive.LdapAttribute
Returns whether the supplied value exists in this attribute.
Hex - Class in org.ldaptive.io
Utility for hexidecimal encoding and decoding.
Hex() - Constructor for class org.ldaptive.io.Hex
Default constructor.
HEX_CHARS - Static variable in class org.ldaptive.io.Hex
Hexidecimal characters.
HEX_PATH - Static variable in class org.ldaptive.dn.DefaultDnParser
DER path for hex values.
HEX_RADIX - Static variable in enum org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
hex radix for hex to decimal conversion.
HEX_RADIX - Static variable in class org.ldaptive.dn.DefaultDnParser
Hexadecimal radix.
HEXADECIMAL - org.ldaptive.ad.control.ExtendedDnControl.Flag
hexadecimal format.
hexDecode(char[]) - Static method in class org.ldaptive.LdapUtils
This will decode the supplied value as a hex encoded string to a byte[].
hexEncode(byte...) - Static method in class org.ldaptive.LdapUtils
This will convert the supplied value to a hex encoded string.
hexEncode(char...) - Static method in class org.ldaptive.LdapUtils
This will convert the supplied value to a hex encoded string.
HIGH - org.ldaptive.sasl.SecurityStrength
High security strength.
hostname - Variable in class org.ldaptive.LdapURL
Hostname of the ldap url.
hostname - Variable in class org.ldaptive.ssl.HostnameVerifyingListener
Hostname used in verification.
HostnameResolver - Class in org.ldaptive.ssl
Resolves a hostname from an SSLSession.
HostnameResolver(SSLSession) - Constructor for class org.ldaptive.ssl.HostnameResolver
Creates a new hostname resolver.
hostnameVerifier - Variable in class org.ldaptive.ssl.HostnameVerifierAdapter
Hostname verifier to adapt.
hostnameVerifier - Variable in class org.ldaptive.ssl.HostnameVerifyingListener
Hostname verifier invoked when the handshake completes.
hostnameVerifier - Variable in class org.ldaptive.ssl.SslConfig
Certificate hostname verifier.
hostnameVerifier - Variable in class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
Hostname verifier.
hostnameVerifier(CertificateHostnameVerifier) - Method in class org.ldaptive.ssl.SslConfig.Builder
 
HostnameVerifierAdapter - Class in org.ldaptive.ssl
HostnameVerifierAdapter(CertificateHostnameVerifier) - Constructor for class org.ldaptive.ssl.HostnameVerifierAdapter
Creates a new hostname verifier adapter.
HostnameVerifyingListener - Class in org.ldaptive.ssl
Handshake completed listener that invokes a hostname verifier.
HostnameVerifyingListener(HostnameVerifier) - Constructor for class org.ldaptive.ssl.HostnameVerifyingListener
Creates a new verifying handshake completed listener.
HostnameVerifyingListener(HostnameVerifier, String) - Constructor for class org.ldaptive.ssl.HostnameVerifyingListener
Creates a new verifying handshake completed listener.
HOUR_PATTERN - Static variable in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
Pattern for capturing hours in generalized time.
Hours - org.ldaptive.transcode.GeneralizedTimeValueTranscoder.FractionalPart
Fractional hours.

I

i - Variable in class org.ldaptive.AbstractConnectionStrategy.DefaultLdapURLIterator
Iterator index.
IA5STR - org.ldaptive.asn1.UniversalDERTag
IA5String type.
id - Variable in class org.ldaptive.schema.DITStructureRule
ID.
id(int) - Method in class org.ldaptive.AbandonRequest.Builder
Sets the message ID.
id(String) - Method in class org.ldaptive.auth.AuthenticationRequest.Builder
Sets the user id.
identifier - Variable in class org.ldaptive.auth.User
User identifier.
idle(Duration) - Method in class org.ldaptive.pool.IdlePruneStrategy.Builder
Sets the prune idle time.
IdlePruneStrategy - Class in org.ldaptive.pool
Removes connections from the pool based on how long they have been idle in the available queue.
IdlePruneStrategy() - Constructor for class org.ldaptive.pool.IdlePruneStrategy
Creates a new idle prune strategy.
IdlePruneStrategy(Duration) - Constructor for class org.ldaptive.pool.IdlePruneStrategy
Creates a new idle prune strategy.
IdlePruneStrategy(Duration, Duration) - Constructor for class org.ldaptive.pool.IdlePruneStrategy
Creates a new idle prune strategy.
IdlePruneStrategy.Builder - Class in org.ldaptive.pool
Idle prune strategy builder.
idleTime - Variable in class org.ldaptive.pool.IdlePruneStrategy
Idle time.
immutable - Variable in class org.ldaptive.AbstractConfig
Whether this config has been marked immutable.
inactiveUrls - Variable in class org.ldaptive.LdapURLActivatorService
List of inactive URLs to test.
INAPPROPRIATE_AUTHENTICATION - org.ldaptive.ResultCode
inappropriate authentication.
INAPPROPRIATE_MATCHING - org.ldaptive.ResultCode
inappropriate matching.
inboundException - Variable in class org.ldaptive.transport.netty.NettyConnection
Last exception received on the inbound pipeline.
InboundExceptionHandler() - Constructor for class org.ldaptive.transport.netty.NettyConnection.InboundExceptionHandler
 
InboundMessageHandler() - Constructor for class org.ldaptive.transport.netty.NettyConnection.InboundMessageHandler
 
includeAttrs - Variable in class org.ldaptive.ext.MergeRequest
Attribute names to include when performing a merge.
includeSuperiorClasses - Variable in class org.ldaptive.beans.generate.BeanGenerator
Whether to include superior classes for each object class.
includeSuperiorClasses(boolean) - Method in class org.ldaptive.beans.generate.BeanGenerator.Builder
 
INCREMENT - org.ldaptive.AttributeModification.Type
Increment the value of an attribute.
INCREMENTAL_VALUES - org.ldaptive.ad.control.DirSyncControl.Flag
incremental values.
INDEX_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to index.
inetAddress - Variable in class org.ldaptive.LdapURL
IP address resolved for this URL.
INFINITE_RECONNECT_ATTEMPTS - Static variable in class org.ldaptive.ConnectionConfig
Predicate that attempts to reconnect forever, waiting for 5 seconds after the first attempt.
INFINITE_RECONNECT_ATTEMPTS_WITH_BACKOFF - Static variable in class org.ldaptive.ConnectionConfig
Predicate that attempts to reconnect forever, backing off in 5 second intervals after the first attempt.
initChannel(SocketChannel) - Method in class org.ldaptive.transport.netty.NettyConnection.ClientInitializer
 
initConnectionFactoryManager(ConnectionFactoryManager) - Method in class org.ldaptive.props.AuthenticatorPropertySource
Initializes the supplied connection factory manager using the properties in this property source.
INITIAL - org.ldaptive.filter.SubstringFilter.Substrings
Initial substring.
initialize() - Method in class org.ldaptive.beans.generate.props.BeanGeneratorPropertySource
 
initialize() - Method in class org.ldaptive.control.util.SyncReplRunner
Prepare this runner for use.
initialize() - Method in class org.ldaptive.pool.AbstractConnectionPool
Initialize this pool for use.
initialize() - Method in interface org.ldaptive.pool.ConnectionPool
Initialize this pool for use.
initialize() - Method in class org.ldaptive.props.AbstractConnectionFactoryManagerPropertySource
 
initialize() - Method in class org.ldaptive.props.AuthenticationRequestPropertySource
 
initialize() - Method in class org.ldaptive.props.AuthenticatorPropertySource
 
initialize() - Method in class org.ldaptive.props.BindConnectionInitializerPropertySource
 
initialize() - Method in class org.ldaptive.props.BlockingConnectionPoolPropertySource
 
initialize() - Method in class org.ldaptive.props.CompareAuthenticationHandlerPropertySource
 
initialize() - Method in class org.ldaptive.props.ConnectionConfigPropertySource
 
initialize() - Method in class org.ldaptive.props.DefaultConnectionFactoryPropertySource
 
initialize() - Method in class org.ldaptive.props.PooledConnectionFactoryPropertySource
 
initialize() - Method in interface org.ldaptive.props.PropertySource
Initializes the object for this property source.
initialize() - Method in class org.ldaptive.props.SearchConnectionValidatorPropertySource
 
initialize() - Method in class org.ldaptive.props.SearchDnResolverPropertySource
 
initialize() - Method in class org.ldaptive.props.SearchEntryResolverPropertySource
 
initialize() - Method in class org.ldaptive.props.SearchRequestPropertySource
 
initialize() - Method in class org.ldaptive.props.SearchRoleResolverPropertySource
 
initialize() - Method in class org.ldaptive.props.SimpleBindAuthenticationHandlerPropertySource
 
initialize() - Method in class org.ldaptive.props.SimplePropertySource
 
initialize() - Method in class org.ldaptive.props.SslConfigPropertySource
 
initialize() - Method in class org.ldaptive.SingleConnectionFactory
Prepares this factory for use.
initialize(Class<?>) - Method in interface org.ldaptive.beans.ClassDescriptor
Prepare this class descriptor for use.
initialize(Class<?>) - Method in class org.ldaptive.beans.reflect.DefaultClassDescriptor
 
initialize(Class<?>) - Method in class org.ldaptive.beans.reflect.FieldClassDescriptor
 
initialize(Class<?>) - Method in class org.ldaptive.beans.reflect.MethodClassDescriptor
 
initialize(Class<?>) - Method in class org.ldaptive.beans.spring.SpringClassDescriptor
 
initialize(Class<?>) - Method in class org.ldaptive.props.AbstractPropertyInvoker
Initializes the properties cache with the supplied class.
initialize(String, String) - Method in class org.ldaptive.props.PropertyValueParser
initialize(String, Predicate<LdapURL>) - Method in class org.ldaptive.AbstractConnectionStrategy
 
initialize(String, Predicate<LdapURL>) - Method in interface org.ldaptive.ConnectionStrategy
Prepare this strategy for use.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ldaptive.jaas.AbstractLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ldaptive.jaas.LdapDnAuthorizationModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ldaptive.jaas.LdapLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ldaptive.jaas.LdapRoleAuthorizationModule
 
initialize(Connection) - Method in class org.ldaptive.ad.extended.FastBindConnectionInitializer
 
initialize(Connection) - Method in class org.ldaptive.BindConnectionInitializer
 
initialize(Connection) - Method in interface org.ldaptive.ConnectionInitializer
Initialize the supplied connection.
initialize(SearchResponse) - Method in class org.ldaptive.SearchResponse
Copies the values of the supplied search result done to this synthetic result.
initializeConnectionProxy() - Method in class org.ldaptive.SingleConnectionFactory
Opens the connection and creates the connection proxy.
initialized - Variable in class org.ldaptive.AbstractConnectionStrategy
Whether this strategy has been successfully initialized.
initialized - Variable in class org.ldaptive.pool.AbstractConnectionPool
Whether AbstractConnectionPool.initialize() has been successfully invoked.
initialized - Variable in class org.ldaptive.SingleConnectionFactory
Whether SingleConnectionFactory.initialize() has been successfully invoked.
initializeInternal() - Method in class org.ldaptive.SingleConnectionFactory
Attempts to open the connection and establish the proxy.
initializeMessageFunctional(Object...) - Method in class org.ldaptive.transport.DefaultOperationHandle
Iterates over the supplied functions, set the connection and request if the type is MessageFunctional.
initializeObject(PropertyInvoker) - Method in class org.ldaptive.props.AbstractPropertySource
Iterates over the properties and uses the invoker to set those properties on the object.
initializeProperties(Matcher) - Method in class org.ldaptive.props.PropertyValueParser
Finds all the matches in the supplied matcher puts them into the properties map.
initializeReturnAttributes() - Method in class org.ldaptive.handler.RecursiveResultHandler
Initializes the return attributes array.
initializeType() - Method in class org.ldaptive.props.PropertyValueParser
Initialize an instance of the class type with the properties contained in this config.
InitialRetryMetadata - Class in org.ldaptive
Retry metadata used when a connection is opened.
InitialRetryMetadata(Instant) - Constructor for class org.ldaptive.InitialRetryMetadata
Creates a new initial retry metadata.
InitialTermParser() - Constructor for class org.ldaptive.templates.SearchTemplates.InitialTermParser
 
initSSLContext(String) - Method in class org.ldaptive.ssl.AbstractSSLContextInitializer
 
initSSLContext(String) - Method in interface org.ldaptive.ssl.SSLContextInitializer
Creates an initialized SSLContext for the supplied protocol.
INSTANCE - Static variable in class org.ldaptive.LdapURLActivatorService
Instance of this singleton.
instantiateType(T, String) - Static method in class org.ldaptive.props.AbstractPropertyInvoker
Creates an instance of the supplied type.
INSUFFICIENT_ACCESS_RIGHTS - org.ldaptive.ResultCode
insufficient access rights.
INSUFFICIENT_PASSWORD_QUALITY - org.ldaptive.control.PasswordPolicyControl.Error
insufficient password quality.
INT - org.ldaptive.asn1.UniversalDERTag
INTEGER type.
INTEGER_ONE - Static variable in class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
4-octet encoding of the integer 1.
IntegerHandler(GetStatsControl, String) - Constructor for class org.ldaptive.ad.control.GetStatsControl.IntegerHandler
Creates a new integer handler.
IntegerType - Class in org.ldaptive.asn1
Converts arbitrary-precision integers to and from their DER encoded format.
IntegerType(int) - Constructor for class org.ldaptive.asn1.IntegerType
Creates a new integer type.
IntegerType(BigInteger) - Constructor for class org.ldaptive.asn1.IntegerType
Creates a new integer type.
IntegerType(DERTag, int) - Constructor for class org.ldaptive.asn1.IntegerType
Creates a new integer type.
IntegerType(DERTag, BigInteger) - Constructor for class org.ldaptive.asn1.IntegerType
Creates a new integer type.
IntegerValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes an integer for use in an ldap attribute value.
IntegerValueTranscoder() - Constructor for class org.ldaptive.transcode.IntegerValueTranscoder
Default constructor.
IntegerValueTranscoder(boolean) - Constructor for class org.ldaptive.transcode.IntegerValueTranscoder
Creates a new integer value transcoder.
intermediate(IntermediateResponse) - Method in class org.ldaptive.transport.DefaultOperationHandle
INTERMEDIATE_PATH - Static variable in class org.ldaptive.transport.ResponseParser
Intermediate response DER path.
IntermediateResponse - Class in org.ldaptive.extended
LDAP extended response defined as:
IntermediateResponse() - Constructor for class org.ldaptive.extended.IntermediateResponse
Default constructor.
IntermediateResponse(DERBuffer) - Constructor for class org.ldaptive.extended.IntermediateResponse
Creates a new intermediate response.
IntermediateResponse.Builder - Class in org.ldaptive.extended
 
IntermediateResponse.ResponseNameHandler - Class in org.ldaptive.extended
Parse handler implementation for the response name.
IntermediateResponse.ResponseValueHandler - Class in org.ldaptive.extended
Parse handler implementation for the response value.
IntermediateResponseHandler - Interface in org.ldaptive.handler
Marker interface for an intermediate response handler.
intermediateResponseHandlers - Variable in class org.ldaptive.AbstractOperation
Functions to handle intermediate responses.
intermediateResponseHandlers - Variable in class org.ldaptive.AbstractSearchOperationFactory
Functions to handle intermediate responses.
INVALID_ATTRIBUTE_SYNTAX - org.ldaptive.ResultCode
invalid attribute syntax.
INVALID_CREDENTIAL - org.ldaptive.auth.AuthenticationResultCode
The supplied credential was empty or null.
INVALID_CREDENTIALS - org.ldaptive.ResultCode
invalid credentials.
INVALID_DN_SYNTAX - org.ldaptive.ResultCode
invalid dn syntax.
INVALID_LOGON_HOURS - org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
invalid logon hours.
INVALID_RESPONSE - org.ldaptive.ResultCode
invalid response.
INVALID_WORKSTATION - org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
invalid workstation.
invoke(Object, Method, Object[]) - Method in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
 
invoke(Object, Method, Object[]) - Method in class org.ldaptive.SingleConnectionFactory.ConnectionProxy
 
invoked - Variable in class org.ldaptive.ssl.HostnameVerifyingListener
Whether this listener has been invoked.
invokeGetterMethod(Method, Object) - Static method in class org.ldaptive.beans.reflect.ReflectionUtils
Invokes the supplied method on the supplied object.
invokeMethod(Method, Object, Object) - Static method in class org.ldaptive.props.AbstractPropertyInvoker
Invokes the supplied method on the supplied object with the supplied argument.
invokeOnce - Variable in class org.ldaptive.sasl.GssApiBindRequest
Boolean that ensures the GssApiSaslClient is only returned on the first request.
invoker - Variable in class org.ldaptive.props.SimplePropertySource
Invoker for simple properties.
INVOKER - Static variable in class org.ldaptive.beans.generate.props.BeanGeneratorPropertySource
Invoker for bean generator.
INVOKER - Static variable in class org.ldaptive.props.AuthenticationRequestPropertySource
Invoker for authentication request.
INVOKER - Static variable in class org.ldaptive.props.AuthenticatorPropertySource
Invoker for authenticator.
INVOKER - Static variable in class org.ldaptive.props.BindConnectionInitializerPropertySource
Invoker for bind connection initializer.
INVOKER - Static variable in class org.ldaptive.props.BlockingConnectionPoolPropertySource
Invoker for connection factory.
INVOKER - Static variable in class org.ldaptive.props.CompareAuthenticationHandlerPropertySource
Invoker for compare authentication handler.
INVOKER - Static variable in class org.ldaptive.props.ConnectionConfigPropertySource
Invoker for connection config.
INVOKER - Static variable in class org.ldaptive.props.DefaultConnectionFactoryPropertySource
Invoker for connection factory.
INVOKER - Static variable in class org.ldaptive.props.PooledConnectionFactoryPropertySource
Invoker for connection factory.
INVOKER - Static variable in class org.ldaptive.props.SearchConnectionValidatorPropertySource
Invoker for search connection validator.
INVOKER - Static variable in class org.ldaptive.props.SearchDnResolverPropertySource
Invoker for search dn resolver.
INVOKER - Static variable in class org.ldaptive.props.SearchEntryResolverPropertySource
Invoker for search entry resolver.
INVOKER - Static variable in class org.ldaptive.props.SearchRequestPropertySource
Invoker for search request.
INVOKER - Static variable in class org.ldaptive.props.SearchRoleResolverPropertySource
Invoker for search role resolver.
INVOKER - Static variable in class org.ldaptive.props.SimpleBindAuthenticationHandlerPropertySource
Invoker for simple bind authentication handler.
INVOKER - Static variable in class org.ldaptive.props.SslConfigPropertySource
Invoker for ssl config.
invokeSetterMethod(Method, Object, Object) - Static method in class org.ldaptive.beans.reflect.ReflectionUtils
Invokes the supplied method on the supplied object with the supplied value as a parameter.
IO_WORKER_THREADS - Static variable in class org.ldaptive.control.util.SyncReplRunner
Number of I/O worker threads.
ioWorkerGroup - Variable in class org.ldaptive.transport.netty.NettyConnection
Event worker group used to process I/O.
ioWorkerGroup - Variable in class org.ldaptive.transport.netty.NettyConnectionFactoryTransport
Event loop group for I/O, must support the channel type.
IP_ADDRESS - org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
ip address (7).
IPV4_PATTERN - Static variable in class org.ldaptive.LdapUtils
Pattern to match ipv4 addresses.
IPV6_HEX_COMPRESSED_PATTERN - Static variable in class org.ldaptive.LdapUtils
Pattern to match ipv6 hex compressed addresses.
IPV6_STD_PATTERN - Static variable in class org.ldaptive.LdapUtils
Pattern to match ipv6 addresses.
IS_LEAF - org.ldaptive.ResultCode
is leaf.
isActive() - Method in class org.ldaptive.LdapURL
Returns whether this URL is currently active.
isAddIfExists() - Method in class org.ldaptive.handler.DnAttributeEntryHandler
Returns whether to add the entryDN if an attribute of the same name exists.
isAncestor(Dn) - Method in class org.ldaptive.dn.Dn
Returns whether the supplied DN is an ancestor.
isAncestor(Dn, RDnNormalizer) - Method in class org.ldaptive.dn.Dn
Returns whether the supplied DN is an ancestor.
isBinary() - Method in class org.ldaptive.beans.AbstractClassDescriptor.SimpleAttributeValueMutator
 
isBinary() - Method in interface org.ldaptive.beans.AttributeValueMutator
Returns whether the attribute is binary.
isBinary() - Method in class org.ldaptive.beans.reflect.AbstractAttributeValueMutator
 
isBinary() - Method in class org.ldaptive.beans.spring.SpelAttributeValueMutator
 
isBinary() - Method in class org.ldaptive.LdapAttribute
Returns whether this ldap attribute is binary.
isClosing() - Method in class org.ldaptive.transport.netty.NettyConnection
Returns whether this connection is currently attempting to close.
isCollective() - Method in class org.ldaptive.schema.AttributeType
Returns whether this attribute type is collective.
isComplete() - Method in class org.ldaptive.control.util.SyncReplClient
Returns whether a search result has been received by this client.
isConfig(String) - Static method in class org.ldaptive.props.PropertyValueParser
Returns whether the supplied configuration data contains a config.
isConstructed() - Method in class org.ldaptive.asn1.AbstractDERTag
 
isConstructed() - Method in interface org.ldaptive.asn1.DERTag
Determines whether the tag is constructed or primitive.
isConstructed() - Method in enum org.ldaptive.asn1.UniversalDERTag
Determines whether the tag is constructed or primitive.
isCredentialConfig(String) - Static method in class org.ldaptive.props.CredentialConfigParser
Returns whether the supplied configuration data contains a credential config.
isDefaultAttributes() - Method in class org.ldaptive.LdapURL
Returns whether attributes were supplied in this url.
isDefaultBaseDn() - Method in class org.ldaptive.LdapURL
Returns whether a base DN was supplied in this url.
isDefaultFilter() - Method in class org.ldaptive.LdapURL
Returns whether a filter was supplied in this url.
isDefaultPort() - Method in class org.ldaptive.LdapURL
Returns false if a port was supplied in this url.
isDefaultScope() - Method in class org.ldaptive.LdapURL
Returns whether a scope was supplied in this url.
isDeleteOldRDn() - Method in class org.ldaptive.ModifyDnRequest
Whether to delete the old RDN.
isDescendant(Dn) - Method in class org.ldaptive.dn.Dn
Returns whether the supplied DN is a descendant.
isDescendant(Dn, RDnNormalizer) - Method in class org.ldaptive.dn.Dn
Returns whether the supplied DN is a descendant.
isEmpty() - Method in class org.ldaptive.asn1.DERPath
Determines whether the path contains any nodes.
isEmpty() - Method in class org.ldaptive.BindConnectionInitializer
Returns whether this connection initializer contains any configuration data.
isEmpty() - Method in class org.ldaptive.dn.Dn
Returns whether this DN contains any RDN components.
isEmpty() - Method in class org.ldaptive.dn.RDn
Returns whether this RDN contains any name values.
isEmpty() - Method in class org.ldaptive.pool.Queue
Returns whether or not the queue is empty.
isEmpty() - Method in class org.ldaptive.schema.Extensions
Returns whether the number of extensions is zero.
isEmpty() - Method in class org.ldaptive.ssl.SslConfig
Returns whether this ssl config contains any configuration data.
isEntry() - Method in class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Returns whether this item represents a search entry.
isException() - Method in class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Returns whether this item represents an exception.
isFalse() - Method in class org.ldaptive.CompareResponse
Returns whether the result code in this result is ResultCode.COMPARE_FALSE.
isFinal - Variable in class org.ldaptive.beans.reflect.FieldAttributeValueMutator
Whether the field has a final modifier.
isIncludeSuperiorClasses() - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns whether to include superior classes in bean generation.
isInitialized() - Method in class org.ldaptive.AbstractConnectionStrategy
 
isInitialized() - Method in interface org.ldaptive.ConnectionStrategy
Whether this strategy is ready for use.
isInitialized() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns whether this pool has been initialized.
isInitialized() - Method in class org.ldaptive.SingleConnectionFactory
Returns whether this factory has been initialized.
isIPAddress(String) - Static method in class org.ldaptive.LdapUtils
Returns whether the supplied string represents an IP address.
isMatch(String, String) - Method in class org.ldaptive.ssl.DefaultHostnameVerifier
Determines if the supplied hostname matches a name derived from the certificate.
isMember(Principal) - Method in class org.ldaptive.jaas.LdapGroup
 
isNameExcluded(AttributeType) - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns whether the supplied attribute type has a matching OID or name in the excluded names list.
isNoUserModification() - Method in class org.ldaptive.schema.AttributeType
Returns whether this attribute type allows user modification.
ISO646STR - org.ldaptive.asn1.UniversalDERTag
ISO646String type.
isObsolete() - Method in class org.ldaptive.schema.AbstractNamedSchemaElement
Returns whether this attribute type definition is obsolete.
isOpen() - Method in interface org.ldaptive.Connection
Returns whether this connection is open.
isOpen() - Method in class org.ldaptive.transport.netty.HandleMap
Returns whether this handle map is open.
isOpen() - Method in class org.ldaptive.transport.netty.NettyConnection
Returns whether the underlying Netty channel is open.
isOpening() - Method in class org.ldaptive.transport.netty.NettyConnection
Returns whether this connection is currently attempting to open.
isOperational() - Method in enum org.ldaptive.schema.AttributeUsage
Whether this attribute usage is operational.
isParamsOnlyConfig(String) - Static method in class org.ldaptive.props.PropertyValueParser
Returns whether the supplied configuration data contains a params only config.
isPrimitive() - Method in class org.ldaptive.transcode.AbstractPrimitiveValueTranscoder
Returns whether this transcoder operates on a primitive value.
isResource(String) - Static method in class org.ldaptive.io.ResourceUtils
isResource(String, ResourceLoader...) - Static method in class org.ldaptive.io.ResourceUtils
Returns whether the supplied path is supported by a ResourceLoader.
isResult() - Method in class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Returns whether this item represents a response.
isSame(Dn) - Method in class org.ldaptive.dn.Dn
Returns whether the normalized format of the supplied DN equals the normalized format of this DN.
isSame(Dn, RDnNormalizer) - Method in class org.ldaptive.dn.Dn
Returns whether the normalized format of the supplied DN equals the normalized format of this DN.
isSame(RDn) - Method in class org.ldaptive.dn.RDn
Returns whether the normalized format of the supplied RDN equals the normalized format of this RDN.
isSame(RDn, RDnNormalizer) - Method in class org.ldaptive.dn.RDn
Returns whether the normalized format of the supplied RDN equals the normalized format of this RDN.
isSingleValued() - Method in class org.ldaptive.schema.AttributeType
Returns whether this attribute type is single valued.
isSsl() - Method in class org.ldaptive.transport.netty.NettyConnection.ClientInitializer
Returns whether the SSL pipeline is in use.
isStarted() - Method in class org.ldaptive.control.util.SyncReplRunner
Returns whether this runner is started.
isSuccess() - Method in class org.ldaptive.auth.AuthenticationHandlerResponse
 
isSuccess() - Method in class org.ldaptive.auth.AuthenticationResponse
Returns whether the authentication handler produced a AuthenticationResultCode.AUTHENTICATION_HANDLER_SUCCESS result.
isSuccess() - Method in interface org.ldaptive.Result
Returns whether the result code in this result is ResultCode.SUCCESS.
isTrue() - Method in class org.ldaptive.CompareResponse
Returns whether the result code in this result is ResultCode.COMPARE_TRUE.
isTypesOnly() - Method in class org.ldaptive.SearchRequest
Returns whether to return only attribute types.
isUseOperationalAttributes() - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns whether to include operational attributes in bean generation.
isUseOptionalAttributes() - Method in class org.ldaptive.beans.generate.BeanGenerator
Returns whether to include optional attributes in bean generation.
isUseReplace() - Method in class org.ldaptive.ext.MergeRequest
Returns whether replace should be used for attribute modifications.
isValid(int[]) - Static method in class org.ldaptive.asn1.OidType
Checks whether the supplied oid is valid.
isValidateOnCheckIn() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the validate on check in flag.
isValidateOnCheckOut() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the validate on check out flag.
isValidatePeriodically() - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns the validate periodically flag.
isVerified() - Method in class org.ldaptive.transport.ScramSaslClient.ServerFinalMessage
Returns whether the server final message was successfully verified.
iterations - Variable in class org.ldaptive.transport.ScramSaslClient.ServerFirstMessage
Iterations parsed from the SASL credentials.
iterator() - Method in class org.ldaptive.ActivePassiveConnectionStrategy
 
iterator() - Method in class org.ldaptive.DnsResolverConnectionStrategy
 
iterator() - Method in class org.ldaptive.DnsSrvConnectionStrategy
Returns a list of URLs retrieved from DNS SRV records.
iterator() - Method in class org.ldaptive.pool.Queue
 
iterator() - Method in class org.ldaptive.RandomConnectionStrategy
 
iterator() - Method in class org.ldaptive.RoundRobinConnectionStrategy
 
iterFunction - Variable in class org.ldaptive.ActivePassiveConnectionStrategy
Custom iterator function.
iterFunction - Variable in class org.ldaptive.DnsResolverConnectionStrategy
Custom iterator function.
iterFunction - Variable in class org.ldaptive.RoundRobinConnectionStrategy
Custom iterator function.

J

JAAS_LOGIN_MODULE_PROPERTY - Static variable in class org.ldaptive.sasl.GssApiBindRequest
Property for the login module class name for GSSAPI.
JAAS_NAME_PROPERTY - Static variable in class org.ldaptive.sasl.GssApiBindRequest
Property for the JAAS entry name from a configuration file.
JAAS_OPTIONS_PROPERTY_PREFIX - Static variable in class org.ldaptive.sasl.GssApiBindRequest
SASL property to control the JAAS configuration name.
JAAS_REFRESH_CONFIG_PROPERTY - Static variable in class org.ldaptive.sasl.GssApiBindRequest
Property for JAAS refreshConfig.
jaasLoginModule - Variable in class org.ldaptive.sasl.GssApiBindRequest
Class name of the JAAS login module to use for GSSAPI.
jaasName - Variable in class org.ldaptive.sasl.GssApiBindRequest
Name of the JAAS configuration.
jaasOptions - Variable in class org.ldaptive.sasl.GssApiBindRequest
Options set on the JAAS login module.
jaasRefreshConfig - Variable in class org.ldaptive.sasl.GssApiBindRequest
Whether to refresh the JAAS configuration prior to use.

K

keyManagers - Variable in class org.ldaptive.ssl.DefaultSSLContextInitializer
Key managers.
keyReader - Variable in class org.ldaptive.ssl.X509CredentialConfig
Reads private key credential.
keyStore - Variable in class org.ldaptive.ssl.KeyStoreCredentialConfig
Name of the keystore to use for the SSL connection.
keyStore(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig.Builder
 
keyStoreAliases - Variable in class org.ldaptive.ssl.KeyStoreCredentialConfig
Keystore aliases to use.
keyStoreAliases(String...) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig.Builder
 
KeyStoreCredentialConfig - Class in org.ldaptive.ssl
Provides the properties necessary for creating an SSL context initializer with a keystore credential reader.
KeyStoreCredentialConfig() - Constructor for class org.ldaptive.ssl.KeyStoreCredentialConfig
 
KeyStoreCredentialConfig.Builder - Class in org.ldaptive.ssl
 
KeyStoreCredentialReader - Class in org.ldaptive.ssl
Reads keystore credentials from a classpath, filepath, or stream resource.
KeyStoreCredentialReader() - Constructor for class org.ldaptive.ssl.KeyStoreCredentialReader
 
keyStorePassword - Variable in class org.ldaptive.ssl.KeyStoreCredentialConfig
Password needed to open the keystore.
keyStorePassword(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig.Builder
 
keyStoreReader - Variable in class org.ldaptive.ssl.KeyStoreCredentialConfig
Handles loading keystores.
KeyStoreSSLContextInitializer - Class in org.ldaptive.ssl
Provides an SSL context initializer which can use java KeyStores to create key and trust managers.
KeyStoreSSLContextInitializer() - Constructor for class org.ldaptive.ssl.KeyStoreSSLContextInitializer
 
keyStoreType - Variable in class org.ldaptive.ssl.KeyStoreCredentialConfig
Keystore type.
keyStoreType(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig.Builder
 
KeyStoreUtils - Class in org.ldaptive.ssl
Provides utility methods for using a KeyStore.
KeyStoreUtils() - Constructor for class org.ldaptive.ssl.KeyStoreUtils
Default constructor.
KQUEUE_AVAILABLE - Static variable in class org.ldaptive.transport.netty.NettyUtils
Whether KQueue is available.

L

la - Variable in class org.ldaptive.beans.AbstractClassDescriptor.SimpleAttributeValueMutator
Ldap attribute to operate on.
label - Variable in class org.ldaptive.auth.CompareAuthenticationHandler.Scheme
Label of the scheme.
lastSuccessfulOpen - Variable in class org.ldaptive.transport.TransportConnection
Time of the last successful open for this connection.
LazyCommitControl - Class in org.ldaptive.ad.control
Request control for active directory domain controllers to sacrifice durability guarantees on updates to improve performance.
LazyCommitControl() - Constructor for class org.ldaptive.ad.control.LazyCommitControl
Default constructor.
LazyCommitControl(boolean) - Constructor for class org.ldaptive.ad.control.LazyCommitControl
Creates a new lazy commit control.
LDAP - org.ldaptive.props.PropertySource.PropertyDomain
ldap property domain.
LDAP_DN_PATH - Static variable in class org.ldaptive.LdapEntry
DER path to LDAP DN.
LDAP_NOT_SUPPORTED - org.ldaptive.ResultCode
ldap not supported.
LDAP_SYNTAXES_ATTR_NAME - Static variable in class org.ldaptive.schema.SchemaFactory
LDAP syntaxes attribute name on the subschema entry.
LDAP_TIMEOUT - org.ldaptive.ResultCode
ldap timeout.
LdapAttribute - Class in org.ldaptive
LDAP attribute defined as:
LdapAttribute() - Constructor for class org.ldaptive.LdapAttribute
Default constructor.
LdapAttribute(String) - Constructor for class org.ldaptive.LdapAttribute
Creates a new attribute.
LdapAttribute(String, byte[]...) - Constructor for class org.ldaptive.LdapAttribute
Creates a new attribute.
LdapAttribute(String, String...) - Constructor for class org.ldaptive.LdapAttribute
Creates a new attribute.
LdapAttribute.Builder - Class in org.ldaptive
 
LdapCredential - Class in org.ldaptive.jaas
Provides a custom implementation for adding LDAP credentials to a subject.
LdapCredential(Object) - Constructor for class org.ldaptive.jaas.LdapCredential
Creates a new ldap credential with the supplied credential.
ldapDn - Variable in class org.ldaptive.AddRequest
LDAP DN to add.
ldapDn - Variable in class org.ldaptive.CompareRequest
LDAP DN to compare.
ldapDn - Variable in class org.ldaptive.DeleteRequest
LDAP DN to delete.
ldapDn - Variable in class org.ldaptive.jaas.LdapDnPrincipal
LDAP user name.
ldapDn - Variable in class org.ldaptive.LdapEntry
LDAP DN of the entry.
ldapDn - Variable in class org.ldaptive.ModifyRequest
LDAP DN to modify.
ldapDN - Variable in class org.ldaptive.SimpleBindRequest
LDAP DN to bind as.
LdapDnAuthorizationModule - Class in org.ldaptive.jaas
Provides a JAAS authentication hook into LDAP DNs.
LdapDnAuthorizationModule() - Constructor for class org.ldaptive.jaas.LdapDnAuthorizationModule
 
LdapDnHandler(LdapEntry) - Constructor for class org.ldaptive.LdapEntry.LdapDnHandler
Creates a new ldap dn handler.
LdapDnPrincipal - Class in org.ldaptive.jaas
Provides a custom implementation for adding LDAP principals to a subject.
LdapDnPrincipal(String, LdapEntry) - Constructor for class org.ldaptive.jaas.LdapDnPrincipal
Creates a new ldap principal with the supplied name.
ldapEntry - Variable in class org.ldaptive.auth.AuthenticationResponse
Ldap entry of authenticated user.
ldapEntry - Variable in class org.ldaptive.ext.MergeRequest
Ldap entry to merge.
ldapEntry - Variable in class org.ldaptive.jaas.LdapDnPrincipal
User ldap entry.
ldapEntry - Variable in class org.ldaptive.jaas.LdapPrincipal
User ldap entry.
LdapEntry - Class in org.ldaptive
LDAP search result entry defined as:
LdapEntry() - Constructor for class org.ldaptive.LdapEntry
Default constructor.
LdapEntry(DERBuffer) - Constructor for class org.ldaptive.LdapEntry
Creates a new search result entry.
LdapEntry.AttributeParser - Class in org.ldaptive
Parses a buffer containing an attribute name and its values.
LdapEntry.AttributesHandler - Class in org.ldaptive
Parse handler implementation for the attributes.
LdapEntry.Builder - Class in org.ldaptive
 
LdapEntry.LdapDnHandler - Class in org.ldaptive
Parse handler implementation for the LDAP DN.
LdapEntryHandler - Interface in org.ldaptive.handler
Marker interface for an ldap entry handler.
LdapEntryManager<T> - Interface in org.ldaptive.beans.persistence
Interface to manage objects that have been annotated to contain LDAP data.
ldapEntryMapper - Variable in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Mapper for converting ldap entry to object type.
LdapEntryMapper<T> - Interface in org.ldaptive.beans
Interface for ldap entry mappers.
LdapException - Exception in org.ldaptive
Base exception for all ldap related exceptions.
LdapException(String) - Constructor for exception org.ldaptive.LdapException
Creates a new ldap exception.
LdapException(String, Throwable) - Constructor for exception org.ldaptive.LdapException
Creates a new ldap exception.
LdapException(Throwable) - Constructor for exception org.ldaptive.LdapException
Creates a new ldap exception.
LdapException(Result) - Constructor for exception org.ldaptive.LdapException
Creates a new ldap exception based on the supplied result.
LdapException(ResultCode, String) - Constructor for exception org.ldaptive.LdapException
Creates a new ldap exception.
LdapException(ResultCode, String, Throwable) - Constructor for exception org.ldaptive.LdapException
Creates a new ldap exception.
LdapException(ResultCode, Throwable) - Constructor for exception org.ldaptive.LdapException
Creates a new ldap exception.
LdapGroup - Class in org.ldaptive.jaas
Provides a custom implementation for grouping principals.
LdapGroup(String) - Constructor for class org.ldaptive.jaas.LdapGroup
Creates a new ldap group with the supplied name.
LdapLoginModule - Class in org.ldaptive.jaas
Provides a JAAS authentication hook for LDAP authentication.
LdapLoginModule() - Constructor for class org.ldaptive.jaas.LdapLoginModule
 
ldapName - Variable in class org.ldaptive.jaas.LdapPrincipal
LDAP user name.
LdapPrincipal - Class in org.ldaptive.jaas
Provides a custom implementation for adding LDAP principals to a subject.
LdapPrincipal(String, LdapEntry) - Constructor for class org.ldaptive.jaas.LdapPrincipal
Creates a new ldap principal with the supplied name.
LdapRole - Class in org.ldaptive.jaas
Provides a custom implementation for adding LDAP principals to a subject that represent roles.
LdapRole(String) - Constructor for class org.ldaptive.jaas.LdapRole
Creates a new ldap role with the supplied name.
LdapRoleAuthorizationModule - Class in org.ldaptive.jaas
Provides a JAAS authentication hook into LDAP roles.
LdapRoleAuthorizationModule() - Constructor for class org.ldaptive.jaas.LdapRoleAuthorizationModule
 
ldapUrl - Variable in class org.ldaptive.ConnectionConfig
URL to the LDAP(s).
ldapURL - Variable in class org.ldaptive.transport.netty.NettyConnection
URL derived from the connection strategy.
LdapURL - Class in org.ldaptive
Class for parsing LDAP URLs.
LdapURL() - Constructor for class org.ldaptive.LdapURL
Private constructor.
LdapURL(String) - Constructor for class org.ldaptive.LdapURL
Creates a new ldap url.
LdapURL(String, int) - Constructor for class org.ldaptive.LdapURL
Creates a new ldap url.
LdapURL(String, String, int, String, String[], SearchScope, String) - Constructor for class org.ldaptive.LdapURL
Creates a new ldap url.
LdapURLActivatorService - Class in org.ldaptive
Singleton which manages a single thread that periodically tests inactive LDAP URLs.
LdapURLActivatorService() - Constructor for class org.ldaptive.LdapURLActivatorService
Default constructor.
LdapURLRetryMetadata - Class in org.ldaptive
Retry metadata used by LdapURL.
LdapURLRetryMetadata(ConnectionStrategy) - Constructor for class org.ldaptive.LdapURLRetryMetadata
Creates a new LDAP URL retry metadata.
ldapUrls - Variable in class org.ldaptive.AbstractConnectionStrategy.DefaultLdapURLIterator
URLs to iterate over.
ldapUrls - Variable in class org.ldaptive.DnsResolverConnectionStrategy
LDAP URL string used to initialize this strategy.
ldapUrls - Variable in class org.ldaptive.DnsSrvConnectionStrategy
LDAP URL string used to initialize this strategy.
ldapURLSet - Variable in class org.ldaptive.AbstractConnectionStrategy
Set of LDAP URLs to attempt connections to.
LdapURLSet - Class in org.ldaptive
A set of LDAP URLs with helper functions for common connection strategies.
LdapURLSet(ConnectionStrategy, String) - Constructor for class org.ldaptive.LdapURLSet
Creates a new LDAP URL set.
LdapUtils - Class in org.ldaptive
Provides utility methods for this package.
LdapUtils() - Constructor for class org.ldaptive.LdapUtils
Default constructor.
ldifReader - Variable in class org.ldaptive.io.LdifReader
Reader to read from.
LdifReader - Class in org.ldaptive.io
Reads an LDIF from a Reader and returns a SearchResponse.
LdifReader(Reader) - Constructor for class org.ldaptive.io.LdifReader
Creates a new ldif reader.
ldifWriter - Variable in class org.ldaptive.io.LdifWriter
Writer to write to.
LdifWriter - Class in org.ldaptive.io
Writes a SearchResponse as LDIF to a Writer.
LdifWriter(Writer) - Constructor for class org.ldaptive.io.LdifWriter
Creates a new ldif writer.
LESS_OR_EQUAL - org.ldaptive.filter.Filter.Type
Less or equal filter.
LESS_OR_EQUAL_FILTER_PATTERN - Static variable in class org.ldaptive.filter.RegexFilterFunction
Regex pattern to match a less or equal filter.
LessOrEqualFilter - Class in org.ldaptive.filter
Less or equal search filter component defined as:
LessOrEqualFilter(String, byte[]) - Constructor for class org.ldaptive.filter.LessOrEqualFilter
Creates a new less or equal filter.
LessOrEqualFilter(String, String) - Constructor for class org.ldaptive.filter.LessOrEqualFilter
Creates a new less or equal filter.
LIFO - org.ldaptive.pool.QueueType
last in, first out ordering.
limit() - Method in class org.ldaptive.asn1.DefaultDERBuffer
 
limit() - Method in interface org.ldaptive.asn1.DERBuffer
Returns this buffer's limit.
limit() - Method in class org.ldaptive.transport.netty.NettyDERBuffer
 
limit(int) - Method in class org.ldaptive.asn1.DefaultDERBuffer
 
limit(int) - Method in interface org.ldaptive.asn1.DERBuffer
Sets this buffer's limit.
limit(int) - Method in class org.ldaptive.transport.netty.NettyDERBuffer
 
LINE_SEPARATOR - Static variable in class org.ldaptive.io.LdifWriter
Line separator.
ListReflectionTranscoder - Class in org.ldaptive.beans.reflect
Reflection transcoder for an object that implements List.
ListReflectionTranscoder(Class<?>, ArrayReflectionTranscoder) - Constructor for class org.ldaptive.beans.reflect.ListReflectionTranscoder
Creates a new list reflection transcoder.
ListReflectionTranscoder(Class<?>, SingleValueReflectionTranscoder<?>) - Constructor for class org.ldaptive.beans.reflect.ListReflectionTranscoder
Creates a new list reflection transcoder.
load(String) - Method in class org.ldaptive.io.ClasspathResourceLoader
 
load(String) - Method in class org.ldaptive.io.FileResourceLoader
 
load(String) - Method in interface org.ldaptive.io.ResourceLoader
Reads an input stream from a path.
load(String) - Method in class org.ldaptive.io.URLResourceLoader
 
loadProperties(Reader...) - Static method in class org.ldaptive.props.AbstractPropertySource
Creates properties from the supplied reader.
loadProperties(String...) - Static method in class org.ldaptive.props.AbstractPropertySource
Creates properties from the supplied file paths.
LOCAL_ERROR - org.ldaptive.ResultCode
local error.
LOG_RECORD_BYTES_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to log record bytes.
LOG_RECORD_COUNT_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to log record count.
LogFutureListener() - Constructor for class org.ldaptive.transport.netty.NettyConnection.LogFutureListener
 
logger - Variable in class org.ldaptive.AbstractConfig
Logger for this class.
logger - Variable in class org.ldaptive.AbstractConnectionStrategy
Logger for this class.
logger - Variable in class org.ldaptive.AbstractConnectionValidator
Logger for this class.
logger - Variable in class org.ldaptive.AbstractRequestMessage
Logger for this class.
logger - Variable in class org.ldaptive.AbstractSearchOperationFactory
Logger for this class.
logger - Variable in class org.ldaptive.ad.control.util.DirSyncClient
Logger for this class.
logger - Variable in class org.ldaptive.ad.control.util.NotificationClient
Logger for this class.
logger - Variable in class org.ldaptive.asn1.DERParser
Logger for this class.
logger - Variable in class org.ldaptive.auth.AbstractAuthenticationHandler
Logger for this class.
logger - Variable in class org.ldaptive.auth.AddControlAuthenticationRequestHandler
Logger for this class.
logger - Variable in class org.ldaptive.auth.AggregateAuthenticationHandler
Logger for this class.
logger - Variable in class org.ldaptive.auth.AggregateAuthenticationResponseHandler
Logger for this class.
logger - Variable in class org.ldaptive.auth.AggregateDnResolver
Logger for this class.
logger - Variable in class org.ldaptive.auth.AggregateEntryResolver
Logger for this class.
logger - Variable in class org.ldaptive.auth.Authenticator
Logger for this class.
logger - Variable in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Logger for this class.
logger - Variable in class org.ldaptive.auth.ext.PasswordExpirationAuthenticationResponseHandler
Logger for this class.
logger - Variable in class org.ldaptive.auth.FormatDnResolver
log for this class.
logger - Variable in class org.ldaptive.beans.AbstractClassDescriptor
Logger for this class.
logger - Variable in class org.ldaptive.beans.AbstractLdapEntryMapper
Logger for this class.
logger - Variable in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Logger for this class.
logger - Variable in class org.ldaptive.beans.reflect.AbstractAttributeValueMutator
Logger for this class.
logger - Variable in class org.ldaptive.beans.reflect.DefaultDnValueMutator
Logger for this class.
logger - Variable in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
Logger for this class.
logger - Variable in class org.ldaptive.beans.spring.SpelAttributeValueMutator
Logger for this class.
logger - Variable in class org.ldaptive.beans.spring.SpelDnValueMutator
Logger for this class.
logger - Variable in class org.ldaptive.BindConnectionInitializer
Logger for this class.
logger - Variable in class org.ldaptive.concurrent.AbstractOperationWorker
Logger for this class.
logger - Variable in class org.ldaptive.concurrent.CallableWorker
Logger for this class.
logger - Variable in class org.ldaptive.control.AbstractControl
Logger for this class.
logger - Variable in class org.ldaptive.control.util.PagedResultsClient
Logger for this class.
logger - Variable in class org.ldaptive.control.util.PersistentSearchClient
Logger for this class.
logger - Variable in class org.ldaptive.control.util.SyncReplClient
Logger for this class.
logger - Variable in class org.ldaptive.control.util.VirtualListViewClient
Logger for this class.
logger - Variable in class org.ldaptive.control.util.VirtualListViewParams
Logger for this class.
logger - Variable in class org.ldaptive.DefaultConnectionFactory
Logger for this class.
logger - Variable in class org.ldaptive.dns.AbstractDNSResolver
Class logger.
logger - Variable in class org.ldaptive.ext.MergeOperation
Logger for this class.
logger - Variable in class org.ldaptive.handler.AbstractEntryHandler
Log for this class.
logger - Variable in class org.ldaptive.io.LdifReader
Logger for this class.
logger - Variable in class org.ldaptive.jaas.AbstractLoginModule
Logger for this class.
logger - Variable in class org.ldaptive.jaas.AbstractPropertiesFactory
Logger for this class.
logger - Variable in class org.ldaptive.LdapURLSet
Logger for this class.
logger - Variable in class org.ldaptive.pool.AbstractConnectionPool
Logger for this class.
logger - Variable in class org.ldaptive.pool.AbstractPruneStrategy
Logger for this class.
logger - Variable in class org.ldaptive.pool.BindConnectionPassivator
Logger for this class.
logger - Variable in class org.ldaptive.props.AbstractPropertySource
Logger for this class.
logger - Variable in class org.ldaptive.props.PropertyValueParser
Logger for this class.
logger - Variable in class org.ldaptive.referral.AbstractFollowReferralHandler
Logger for this class.
logger - Variable in class org.ldaptive.ssl.AbstractCredentialReader
Logger for this class.
logger - Variable in class org.ldaptive.ssl.AbstractSSLContextInitializer
Logger for this class.
logger - Variable in class org.ldaptive.ssl.AggregateTrustManager
Logger for this class.
logger - Variable in class org.ldaptive.ssl.DefaultHostnameVerifier
Logger for this class.
logger - Variable in class org.ldaptive.ssl.DefaultTrustManager
Logger for this class.
logger - Variable in class org.ldaptive.ssl.HostnameResolver
Logger for this class.
logger - Variable in class org.ldaptive.ssl.HostnameVerifierAdapter
Logger for this class.
logger - Variable in class org.ldaptive.ssl.HostnameVerifyingListener
Logger for this class.
logger - Variable in class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
Logger for this class.
logger - Variable in class org.ldaptive.templates.SearchTemplatesOperation
Logger for this class.
logger - Variable in class org.ldaptive.transport.DefaultOperationHandle
Logger for this class.
logger - Variable in class org.ldaptive.transport.netty.AutoReadFlowControlHandler
Logger for this class.
logger - Variable in class org.ldaptive.transport.netty.ConnectionTransport
Logger for this class.
logger - Variable in class org.ldaptive.transport.netty.MessageFrameDecoder
Logger for this class.
logger - Variable in class org.ldaptive.transport.netty.NettyConnection.AutoReadEventHandler
Logger for this class.
logger - Variable in class org.ldaptive.transport.netty.NettyConnection.RequestEncoder
Logger for this class.
logger - Variable in class org.ldaptive.transport.netty.NettyConnectionFactoryTransport
Logger for this class.
logger - Variable in class org.ldaptive.transport.netty.SaslHandler
Logger for this class.
LOGGER - Static variable in class org.ldaptive.control.util.SyncReplRunner
Logger for this class.
LOGGER - Static variable in class org.ldaptive.filter.FilterParser
Logger for this class.
LOGGER - Static variable in class org.ldaptive.schema.SchemaParser
Logger for this class.
LOGGER - Static variable in class org.ldaptive.transport.DefaultSaslClient
Logger for this class.
LOGGER - Static variable in class org.ldaptive.transport.GssApiSaslClient
Logger for this class.
LOGGER - Static variable in class org.ldaptive.transport.netty.HandleMap
Logger for this class.
LOGGER - Static variable in class org.ldaptive.transport.netty.NettyConnection
Logger for this class.
LOGGER - Static variable in class org.ldaptive.transport.netty.NettyUtils
Logger for this class.
LOGGER - Static variable in class org.ldaptive.transport.ScramSaslClient
Logger for this class.
LOGGER - Static variable in class org.ldaptive.transport.TransportConnection
Logger for this class.
LOGGER - Static variable in class org.ldaptive.transport.TransportFactory
Logger for this class.
login() - Method in class org.ldaptive.jaas.AbstractLoginModule
 
login(NameCallback, PasswordCallback) - Method in class org.ldaptive.jaas.AbstractLoginModule
Authenticates a Subject with the supplied callbacks.
login(NameCallback, PasswordCallback) - Method in class org.ldaptive.jaas.LdapDnAuthorizationModule
 
login(NameCallback, PasswordCallback) - Method in class org.ldaptive.jaas.LdapLoginModule
 
login(NameCallback, PasswordCallback) - Method in class org.ldaptive.jaas.LdapRoleAuthorizationModule
 
LOGIN_DN - Static variable in class org.ldaptive.jaas.AbstractLoginModule
Constant for entryDn stored in shared state.
LOGIN_LOCKOUT - org.ldaptive.auth.ext.EDirectoryAccountState.Error
login lockout.
LOGIN_LOCKOUT - org.ldaptive.auth.ext.FreeIPAAccountState.Error
login lockout.
LOGIN_NAME - Static variable in class org.ldaptive.jaas.AbstractLoginModule
Constant for login name stored in shared state.
LOGIN_PASSWORD - Static variable in class org.ldaptive.jaas.AbstractLoginModule
Constant for login password stored in shared state.
LOGIN_TIME_LIMITED - org.ldaptive.auth.ext.EDirectoryAccountState.Error
login time limited.
LOGIN_TIME_LIMITED - org.ldaptive.auth.ext.FreeIPAAccountState.Error
login time limited.
loginsRemaining - Variable in class org.ldaptive.auth.AccountState.DefaultWarning
number of logins remaining before the account locks.
loginSuccess - Variable in class org.ldaptive.jaas.AbstractLoginModule
Whether authentication was successful.
LOGON_FAILURE - org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
logon failure.
logout() - Method in class org.ldaptive.jaas.AbstractLoginModule
 
LongValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes a long for use in an ldap attribute value.
LongValueTranscoder() - Constructor for class org.ldaptive.transcode.LongValueTranscoder
Default constructor.
LongValueTranscoder(boolean) - Constructor for class org.ldaptive.transcode.LongValueTranscoder
Creates a new long value transcoder.
LOOP_DETECT - org.ldaptive.ResultCode
loop detect.
LOW - org.ldaptive.sasl.SecurityStrength
Low security strength.
LOWER - org.ldaptive.handler.CaseChangeEntryHandler.CaseChange
lower case.
LOWERCASE - Static variable in class org.ldaptive.dn.DefaultRDnNormalizer
Function that lowercases the value.
LOWERCASE_COMPRESS - Static variable in class org.ldaptive.dn.DefaultRDnNormalizer
Function that lowercases and removes duplicate spaces from the value.

M

main(String[]) - Static method in class org.ldaptive.beans.generate.BeanGenerator
Provides command line access to a BeanGenerator.
main(String[]) - Static method in class org.ldaptive.jaas.LdapDnAuthorizationModule
This provides command line access to this JAAS module.
main(String[]) - Static method in class org.ldaptive.jaas.LdapLoginModule
This provides command line access to this JAAS module.
main(String[]) - Static method in class org.ldaptive.jaas.LdapRoleAuthorizationModule
This provides command line access to this JAAS module.
makeImmutable() - Method in class org.ldaptive.AbstractConfig
Make this config immutable.
ManageDsaITControl - Class in org.ldaptive.control
Request control for ManageDsaIT.
ManageDsaITControl() - Constructor for class org.ldaptive.control.ManageDsaITControl
Default constructor.
ManageDsaITControl(boolean) - Constructor for class org.ldaptive.control.ManageDsaITControl
Creates a new ManageDsaIT control.
map(LdapEntry, T) - Method in class org.ldaptive.beans.AbstractLdapEntryMapper
 
map(LdapEntry, T) - Method in interface org.ldaptive.beans.LdapEntryMapper
Injects data from the supplied ldap entry into the supplied destination object.
map(T) - Method in class org.ldaptive.beans.AbstractLdapEntryMapper
Injects data from the supplied source object into a new instance of ldap entry.
map(T, LdapEntry) - Method in class org.ldaptive.beans.AbstractLdapEntryMapper
 
map(T, LdapEntry) - Method in interface org.ldaptive.beans.LdapEntryMapper
Injects data from the supplied source object into the supplied ldap entry.
mapDn(T) - Method in class org.ldaptive.beans.AbstractLdapEntryMapper
 
mapDn(T) - Method in interface org.ldaptive.beans.LdapEntryMapper
Returns the LDAP DN for the supplied object.
MATCHED_DN_PATH - Static variable in class org.ldaptive.AddResponse
DER path to matched DN.
MATCHED_DN_PATH - Static variable in class org.ldaptive.BindResponse
DER path to matched DN.
MATCHED_DN_PATH - Static variable in class org.ldaptive.CompareResponse
DER path to matched DN.
MATCHED_DN_PATH - Static variable in class org.ldaptive.DeleteResponse
DER path to matched DN.
MATCHED_DN_PATH - Static variable in class org.ldaptive.extended.ExtendedResponse
DER path to matched DN.
MATCHED_DN_PATH - Static variable in class org.ldaptive.ModifyDnResponse
DER path to matched DN.
MATCHED_DN_PATH - Static variable in class org.ldaptive.ModifyResponse
DER path to matched DN.
MATCHED_DN_PATH - Static variable in class org.ldaptive.SearchResponse
DER path to matched DN.
matchedDN - Variable in class org.ldaptive.AbstractResult
Matched DN.
matchedDN(String) - Method in class org.ldaptive.AbstractResult.AbstractBuilder
 
MatchedDNHandler(AbstractResult) - Constructor for class org.ldaptive.AbstractResult.MatchedDNHandler
Creates a new LDAP matched DN handler.
matchedValuesFilters - Variable in class org.ldaptive.control.MatchedValuesRequestControl
list of matched values filters.
MatchedValuesRequestControl - Class in org.ldaptive.control
Request control for limiting the attribute values returned by a search request.
MatchedValuesRequestControl() - Constructor for class org.ldaptive.control.MatchedValuesRequestControl
Default constructor.
MatchedValuesRequestControl(String...) - Constructor for class org.ldaptive.control.MatchedValuesRequestControl
Creates a new matched values request control.
MatchedValuesRequestControl(String[], boolean) - Constructor for class org.ldaptive.control.MatchedValuesRequestControl
Creates a new matched values request control.
MatchedValuesRequestControl(Filter...) - Constructor for class org.ldaptive.control.MatchedValuesRequestControl
Creates a new matched values request control.
MatchedValuesRequestControl(Filter[], boolean) - Constructor for class org.ldaptive.control.MatchedValuesRequestControl
Creates a new matched values request control.
MATCHING_RULE_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.DefaultSchemaFunction
Default DIT matching rule function.
MATCHING_RULE_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.RegexSchemaFunction
Regex DIT matching rule function.
MATCHING_RULE_USE_ATTR_NAME - Static variable in class org.ldaptive.schema.SchemaFactory
Matching rule use attribute name on the subschema entry.
MATCHING_RULE_USE_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.DefaultSchemaFunction
Default matching rule use function.
MATCHING_RULE_USE_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.RegexSchemaFunction
Regex matching rule use function.
MATCHING_RULES_ATTR_NAME - Static variable in class org.ldaptive.schema.SchemaFactory
Matching rules attribute name on the subschema entry.
MatchingRule - Class in org.ldaptive.schema
Bean for a matching rule schema element.
MatchingRule(String) - Constructor for class org.ldaptive.schema.MatchingRule
Creates a new matching rule.
MatchingRule(String, String[], String, boolean, String, Extensions) - Constructor for class org.ldaptive.schema.MatchingRule
Creates a new matching rule.
MatchingRule.DefaultDefinitionFunction - Class in org.ldaptive.schema
Parses a matching rule definition using a char buffer.
MatchingRule.RegexDefinitionFunction - Class in org.ldaptive.schema
Parses a matching rule definition using a regular expression.
matchingRuleId - Variable in class org.ldaptive.control.SortKey
matching rule id.
matchingRuleID - Variable in class org.ldaptive.filter.ExtensibleFilter
Matching rule id.
matchingRules - Variable in class org.ldaptive.schema.Schema
Matching rules.
MatchingRuleUse - Class in org.ldaptive.schema
Bean for a matching rule use schema element.
MatchingRuleUse(String) - Constructor for class org.ldaptive.schema.MatchingRuleUse
Creates a new matching rule use.
MatchingRuleUse(String, String[], String, boolean, String[], Extensions) - Constructor for class org.ldaptive.schema.MatchingRuleUse
Creates a new matching rule use.
MatchingRuleUse.DefaultDefinitionFunction - Class in org.ldaptive.schema
Parses a matching rule use definition using a char buffer.
MatchingRuleUse.RegexDefinitionFunction - Class in org.ldaptive.schema
Parses a matching rule use definition using a regular expression.
matchingRuleUses - Variable in class org.ldaptive.schema.Schema
Matching rule uses.
MatchingRuleUseValueTranscoder - Class in org.ldaptive.schema.transcode
Decodes and encodes a matching rule use for use in an ldap attribute value.
MatchingRuleUseValueTranscoder() - Constructor for class org.ldaptive.schema.transcode.MatchingRuleUseValueTranscoder
 
MatchingRuleValueTranscoder - Class in org.ldaptive.schema.transcode
Decodes and encodes a matching rule for use in an ldap attribute value.
MatchingRuleValueTranscoder() - Constructor for class org.ldaptive.schema.transcode.MatchingRuleValueTranscoder
 
max(int) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
MaxAttrCountHandler(DirSyncControl) - Constructor for class org.ldaptive.ad.control.DirSyncControl.MaxAttrCountHandler
Creates a new max attr count handler.
maxAttributeCount - Variable in class org.ldaptive.ad.control.DirSyncControl
maximum attribute count.
maxAttributeCount - Variable in class org.ldaptive.ad.control.util.DirSyncClient
Maximum attribute count.
MAXIMUM_LOGINS_EXCEEDED - org.ldaptive.auth.ext.EDirectoryAccountState.Error
maximum logins exceeded.
MAXIMUM_LOGINS_EXCEEDED - org.ldaptive.auth.ext.FreeIPAAccountState.Error
maximum logins exceeded.
maxLoginFailures - Variable in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Maximum number of login failures to allow.
maxPoolSize - Variable in class org.ldaptive.pool.AbstractConnectionPool
Maximum pool size.
maxSize - Variable in class org.ldaptive.ext.MergeRequest.MaxSizeAttributeValueHandler
Maximum number of attribute values allowed in a single attribute.
MaxSizeAttributeValueHandler(int) - Constructor for class org.ldaptive.ext.MergeRequest.MaxSizeAttributeValueHandler
Creates a new max attribute value size processor.
mechanism - Variable in class org.ldaptive.sasl.SaslConfig
sasl mechanism.
mechanism - Variable in class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
Scram SASL mechanism.
mechanism() - Method in enum org.ldaptive.sasl.Mechanism
Returns the name of this mechanism.
mechanism(String) - Method in class org.ldaptive.sasl.SaslBindRequest.Builder
Sets the SASL mechanism.
mechanism(Mechanism) - Method in class org.ldaptive.sasl.SaslConfig.Builder
 
Mechanism - Enum in org.ldaptive.sasl
Enum to define SASL mechanisms.
Mechanism(String) - Constructor for enum org.ldaptive.sasl.Mechanism
Creates a new mechanism.
Mechanism(String, String...) - Constructor for enum org.ldaptive.sasl.Mechanism
Creates a new mechanism.
MECHANISM - Static variable in class org.ldaptive.sasl.CramMD5BindRequest
CRAM-MD5 SASL mechanism.
MECHANISM - Static variable in class org.ldaptive.sasl.DigestMD5BindRequest
DIGEST-MD5 SASL mechanism.
MECHANISM - Static variable in class org.ldaptive.sasl.ExternalBindRequest
External SASL mechanism.
MECHANISM - Static variable in class org.ldaptive.sasl.GssApiBindRequest
GSSAPI SASL mechanism.
mechanismName - Variable in enum org.ldaptive.sasl.Mechanism
SASL mechanism name.
MEDIUM - org.ldaptive.sasl.SecurityStrength
Medium security strength.
members - Variable in class org.ldaptive.jaas.LdapGroup
Principal members.
merge(SearchResponse) - Static method in class org.ldaptive.SearchResponse
Merges the entries in the supplied result into a single entry.
merge(T) - Method in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
 
merge(T) - Method in interface org.ldaptive.beans.persistence.LdapEntryManager
Merges the supplied annotated object in an LDAP.
merge(T, ResultPredicate) - Method in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Merges the supplied annotated object in an LDAP.
MergeAttributeEntryHandler - Class in org.ldaptive.handler
Merges the values of one or more attributes into a single attribute.
MergeAttributeEntryHandler() - Constructor for class org.ldaptive.handler.MergeAttributeEntryHandler
 
mergeAttributeName - Variable in class org.ldaptive.handler.MergeAttributeEntryHandler
Attribute name to add merge values into.
mergeAttributes - Variable in class org.ldaptive.handler.RecursiveResultHandler
Attribute(s) to merge.
MergeOperation - Class in org.ldaptive.ext
The merge operation performs the LDAP operations necessary to synchronize the data in an LdapEntry with its corresponding entry in the LDAP.
MergeOperation() - Constructor for class org.ldaptive.ext.MergeOperation
Default constructor.
MergeOperation(ConnectionFactory) - Constructor for class org.ldaptive.ext.MergeOperation
Creates a new merge operation.
MergeRequest - Class in org.ldaptive.ext
Contains the data required to perform a merge operation.
MergeRequest() - Constructor for class org.ldaptive.ext.MergeRequest
Default constructor.
MergeRequest(LdapEntry) - Constructor for class org.ldaptive.ext.MergeRequest
Creates a new merge request.
MergeRequest(LdapEntry, boolean) - Constructor for class org.ldaptive.ext.MergeRequest
Creates a new merge request.
MergeRequest.AttributeModificationsHandler - Interface in org.ldaptive.ext
Marker interface for an attribute modifications handler.
MergeRequest.BatchHandler - Class in org.ldaptive.ext
Processes attribute modifications so that any list of attribute modifications does not exceed the configured batch size.
MergeRequest.MaxSizeAttributeValueHandler - Class in org.ldaptive.ext
Processes attribute modifications to enforce the maximum number of attribute values in any single attribute.
MergeResultHandler - Class in org.ldaptive.handler
Merges the values of the attributes in all entries into a single entry.
MergeResultHandler() - Constructor for class org.ldaptive.handler.MergeResultHandler
Default constructor.
message - Variable in class org.ldaptive.transport.ResponseParser
Message produced from parsing a DER buffer.
message - Variable in class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
Client first message plus the server first message plus the withoutProof string.
message - Variable in class org.ldaptive.transport.ScramSaslClient.ClientFirstMessage
Message produced from the username and nonce.
message - Variable in class org.ldaptive.transport.ScramSaslClient.ServerFinalMessage
Server SASL credentials.
message - Variable in class org.ldaptive.transport.ScramSaslClient.ServerFirstMessage
The server SASL credentials.
Message - Interface in org.ldaptive
LDAP protocol response.
MESSAGE_WORKER_THREADS - Static variable in class org.ldaptive.control.util.SyncReplRunner
Number of message worker threads.
messageCount - Variable in class org.ldaptive.transport.netty.AutoReadFlowControlHandler
Number of messages in the pipeline.
MessageDecoder() - Constructor for class org.ldaptive.transport.netty.NettyConnection.MessageDecoder
 
MessageFrameDecoder - Class in org.ldaptive.transport.netty
Reads the input byte buffer until an entire message is available.
MessageFrameDecoder() - Constructor for class org.ldaptive.transport.netty.MessageFrameDecoder
 
MessageFunctional<Q extends Request,​S extends Result> - Class in org.ldaptive.transport
Base class for processing a message that is initialized with the request and connection.
MessageFunctional() - Constructor for class org.ldaptive.transport.MessageFunctional
 
MessageFunctional.BiConsumer<Q extends Request,​S extends Result,​T,​U> - Class in org.ldaptive.transport
Marker class to inject connection and request properties.
MessageFunctional.Consumer<Q extends Request,​S extends Result,​T> - Class in org.ldaptive.transport
Marker class to inject connection and request properties.
MessageFunctional.Function<Q extends Request,​S extends Result,​T,​R> - Class in org.ldaptive.transport
Marker class to inject connection and request properties.
messageID - Variable in class org.ldaptive.AbandonRequest
Protocol message ID.
messageID - Variable in class org.ldaptive.AbstractMessage
Protocol message ID.
messageID - Variable in class org.ldaptive.transport.DefaultOperationHandle
Protocol message ID.
messageID - Variable in class org.ldaptive.transport.netty.EncodedRequest
Protocol message ID.
messageID - Variable in class org.ldaptive.transport.netty.NettyConnection
Message ID counter, incremented as requests are sent.
messageID(int) - Method in class org.ldaptive.AbstractMessage.AbstractBuilder
 
messageID(int) - Method in class org.ldaptive.extended.SyncInfoMessage.Builder
 
messageID(int) - Method in class org.ldaptive.transport.DefaultOperationHandle
Sets the message ID.
MessageIDHandler(AbstractMessage) - Constructor for class org.ldaptive.AbstractMessage.MessageIDHandler
Creates a new message ID handler.
MessageStatus() - Constructor for enum org.ldaptive.transport.netty.NettyConnection.MessageStatus
 
messageType - Variable in class org.ldaptive.extended.SyncInfoMessage
message type.
messageWorkerGroup - Variable in class org.ldaptive.transport.netty.NettyConnection
Event worker group used to process inbound messages.
messageWorkerGroup - Variable in class org.ldaptive.transport.netty.NettyConnectionFactoryTransport
Event loop group for message handling.
MethodAttributeValueMutator - Class in org.ldaptive.beans.reflect
Attribute mutator associated with the Method of an object.
MethodAttributeValueMutator(String, boolean, ReflectionTranscoder, Method, Method) - Constructor for class org.ldaptive.beans.reflect.MethodAttributeValueMutator
Creates a new method attribute value mutator.
MethodAttributeValueMutator(ReflectionTranscoder, Method, Method) - Constructor for class org.ldaptive.beans.reflect.MethodAttributeValueMutator
Creates a new method attribute value mutator.
MethodClassDescriptor - Class in org.ldaptive.beans.reflect
Creates DN and attribute mutators for the Methods on a type.
MethodClassDescriptor() - Constructor for class org.ldaptive.beans.reflect.MethodClassDescriptor
 
min(int) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
MIN_PATTERN - Static variable in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
Pattern for capturing optional minutes in generalized time.
MinimalAttributeValueEscaper - Class in org.ldaptive.dn
Escapes an attribute value per RFC 4514 section 2.4.
MinimalAttributeValueEscaper() - Constructor for class org.ldaptive.dn.MinimalAttributeValueEscaper
 
MINIMUM_ITERATION_COUNT - Static variable in class org.ldaptive.transport.ScramSaslClient.ServerFirstMessage
Minimum number of iterations we will allow.
minPoolSize - Variable in class org.ldaptive.pool.AbstractConnectionPool
Minimum pool size.
Minutes - org.ldaptive.transcode.GeneralizedTimeValueTranscoder.FractionalPart
Fractional minutes.
mod - Variable in class org.ldaptive.control.util.SyncReplCookie.CSN
CSN mod.
MODDN - org.ldaptive.control.PersistentSearchChangeType
modify dn.
Mode(int) - Constructor for enum org.ldaptive.control.SyncRequestControl.Mode
Creates a new mode.
modifications - Variable in class org.ldaptive.ModifyRequest
Modifications to perform.
modifications(Collection<AttributeModification>) - Method in class org.ldaptive.ModifyRequest.Builder
Sets the modifications.
modifications(AttributeModification...) - Method in class org.ldaptive.ModifyRequest.Builder
Sets the modifications.
modify(MergeRequest, LdapEntry, LdapEntry) - Method in class org.ldaptive.ext.MergeOperation
Retrieves the attribute modifications from LdapEntry.computeModifications(LdapEntry, LdapEntry) and executes a ModifyOperation with those results.
MODIFY - org.ldaptive.control.PersistentSearchChangeType
modify.
MODIFY - org.ldaptive.control.SyncStateControl.State
modify.
MODIFY_DN_PATH - Static variable in class org.ldaptive.transport.ResponseParser
Modify DN response DER path.
MODIFY_PATH - Static variable in class org.ldaptive.transport.ResponseParser
Modify response DER path.
ModifyDnOperation - Class in org.ldaptive
Executes an ldap modify DN operation.
ModifyDnOperation() - Constructor for class org.ldaptive.ModifyDnOperation
Default constructor.
ModifyDnOperation(ConnectionFactory) - Constructor for class org.ldaptive.ModifyDnOperation
Creates a new modify DN operation.
ModifyDnOperation.Builder - Class in org.ldaptive
Modify DN operation builder.
ModifyDnOperationWorker - Class in org.ldaptive.concurrent
Executes multiple ldap modify DN operations asynchronously.
ModifyDnOperationWorker() - Constructor for class org.ldaptive.concurrent.ModifyDnOperationWorker
Default constructor.
ModifyDnOperationWorker(ModifyDnOperation) - Constructor for class org.ldaptive.concurrent.ModifyDnOperationWorker
Creates a new modify dn operation worker.
ModifyDnRequest - Class in org.ldaptive
LDAP modify DN request defined as:
ModifyDnRequest() - Constructor for class org.ldaptive.ModifyDnRequest
Default constructor.
ModifyDnRequest(String, String, boolean) - Constructor for class org.ldaptive.ModifyDnRequest
Creates a new modify DN request.
ModifyDnRequest(String, String, boolean, String) - Constructor for class org.ldaptive.ModifyDnRequest
Creates a new modify DN request.
ModifyDnRequest.Builder - Class in org.ldaptive
Modify DN request builder.
ModifyDnResponse - Class in org.ldaptive
LDAP modify DN response defined as:
ModifyDnResponse() - Constructor for class org.ldaptive.ModifyDnResponse
Default constructor.
ModifyDnResponse(DERBuffer) - Constructor for class org.ldaptive.ModifyDnResponse
Creates a new modify DN response.
ModifyDnResponse.Builder - Class in org.ldaptive
 
modifyOperation - Variable in class org.ldaptive.ext.MergeOperation
Modify operation used to update an entry.
ModifyOperation - Class in org.ldaptive
Executes an ldap modify operation.
ModifyOperation() - Constructor for class org.ldaptive.ModifyOperation
Default constructor.
ModifyOperation(ConnectionFactory) - Constructor for class org.ldaptive.ModifyOperation
Creates a new modify operation.
ModifyOperation.Builder - Class in org.ldaptive
Modify operation builder.
ModifyOperationWorker - Class in org.ldaptive.concurrent
Executes multiple ldap modify operations asynchronously.
ModifyOperationWorker() - Constructor for class org.ldaptive.concurrent.ModifyOperationWorker
Default constructor.
ModifyOperationWorker(ModifyOperation) - Constructor for class org.ldaptive.concurrent.ModifyOperationWorker
Creates a new modify operation worker.
ModifyRequest - Class in org.ldaptive
LDAP modify request defined as:
ModifyRequest() - Constructor for class org.ldaptive.ModifyRequest
Default constructor.
ModifyRequest(String, AttributeModification...) - Constructor for class org.ldaptive.ModifyRequest
Creates a new modify request.
ModifyRequest.Builder - Class in org.ldaptive
Modify request builder.
ModifyResponse - Class in org.ldaptive
LDAP modify response defined as:
ModifyResponse() - Constructor for class org.ldaptive.ModifyResponse
Default constructor.
ModifyResponse(DERBuffer) - Constructor for class org.ldaptive.ModifyResponse
Creates a new modify response.
ModifyResponse.Builder - Class in org.ldaptive
 
MONTH_PATTERN - Static variable in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
Pattern for capturing the month in generalized time.
MORE_RESULTS_TO_RETURN - org.ldaptive.ResultCode
more results to return.
MUST_SUPPLY_OLD_PASSWORD - org.ldaptive.control.PasswordPolicyControl.Error
must supply old password.
mutualAuthentication - Variable in class org.ldaptive.sasl.SaslConfig
perform mutual authentication.
mutualAuthentication(Boolean) - Method in class org.ldaptive.sasl.SaslConfig.Builder
 

N

name - Variable in class org.ldaptive.asn1.DERPath.Node
Name of this node.
name - Variable in class org.ldaptive.LdapEntry.AttributeParser
Attribute name.
name - Variable in class org.ldaptive.pool.AbstractConnectionPool
Pool name.
name - Variable in enum org.ldaptive.schema.AttributeUsage
Name of this attribute usage.
name() - Method in class org.ldaptive.asn1.ApplicationDERTag
 
name() - Method in class org.ldaptive.asn1.ContextDERTag
 
name() - Method in class org.ldaptive.asn1.CustomDERTag
 
name() - Method in interface org.ldaptive.asn1.DERTag
Gets the name of the tag.
name() - Method in annotation type org.ldaptive.beans.Attribute
Attribute name.
name(String) - Method in class org.ldaptive.CompareRequest.Builder
Sets the attribute description.
name(String) - Method in class org.ldaptive.extended.ExtendedRequest.Builder
Sets the request name.
name(String) - Method in class org.ldaptive.LdapAttribute.Builder
 
name(String) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
NAME_FORM_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.DefaultSchemaFunction
Default name form function.
NAME_FORM_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.RegexSchemaFunction
Regex name form function.
NAME_FORMS_ATTR_NAME - Static variable in class org.ldaptive.schema.SchemaFactory
Name forms attribute name on the subschema entry.
NAME_PATH - Static variable in class org.ldaptive.extended.ExtendedResponse
DER path to name.
NAME_PATH - Static variable in class org.ldaptive.LdapEntry.AttributeParser
DER path to name.
nameForm - Variable in class org.ldaptive.schema.DITStructureRule
Name form.
NameForm - Class in org.ldaptive.schema
Bean for a name form schema element.
NameForm(String) - Constructor for class org.ldaptive.schema.NameForm
Creates a new name form.
NameForm(String, String[], String, boolean, String, String[], String[], Extensions) - Constructor for class org.ldaptive.schema.NameForm
Creates a new name form.
NameForm.DefaultDefinitionFunction - Class in org.ldaptive.schema
Parses a name form definition using a char buffer.
NameForm.RegexDefinitionFunction - Class in org.ldaptive.schema
Parses a name form definition using a regular expression.
nameForms - Variable in class org.ldaptive.schema.Schema
Name forms.
NameFormValueTranscoder - Class in org.ldaptive.schema.transcode
Decodes and encodes a name form for use in an ldap attribute value.
NameFormValueTranscoder() - Constructor for class org.ldaptive.schema.transcode.NameFormValueTranscoder
 
nameMappings - Variable in class org.ldaptive.beans.generate.BeanGenerator
Name mappings.
nameMappings(Map<String, String>) - Method in class org.ldaptive.beans.generate.BeanGenerator.Builder
 
names - Variable in class org.ldaptive.schema.AbstractNamedSchemaElement
Names.
nameservers - Variable in class org.ldaptive.dns.DefaultDNSContextFactory
DNS name servers in order of preference.
NameValue - Class in org.ldaptive.dn
Container for a RDN name value pair.
NameValue(String, byte[]) - Constructor for class org.ldaptive.dn.NameValue
Creates a new name value.
NameValue(String, String) - Constructor for class org.ldaptive.dn.NameValue
Creates a new name value.
nameValues - Variable in class org.ldaptive.dn.RDn
Name value pairs.
NAMING_VIOLATION - org.ldaptive.ResultCode
naming violation.
nError - Variable in class org.ldaptive.auth.ext.PasswordExpirationAccountState
error enum.
NettyConnection - Class in org.ldaptive.transport.netty
Netty based connection implementation.
NettyConnection(ConnectionConfig, Class<? extends Channel>, EventLoopGroup, EventLoopGroup, boolean) - Constructor for class org.ldaptive.transport.netty.NettyConnection
Creates a new connection.
NettyConnection.AutoReadEventHandler - Class in org.ldaptive.transport.netty
Initiates a channel read when an LDAP message has been processed and auto read is false.
NettyConnection.BindOperationHandle - Class in org.ldaptive.transport.netty
Bind specific operation handle that locks other operations until the bind completes.
NettyConnection.ClientInitializer - Class in org.ldaptive.transport.netty
Sets up the Netty pipeline for this connection.
NettyConnection.CloseFutureListener - Class in org.ldaptive.transport.netty
Listener for channel close events.
NettyConnection.InboundExceptionHandler - Class in org.ldaptive.transport.netty
Sets NettyConnection.inboundException and closes the channel when an exception occurs.
NettyConnection.InboundMessageHandler - Class in org.ldaptive.transport.netty
Matches an inbound LDAP response message to its operation handle and removes that handle from the response queue.
NettyConnection.LogFutureListener - Class in org.ldaptive.transport.netty
Listener that logs the future success state when it occurs.
NettyConnection.MessageDecoder - Class in org.ldaptive.transport.netty
Decodes byte buffer into a concrete LDAP response message.
NettyConnection.MessageStatus - Enum in org.ldaptive.transport.netty
Enum that describes the state of an LDAP message in the pipeline.
NettyConnection.RequestEncoder - Class in org.ldaptive.transport.netty
Encodes an LDAP request into its DER bytes.
NettyConnection.ValidatorHandler - Class in org.ldaptive.transport.netty
Schedules a connection validator to run based on its strategy.
NettyConnectionFactoryTransport - Class in org.ldaptive.transport.netty
Creates netty connections with configured event loops.
NettyConnectionFactoryTransport(Class<? extends Channel>, EventLoopGroup) - Constructor for class org.ldaptive.transport.netty.NettyConnectionFactoryTransport
Creates a new netty connection factory transport.
NettyConnectionFactoryTransport(Class<? extends Channel>, EventLoopGroup, EventLoopGroup) - Constructor for class org.ldaptive.transport.netty.NettyConnectionFactoryTransport
Creates a new netty connection factory transport.
NettyDERBuffer - Class in org.ldaptive.transport.netty
DERBuffer that uses a ByteBuf.
NettyDERBuffer(ByteBuf) - Constructor for class org.ldaptive.transport.netty.NettyDERBuffer
Creates a new netty DER buffer.
NettyDERBuffer(ByteBuf, int, int) - Constructor for class org.ldaptive.transport.netty.NettyDERBuffer
Creates a new netty DER buffer and sets the initial position and limit.
NettyUtils - Class in org.ldaptive.transport.netty
Provides utility methods for this package.
NettyUtils() - Constructor for class org.ldaptive.transport.netty.NettyUtils
Default constructor.
NEVER - org.ldaptive.DerefAliases
never dereference aliases.
NEW_COOKIE - org.ldaptive.extended.SyncInfoMessage.Type
new cookie.
NEW_COOKIE_PATH - Static variable in class org.ldaptive.extended.SyncInfoMessage
DER path to new cookie.
NewCookieHandler(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.NewCookieHandler
Creates a new cookie handler.
newInstance() - Method in class org.ldaptive.ActivePassiveConnectionStrategy
 
newInstance() - Method in interface org.ldaptive.ConnectionStrategy
Create a deep copy of this strategy.
newInstance() - Method in class org.ldaptive.DnsResolverConnectionStrategy
 
newInstance() - Method in class org.ldaptive.DnsSrvConnectionStrategy
 
newInstance() - Method in class org.ldaptive.RandomConnectionStrategy
 
newInstance() - Method in class org.ldaptive.RoundRobinConnectionStrategy
 
newInstance() - Static method in class org.ldaptive.ssl.KeyStoreUtils
Creates a new KeyStore with the default keystore type and initializes it.
newInstance(char[]) - Static method in class org.ldaptive.ssl.KeyStoreUtils
Creates a new KeyStore with the default keystore type and initializes it.
newInstance(String) - Static method in class org.ldaptive.ssl.KeyStoreUtils
Creates a new KeyStore and initializes it.
newInstance(String, char[]) - Static method in class org.ldaptive.ssl.KeyStoreUtils
Creates a new KeyStore and initializes it.
newInstance(ValueTranscoder<T>) - Static method in class org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
Creates a new single value reflection transcoder.
newModifyRDn - Variable in class org.ldaptive.ModifyDnRequest
New DN.
newRDN(String) - Method in class org.ldaptive.ModifyDnRequest.Builder
Sets the new modify ldap DN.
newSuperiorDn - Variable in class org.ldaptive.ModifyDnRequest
New superior DN.
next() - Method in class org.ldaptive.AbstractConnectionStrategy.DefaultLdapURLIterator
 
NioConnectionFactoryTransport - Class in org.ldaptive.transport.netty
Creates netty connections using an NioEventLoopGroup.
NioConnectionFactoryTransport() - Constructor for class org.ldaptive.transport.netty.NioConnectionFactoryTransport
Creates a new nio connection factory transport.
NioConnectionFactoryTransport(int) - Constructor for class org.ldaptive.transport.netty.NioConnectionFactoryTransport
Creates a new nio connection factory transport.
NioConnectionFactoryTransport(int, int) - Constructor for class org.ldaptive.transport.netty.NioConnectionFactoryTransport
Creates a new nio connection factory transport.
NioConnectionFactoryTransport(String, int) - Constructor for class org.ldaptive.transport.netty.NioConnectionFactoryTransport
Creates a new nio connection factory transport.
NioConnectionFactoryTransport(String, int, int) - Constructor for class org.ldaptive.transport.netty.NioConnectionFactoryTransport
Creates a new nio connection factory transport.
NioConnectionTransport - Class in org.ldaptive.transport.netty
Creates netty connections using an NioEventLoopGroup.
NioConnectionTransport() - Constructor for class org.ldaptive.transport.netty.NioConnectionTransport
Creates a new nio connection transport.
NioConnectionTransport(int) - Constructor for class org.ldaptive.transport.netty.NioConnectionTransport
Creates a new nio connection transport.
NioConnectionTransport(int, int) - Constructor for class org.ldaptive.transport.netty.NioConnectionTransport
Creates a new nio connection transport.
NioSingletonTransport - Class in org.ldaptive.transport.netty
Creates netty connections using a single, shared NioEventLoopGroup.
NioSingletonTransport() - Constructor for class org.ldaptive.transport.netty.NioSingletonTransport
Default constructor.
NO_MEMORY - org.ldaptive.ResultCode
no memory.
NO_OP_RESOLVER - Static variable in class org.ldaptive.auth.Authenticator
NoOp entry resolver.
NO_RESULTS_RETURNED - org.ldaptive.ResultCode
no results returned.
NO_SUCH_ATTRIBUTE - org.ldaptive.ResultCode
no such attribute.
NO_SUCH_OBJECT - org.ldaptive.ResultCode
no such object.
NO_SUCH_OPERATION - org.ldaptive.ResultCode
no such operation, See RFC 3909.
NO_SUCH_USER - org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
no such user.
NO_WSP_REGEX - Static variable in class org.ldaptive.schema.AbstractRegexDefinitionFunction
Regex to match one or more non spaces.
Node(String) - Constructor for class org.ldaptive.asn1.DERPath.Node
Creates a new node with an indeterminate index.
Node(String, int) - Constructor for class org.ldaptive.asn1.DERPath.Node
Creates a new node with the given index.
NODE_PATTERN - Static variable in class org.ldaptive.asn1.DERPath
General pattern for DER path nodes.
nodeStack - Variable in class org.ldaptive.asn1.DERPath
Describes the path as a FIFO set of nodes.
nonBlockingInitialize - Variable in class org.ldaptive.SingleConnectionFactory
Whether SingleConnectionFactory.initialize() should occur on a separate thread.
nonBlockingInitialize(boolean) - Method in class org.ldaptive.SingleConnectionFactory.Builder
 
NONE - org.ldaptive.handler.CaseChangeEntryHandler.CaseChange
no case change.
NONE - org.ldaptive.ReturnAttributes
no attributes.
NoOpDnResolver - Class in org.ldaptive.auth
Returns a DN that is the user identifier.
NoOpDnResolver() - Constructor for class org.ldaptive.auth.NoOpDnResolver
 
NoOpEntryResolver - Class in org.ldaptive.auth
Returns an LDAP entry that contains only the DN that was supplied to it.
NoOpEntryResolver() - Constructor for class org.ldaptive.auth.NoOpEntryResolver
 
noResultsIsError - Variable in class org.ldaptive.jaas.LdapDnAuthorizationModule
Whether failing to find a DN should raise an exception.
noResultsIsError - Variable in class org.ldaptive.jaas.LdapRoleAuthorizationModule
Whether failing to find any roles should raise an exception.
normalize(RDn) - Method in class org.ldaptive.dn.DefaultRDnNormalizer
 
normalize(RDn) - Method in interface org.ldaptive.dn.RDnNormalizer
Normalize the name value pairs in the supplied RDN.
normalizedDn - Variable in class org.ldaptive.LdapEntry
Normalized LDAP DN.
NOT - org.ldaptive.filter.Filter.Type
Not filter.
NOT_ALLOWED_ON_NONLEAF - org.ldaptive.ResultCode
not allowed on nonleaf.
NOT_ALLOWED_ON_RDN - org.ldaptive.ResultCode
not allowed on rdn.
NOT_SUCCESS - Static variable in interface org.ldaptive.handler.ResultPredicate
Predicate that throws if the result code is not ResultCode.SUCCESS.
NotFilter - Class in org.ldaptive.filter
Not search filter set defined as:
NotFilter() - Constructor for class org.ldaptive.filter.NotFilter
Default constructor.
NotFilter(Filter) - Constructor for class org.ldaptive.filter.NotFilter
Creates a new not filter.
NoticeOfDisconnection - Class in org.ldaptive.extended
LDAP notice of disconnection defined as:
NoticeOfDisconnection() - Constructor for class org.ldaptive.extended.NoticeOfDisconnection
Default constructor.
NoticeOfDisconnection(DERBuffer) - Constructor for class org.ldaptive.extended.NoticeOfDisconnection
Creates a new notice of disconnection.
NoticeOfDisconnection.Builder - Class in org.ldaptive.extended
 
NotificationClient - Class in org.ldaptive.ad.control.util
Client that simplifies using the notification control.
NotificationClient(ConnectionFactory) - Constructor for class org.ldaptive.ad.control.util.NotificationClient
Creates a new notification client.
NotificationClient.NotificationItem - Class in org.ldaptive.ad.control.util
Contains data returned when using the notification control.
NotificationControl - Class in org.ldaptive.ad.control
Request control for active directory servers to send asynchronous notifications to the client when a change is made.
NotificationControl() - Constructor for class org.ldaptive.ad.control.NotificationControl
Default constructor.
NotificationControl(boolean) - Constructor for class org.ldaptive.ad.control.NotificationControl
Creates a new notification control.
NotificationItem(Exception) - Constructor for class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Creates a new notification item.
NotificationItem(LdapEntry) - Constructor for class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Creates a new notification item.
NotificationItem(Result) - Constructor for class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Creates a new notification item.
notificationLock - Variable in class org.ldaptive.transport.netty.HandleMap
Only one notification can occur at a time.
notifyOperationHandles(UnsolicitedNotification) - Method in class org.ldaptive.transport.netty.HandleMap
Send the supplied notification to all handles waiting for a response.
notifyOperationHandles(LdapException) - Method in class org.ldaptive.transport.netty.HandleMap
Notifies all operation handles in the queue that an exception has occurred.
notifyOperationHandlesOfClose() - Method in class org.ldaptive.transport.netty.NettyConnection
Sends an exception notification to all pending responses that the connection has been closed.
noUserModification - Variable in class org.ldaptive.schema.AttributeType
No user modification.
NULL - org.ldaptive.asn1.UniversalDERTag
NULL type.
NullType - Class in org.ldaptive.asn1
Convenience type for a tag with a null value.
NullType(DERTag) - Constructor for class org.ldaptive.asn1.NullType
Creates a new null type.
numIoThreads - Variable in class org.ldaptive.transport.netty.ConnectionTransport
Number of I/O threads.
numMessageThreads - Variable in class org.ldaptive.transport.netty.ConnectionTransport
Number of message threads.
NUMSTR - org.ldaptive.asn1.UniversalDERTag
NumericString type.

O

object - Variable in class org.ldaptive.AbstractConnectionValidator.AbstractBuilder
Validator to build.
object - Variable in class org.ldaptive.AbstractMessage.AbstractBuilder
 
object - Variable in class org.ldaptive.AbstractOperation.AbstractBuilder
Operation to build.
object - Variable in class org.ldaptive.AbstractRequestMessage.AbstractBuilder
Message to build.
object - Variable in class org.ldaptive.asn1.AbstractParseHandler
Object to initialize.
object - Variable in class org.ldaptive.auth.AggregateAuthenticationHandler.Builder
 
object - Variable in class org.ldaptive.auth.AggregateAuthenticationResponseHandler.Builder
 
object - Variable in class org.ldaptive.auth.AggregateDnResolver.Builder
 
object - Variable in class org.ldaptive.auth.AggregateEntryResolver.Builder
 
object - Variable in class org.ldaptive.auth.AuthenticationRequest.Builder
Authentication request to build.
object - Variable in class org.ldaptive.auth.Authenticator.Builder
Authenticator to build.
object - Variable in class org.ldaptive.auth.SearchDnResolver.Builder
DN resolver to build.
object - Variable in class org.ldaptive.beans.generate.BeanGenerator.Builder
 
object - Variable in class org.ldaptive.BindConnectionInitializer.Builder
 
object - Variable in class org.ldaptive.ConnectionConfig.Builder
 
object - Variable in class org.ldaptive.DefaultConnectionFactory.Builder
 
object - Variable in class org.ldaptive.dn.Dn.Builder
 
object - Variable in class org.ldaptive.FilterTemplate.Builder
 
object - Variable in class org.ldaptive.LdapAttribute.Builder
 
object - Variable in class org.ldaptive.pool.AbstractPruneStrategy.AbstractBuilder
Prune strategy to build.
object - Variable in class org.ldaptive.PooledConnectionFactory.Builder
 
object - Variable in class org.ldaptive.props.AbstractPropertySource
Object to initialize with properties.
object - Variable in class org.ldaptive.sasl.SaslConfig.Builder
 
object - Variable in class org.ldaptive.SingleConnectionFactory.Builder
 
object - Variable in class org.ldaptive.ssl.KeyStoreCredentialConfig.Builder
 
object - Variable in class org.ldaptive.ssl.SslConfig.Builder
 
object - Variable in class org.ldaptive.ssl.X509CredentialConfig.Builder
 
OBJECT - org.ldaptive.SearchScope
base object search.
OBJECT_CLASS_ATTR_NAME - Static variable in class org.ldaptive.schema.SchemaFactory
Object classes attribute name on the subschema entry.
OBJECT_CLASS_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.DefaultSchemaFunction
Default object class function.
OBJECT_CLASS_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.RegexSchemaFunction
Regex object class function.
OBJECT_CLASS_MODS_PROHIBITED - org.ldaptive.ResultCode
object class mods prohibited.
OBJECT_CLASS_VIOLATION - org.ldaptive.ResultCode
object class violation.
OBJECT_SECURITY - org.ldaptive.ad.control.DirSyncControl.Flag
object security.
ObjectClass - Class in org.ldaptive.schema
Bean for an object class schema element.
ObjectClass(String) - Constructor for class org.ldaptive.schema.ObjectClass
Creates a new object class.
ObjectClass(String, String[], String, boolean, String[], ObjectClassType, String[], String[], Extensions) - Constructor for class org.ldaptive.schema.ObjectClass
Creates a new object class.
ObjectClass.DefaultDefinitionFunction - Class in org.ldaptive.schema
Parses an object class definition using a char buffer.
ObjectClass.RegexDefinitionFunction - Class in org.ldaptive.schema
Parses an object class definition using a regular expression.
objectClasses - Variable in class org.ldaptive.beans.generate.BeanGenerator
Object classes to build beans for.
objectClasses - Variable in class org.ldaptive.schema.Schema
Object classes.
objectClasses(String...) - Method in class org.ldaptive.beans.generate.BeanGenerator.Builder
 
objectClassType - Variable in class org.ldaptive.schema.ObjectClass
Object class type.
ObjectClassType - Enum in org.ldaptive.schema
Enum for an object class schema element.
ObjectClassType() - Constructor for enum org.ldaptive.schema.ObjectClassType
 
ObjectClassValueTranscoder - Class in org.ldaptive.schema.transcode
Decodes and encodes an object class for use in an ldap attribute value.
ObjectClassValueTranscoder() - Constructor for class org.ldaptive.schema.transcode.ObjectClassValueTranscoder
 
ObjectGuidHandler - Class in org.ldaptive.ad.handler
Processes an objectGuid attribute by converting it from binary to its string form.
ObjectGuidHandler() - Constructor for class org.ldaptive.ad.handler.ObjectGuidHandler
Creates a new object guid handler.
ObjectGuidHandler(String) - Constructor for class org.ldaptive.ad.handler.ObjectGuidHandler
Creates a new object guid handler.
objectScopeSearchRequest(String) - Static method in class org.ldaptive.SearchRequest
Returns a search request initialized for use with an object level search scope.
objectScopeSearchRequest(String, String[]) - Static method in class org.ldaptive.SearchRequest
Returns a search request initialized for use with an object level search scope.
objectScopeSearchRequest(String, String[], String) - Static method in class org.ldaptive.SearchRequest
Returns a search request initialized for use with an object level search scope.
objectScopeSearchRequest(String, String[], Filter) - Static method in class org.ldaptive.SearchRequest
Returns a search request initialized for use with an object level search scope.
objectScopeSearchRequest(String, String[], FilterTemplate) - Static method in class org.ldaptive.SearchRequest
Returns a search request initialized for use with an object level search scope.
ObjectSidHandler - Class in org.ldaptive.ad.handler
Processes an objectSid attribute by converting it from binary to its string form.
ObjectSidHandler() - Constructor for class org.ldaptive.ad.handler.ObjectSidHandler
Creates a new object sid handler.
ObjectSidHandler(String) - Constructor for class org.ldaptive.ad.handler.ObjectSidHandler
Creates a new object sid handler.
ObjectValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes an object for use in an ldap attribute value.
ObjectValueTranscoder() - Constructor for class org.ldaptive.transcode.ObjectValueTranscoder
 
obsolete - Variable in class org.ldaptive.schema.AbstractNamedSchemaElement
Obsolete.
OctetStringHandler() - Constructor for class org.ldaptive.dn.DefaultDnParser.OctetStringHandler
 
OctetStringType - Class in org.ldaptive.asn1
Converts strings to and from their DER encoded format.
OctetStringType(byte[]) - Constructor for class org.ldaptive.asn1.OctetStringType
Creates a new octet string type.
OctetStringType(String) - Constructor for class org.ldaptive.asn1.OctetStringType
Creates a new octet string type.
OctetStringType(DERTag, byte[]) - Constructor for class org.ldaptive.asn1.OctetStringType
Creates a new octet string type.
OctetStringType(DERTag, String) - Constructor for class org.ldaptive.asn1.OctetStringType
Creates a new octet string type.
OCTSTR - org.ldaptive.asn1.UniversalDERTag
OCTETSTRING type.
ODESC - org.ldaptive.asn1.UniversalDERTag
ObjectDescriptor type.
OFFSET_RANGE_ERROR - org.ldaptive.ResultCode
offset range error, See draft-ietf-ldapext-ldapv3-vlv.
oid - Variable in class org.ldaptive.AbstractMessage.ControlParser
Control oid.
oid - Variable in class org.ldaptive.control.AbstractControl
control oid.
oid - Variable in class org.ldaptive.schema.AttributeType
OID.
oid - Variable in class org.ldaptive.schema.DITContentRule
OID.
oid - Variable in class org.ldaptive.schema.MatchingRule
OID.
oid - Variable in class org.ldaptive.schema.MatchingRuleUse
OID.
oid - Variable in class org.ldaptive.schema.NameForm
OID.
oid - Variable in class org.ldaptive.schema.ObjectClass
OID.
oid - Variable in class org.ldaptive.schema.Syntax
OID.
OID - org.ldaptive.asn1.UniversalDERTag
OBJECT IDENTIFIER type.
OID - Static variable in class org.ldaptive.ad.control.DirSyncControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.ExtendedDnControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.ForceUpdateControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.GetStatsControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.LazyCommitControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.NotificationControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.PermissiveModifyControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.RangeRetrievalNoerrControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.SearchOptionsControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.ShowDeactivatedLinkControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.ShowDeletedControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.ShowRecycledControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.control.VerifyNameControl
OID of this control.
OID - Static variable in class org.ldaptive.ad.extended.FastBindRequest
OID of this extended request.
OID - Static variable in class org.ldaptive.control.AuthorizationIdentityRequestControl
OID of this control.
OID - Static variable in class org.ldaptive.control.AuthorizationIdentityResponseControl
OID of this control.
OID - Static variable in class org.ldaptive.control.EntryChangeNotificationControl
OID of this control.
OID - Static variable in class org.ldaptive.control.ManageDsaITControl
OID of this control.
OID - Static variable in class org.ldaptive.control.MatchedValuesRequestControl
OID of this control.
OID - Static variable in class org.ldaptive.control.PagedResultsControl
OID of this control.
OID - Static variable in class org.ldaptive.control.PasswordExpiredControl
OID of this control.
OID - Static variable in class org.ldaptive.control.PasswordExpiringControl
OID of this control.
OID - Static variable in class org.ldaptive.control.PasswordPolicyControl
OID of this control.
OID - Static variable in class org.ldaptive.control.PersistentSearchRequestControl
OID of this control.
OID - Static variable in class org.ldaptive.control.ProxyAuthorizationControl
OID of this control.
OID - Static variable in class org.ldaptive.control.RelaxControl
OID of this control.
OID - Static variable in class org.ldaptive.control.SessionTrackingControl
OID of this control.
OID - Static variable in class org.ldaptive.control.SortRequestControl
OID of this control.
OID - Static variable in class org.ldaptive.control.SortResponseControl
OID of this control.
OID - Static variable in class org.ldaptive.control.SyncDoneControl
OID of this control.
OID - Static variable in class org.ldaptive.control.SyncRequestControl
OID of this control.
OID - Static variable in class org.ldaptive.control.SyncStateControl
OID of this control.
OID - Static variable in class org.ldaptive.control.TreeDeleteControl
OID of this control.
OID - Static variable in class org.ldaptive.control.VirtualListViewRequestControl
OID of this control.
OID - Static variable in class org.ldaptive.control.VirtualListViewResponseControl
OID of this control.
OID - Static variable in class org.ldaptive.extended.CancelRequest
OID of this request.
OID - Static variable in class org.ldaptive.extended.NoticeOfDisconnection
OID of this response.
OID - Static variable in class org.ldaptive.extended.PasswordModifyRequest
OID of this request.
OID - Static variable in class org.ldaptive.extended.StartTLSRequest
OID of this request.
OID - Static variable in class org.ldaptive.extended.SyncInfoMessage
OID of this response.
OID - Static variable in class org.ldaptive.extended.WhoAmIRequest
OID of this request.
OID_PATH - Static variable in class org.ldaptive.AbstractMessage.ControlParser
DER path to OID.
OidType - Class in org.ldaptive.asn1
Converts object identifiers to and from their DER encoded format.
OidType(int[]) - Constructor for class org.ldaptive.asn1.OidType
Creates a new oid type.
OidType(String) - Constructor for class org.ldaptive.asn1.OidType
Creates a new oid type.
OidType(DERTag, int[]) - Constructor for class org.ldaptive.asn1.OidType
Creates a new oid type.
OidType(DERTag, String) - Constructor for class org.ldaptive.asn1.OidType
Creates a new oid type.
oldDN(String) - Method in class org.ldaptive.ModifyDnRequest.Builder
Sets the old modify ldap DN.
oldModifyDn - Variable in class org.ldaptive.ModifyDnRequest
DN to modify.
onClose - Variable in class org.ldaptive.SingleConnectionFactory
To run when a connection is closed.
onClose(Function<Connection, Boolean>) - Method in class org.ldaptive.SingleConnectionFactory.Builder
 
onCompare - Variable in class org.ldaptive.transport.DefaultCompareOperationHandle
Functions to handle the compare result.
onCompare(CompareValueHandler...) - Method in class org.ldaptive.CompareOperation.Builder
Sets the functions to execute when a compare result is complete.
onCompare(CompareValueHandler...) - Method in interface org.ldaptive.CompareOperationHandle
Sets the function to execute when a compare result is received.
onCompare(CompareValueHandler...) - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
Sets the function to execute when a compare result is received.
onComplete - Variable in class org.ldaptive.transport.DefaultOperationHandle
Function to run when the operation completes.
onComplete(CompleteHandler) - Method in interface org.ldaptive.CompareOperationHandle
 
onComplete(CompleteHandler) - Method in interface org.ldaptive.extended.ExtendedOperationHandle
 
onComplete(CompleteHandler) - Method in interface org.ldaptive.OperationHandle
Sets the function to execute when the operation completes.
onComplete(CompleteHandler) - Method in interface org.ldaptive.SearchOperationHandle
 
onComplete(CompleteHandler) - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
 
onComplete(CompleteHandler) - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
 
onComplete(CompleteHandler) - Method in class org.ldaptive.transport.DefaultOperationHandle
 
onComplete(CompleteHandler) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
onControl - Variable in class org.ldaptive.transport.DefaultOperationHandle
Functions to handle response controls.
onControl(ResponseControlHandler...) - Method in class org.ldaptive.AbstractOperation.AbstractBuilder
Sets the functions to execute when a control is received.
onControl(ResponseControlHandler...) - Method in interface org.ldaptive.CompareOperationHandle
 
onControl(ResponseControlHandler...) - Method in interface org.ldaptive.extended.ExtendedOperationHandle
 
onControl(ResponseControlHandler...) - Method in interface org.ldaptive.OperationHandle
Sets the functions to execute when a control is received.
onControl(ResponseControlHandler...) - Method in interface org.ldaptive.SearchOperationHandle
 
onControl(ResponseControlHandler...) - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
 
onControl(ResponseControlHandler...) - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
 
onControl(ResponseControlHandler...) - Method in class org.ldaptive.transport.DefaultOperationHandle
 
onControl(ResponseControlHandler...) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
ONE_HUNDRED_NANOSECOND_INTERVAL - Static variable in class org.ldaptive.ad.transcode.DeltaTimeValueTranscoder
Delta time uses 100-nanosecond intervals.
ONE_HUNDRED_NANOSECOND_INTERVAL - Static variable in class org.ldaptive.ad.transcode.FileTimeValueTranscoder
File time uses 100-nanosecond intervals.
ONE_RECONNECT_ATTEMPT - Static variable in class org.ldaptive.ConnectionConfig
Predicate that attempts a single reconnect.
ONE_WSP_REGEX - Static variable in class org.ldaptive.schema.AbstractRegexDefinitionFunction
Regex to match one or more spaces.
ONELEVEL - org.ldaptive.SearchScope
single level search.
onEntry - Variable in class org.ldaptive.control.util.PersistentSearchClient
Invoked when an entry is received.
onEntry - Variable in class org.ldaptive.control.util.SyncReplClient
Invoked when an entry is received.
onEntry - Variable in class org.ldaptive.control.util.SyncReplRunner
Invoked when an entry is received.
onEntry - Variable in class org.ldaptive.transport.DefaultSearchOperationHandle
Functions to handle response entries.
onEntry(LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation.Builder
Sets the functions to execute when a search result entry is received.
onEntry(LdapEntryHandler...) - Method in interface org.ldaptive.SearchOperationHandle
Sets the functions to execute when a search result entry is received.
onEntry(LdapEntryHandler...) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
onException - Variable in class org.ldaptive.control.util.PersistentSearchClient
Invoked when an exception is received.
onException - Variable in class org.ldaptive.control.util.SyncReplClient
Invoked when an exception is received.
onException - Variable in class org.ldaptive.control.util.SyncReplRunner
Invoked when an exception occurs.
onException - Variable in class org.ldaptive.transport.DefaultOperationHandle
Function to handle exceptions.
onException(ExceptionHandler) - Method in class org.ldaptive.AbstractOperation.AbstractBuilder
Sets the function to execute when an exception occurs.
onException(ExceptionHandler) - Method in interface org.ldaptive.CompareOperationHandle
 
onException(ExceptionHandler) - Method in interface org.ldaptive.extended.ExtendedOperationHandle
 
onException(ExceptionHandler) - Method in interface org.ldaptive.OperationHandle
Sets the function to execute when an exception occurs.
onException(ExceptionHandler) - Method in interface org.ldaptive.SearchOperationHandle
 
onException(ExceptionHandler) - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
 
onException(ExceptionHandler) - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
 
onException(ExceptionHandler) - Method in class org.ldaptive.transport.DefaultOperationHandle
 
onException(ExceptionHandler) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
onExtended - Variable in class org.ldaptive.transport.DefaultExtendedOperationHandle
Functions to handle extended response name and value.
onExtended(ExtendedValueHandler...) - Method in class org.ldaptive.extended.ExtendedOperation.Builder
Sets the functions to execute when an extended result is complete.
onExtended(ExtendedValueHandler...) - Method in interface org.ldaptive.extended.ExtendedOperationHandle
Sets the function to execute when an extended result is received.
onExtended(ExtendedValueHandler...) - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
Sets the function to execute when an extended response is received.
onFailure - Variable in class org.ldaptive.AbstractConnectionValidator
Consumer to execute on a failed validation.
onFailure(Consumer<Connection>) - Method in class org.ldaptive.AbstractConnectionValidator.AbstractBuilder
 
onIntermediate - Variable in class org.ldaptive.transport.DefaultOperationHandle
Functions to handle intermediate responses.
onIntermediate(IntermediateResponseHandler...) - Method in class org.ldaptive.AbstractOperation.AbstractBuilder
Sets the functions to execute when an intermediate response is received.
onIntermediate(IntermediateResponseHandler...) - Method in interface org.ldaptive.CompareOperationHandle
 
onIntermediate(IntermediateResponseHandler...) - Method in interface org.ldaptive.extended.ExtendedOperationHandle
 
onIntermediate(IntermediateResponseHandler...) - Method in interface org.ldaptive.OperationHandle
Sets the functions to execute when an intermediate response is received.
onIntermediate(IntermediateResponseHandler...) - Method in interface org.ldaptive.SearchOperationHandle
 
onIntermediate(IntermediateResponseHandler...) - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
 
onIntermediate(IntermediateResponseHandler...) - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
 
onIntermediate(IntermediateResponseHandler...) - Method in class org.ldaptive.transport.DefaultOperationHandle
 
onIntermediate(IntermediateResponseHandler...) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
onMessage - Variable in class org.ldaptive.control.util.SyncReplClient
Invoked when a sync info message is received.
onMessage - Variable in class org.ldaptive.control.util.SyncReplRunner
Invoked when a sync info message is received.
onOpen - Variable in class org.ldaptive.SingleConnectionFactory
To run when a connection is opened.
onOpen(Function<Connection, Boolean>) - Method in class org.ldaptive.SingleConnectionFactory.Builder
 
onReference - Variable in class org.ldaptive.control.util.SyncReplClient
Invoked when a reference is received.
onReference - Variable in class org.ldaptive.control.util.SyncReplRunner
Invoked when a reference is received.
onReference - Variable in class org.ldaptive.transport.DefaultSearchOperationHandle
Functions to handle response references.
onReference(SearchReferenceHandler...) - Method in class org.ldaptive.SearchOperation.Builder
Sets the functions to execute when a search result reference is received.
onReference(SearchReferenceHandler...) - Method in interface org.ldaptive.SearchOperationHandle
Sets the functions to execute when a search result reference is received.
onReference(SearchReferenceHandler...) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
onReferral - Variable in class org.ldaptive.transport.DefaultOperationHandle
Functions to handle referral URLs.
onReferral(ReferralHandler...) - Method in class org.ldaptive.AbstractOperation.AbstractBuilder
Sets the functions to execute when a referral is received.
onReferral(ReferralHandler...) - Method in interface org.ldaptive.CompareOperationHandle
 
onReferral(ReferralHandler...) - Method in interface org.ldaptive.extended.ExtendedOperationHandle
 
onReferral(ReferralHandler...) - Method in interface org.ldaptive.OperationHandle
Sets the functions to execute when a referral is received.
onReferral(ReferralHandler...) - Method in interface org.ldaptive.SearchOperationHandle
 
onReferral(ReferralHandler...) - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
 
onReferral(ReferralHandler...) - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
 
onReferral(ReferralHandler...) - Method in class org.ldaptive.transport.DefaultOperationHandle
 
onReferral(ReferralHandler...) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
onRequest(RequestHandler...) - Method in class org.ldaptive.AbstractOperation.AbstractBuilder
Sets the functions to execute before a request is sent.
onResult - Variable in class org.ldaptive.control.util.PersistentSearchClient
Invoked when a result is received.
onResult - Variable in class org.ldaptive.control.util.SyncReplClient
Invoked when a result is received.
onResult - Variable in class org.ldaptive.control.util.SyncReplRunner
Invoked when a result is received.
onResult - Variable in class org.ldaptive.transport.DefaultOperationHandle
Functions to handle response results.
onResult(ResultHandler...) - Method in class org.ldaptive.AbstractOperation.AbstractBuilder
Sets the functions to execute when a result is received.
onResult(ResultHandler...) - Method in interface org.ldaptive.CompareOperationHandle
 
onResult(ResultHandler...) - Method in interface org.ldaptive.extended.ExtendedOperationHandle
 
onResult(ResultHandler...) - Method in interface org.ldaptive.OperationHandle
Sets the functions to execute when a result is received.
onResult(ResultHandler...) - Method in interface org.ldaptive.SearchOperationHandle
 
onResult(ResultHandler...) - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
 
onResult(ResultHandler...) - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
 
onResult(ResultHandler...) - Method in class org.ldaptive.transport.DefaultOperationHandle
 
onResult(ResultHandler...) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
onSearchResult - Variable in class org.ldaptive.transport.DefaultSearchOperationHandle
Functions to handle complete response.
onSearchResult(SearchResultHandler...) - Method in class org.ldaptive.SearchOperation.Builder
Sets the functions to execute when a search result is complete.
onSearchResult(SearchResultHandler...) - Method in interface org.ldaptive.SearchOperationHandle
Sets the functions to execute when a search result is complete.
onSearchResult(SearchResultHandler...) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
onStart - Variable in class org.ldaptive.control.util.SyncReplRunner
Invoked when SyncReplRunner.start() begins.
onSuccess - Variable in class org.ldaptive.AbstractConnectionValidator
Consumer to execute on a successful validation.
onSuccess(Consumer<Connection>) - Method in class org.ldaptive.AbstractConnectionValidator.AbstractBuilder
 
onUnsolicitedNotification - Variable in class org.ldaptive.transport.DefaultOperationHandle
Function to handle unsolicited notifications.
onUnsolicitedNotification(UnsolicitedNotificationHandler...) - Method in class org.ldaptive.AbstractOperation.AbstractBuilder
Sets the functions to execute when an unsolicited notification is received.
onUnsolicitedNotification(UnsolicitedNotificationHandler...) - Method in interface org.ldaptive.CompareOperationHandle
 
onUnsolicitedNotification(UnsolicitedNotificationHandler...) - Method in interface org.ldaptive.extended.ExtendedOperationHandle
 
onUnsolicitedNotification(UnsolicitedNotificationHandler...) - Method in interface org.ldaptive.OperationHandle
Sets the functions to execute when an unsolicited notification is received.
onUnsolicitedNotification(UnsolicitedNotificationHandler...) - Method in interface org.ldaptive.SearchOperationHandle
 
onUnsolicitedNotification(UnsolicitedNotificationHandler...) - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
 
onUnsolicitedNotification(UnsolicitedNotificationHandler...) - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
 
onUnsolicitedNotification(UnsolicitedNotificationHandler...) - Method in class org.ldaptive.transport.DefaultOperationHandle
 
onUnsolicitedNotification(UnsolicitedNotificationHandler...) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
open - Variable in class org.ldaptive.transport.netty.HandleMap
Whether this queue is currently accepting new handles.
open() - Method in interface org.ldaptive.Connection
Opens the connection.
open() - Method in class org.ldaptive.transport.netty.HandleMap
Open this queue to receive new handles.
open() - Method in class org.ldaptive.transport.TransportConnection
 
open(LdapURL) - Method in class org.ldaptive.transport.netty.NettyConnection
 
open(LdapURL) - Method in class org.ldaptive.transport.TransportConnection
Attempt to open a connection to the supplied LDAP URL.
openInitialize(LdapURL) - Method in class org.ldaptive.transport.netty.NettyConnection
Initializes this connection for use after it has been established.
openLock - Variable in class org.ldaptive.transport.TransportConnection
Only one invocation of open can occur at a time.
operation - Variable in class org.ldaptive.AttributeModification
Modification type.
operation - Variable in class org.ldaptive.concurrent.AbstractOperationWorker
operation to execute.
operation(AbandonRequest) - Method in interface org.ldaptive.Connection
Executes an abandon operation.
operation(AbandonRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
 
operation(AddRequest) - Method in interface org.ldaptive.Connection
Creates a handle for an add operation.
operation(AddRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
 
operation(BindRequest) - Method in interface org.ldaptive.Connection
Creates a handle for a bind operation.
operation(BindRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
 
operation(CompareRequest) - Method in interface org.ldaptive.Connection
Creates a handle for a compare operation.
operation(CompareRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
 
operation(DeleteRequest) - Method in interface org.ldaptive.Connection
Creates a handle for a delete operation.
operation(DeleteRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
 
operation(ExtendedRequest) - Method in interface org.ldaptive.Connection
Creates a handle for an extended operation.
operation(ExtendedRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
 
operation(StartTLSRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
Performs a startTLS operation.
operation(ModifyDnRequest) - Method in interface org.ldaptive.Connection
Creates a handle for a modify dn operation.
operation(ModifyDnRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
 
operation(ModifyRequest) - Method in interface org.ldaptive.Connection
Creates a handle for a modify operation.
operation(ModifyRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
 
operation(DefaultSaslClientRequest) - Method in interface org.ldaptive.Connection
Returns the result of a SASL request that requires use of the default SASL client.
operation(DefaultSaslClientRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
Performs a SASL client bind operation.
operation(SaslClientRequest) - Method in interface org.ldaptive.Connection
Returns the result of a SASL request that requires use of a generic SASL client.
operation(SaslClientRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
Performs a SASL bind operation that uses a custom client.
operation(SearchRequest) - Method in interface org.ldaptive.Connection
Creates a handle for a search operation.
operation(SearchRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
 
operation(UnbindRequest) - Method in class org.ldaptive.transport.netty.NettyConnection
 
operation(UnbindRequest) - Method in class org.ldaptive.transport.TransportConnection
Executes an unbind operation.
Operation<Q extends Request,​S extends Result> - Interface in org.ldaptive
Operation interface.
operational - Variable in enum org.ldaptive.schema.AttributeUsage
Whether this attribute usage is operational.
operationComplete(ChannelFuture) - Method in class org.ldaptive.transport.netty.NettyConnection.CloseFutureListener
 
operationComplete(ChannelFuture) - Method in class org.ldaptive.transport.netty.NettyConnection.LogFutureListener
 
OperationHandle<Q extends Request,​S extends Result> - Interface in org.ldaptive
Handle that notifies on the components of an LDAP operation request.
OPERATIONS_ERROR - org.ldaptive.ResultCode
operations error.
OperationWorker<Q extends Request,​S extends Result> - Interface in org.ldaptive.concurrent
Interface for ldap operation workers.
optionalAttributes - Variable in class org.ldaptive.schema.DITContentRule
Optional attributes.
optionalAttributes - Variable in class org.ldaptive.schema.NameForm
Optional attributes.
optionalAttributes - Variable in class org.ldaptive.schema.ObjectClass
Optional attributes.
OR - org.ldaptive.filter.Filter.Type
Or filter.
orderingMatchingRule - Variable in class org.ldaptive.schema.AttributeType
Ordering matching rule.
OrFilter - Class in org.ldaptive.filter
Or search filter set defined as:
OrFilter() - Constructor for class org.ldaptive.filter.OrFilter
Default constructor.
OrFilter(Filter...) - Constructor for class org.ldaptive.filter.OrFilter
Creates a new or filter.
org.ldaptive - package org.ldaptive
 
org.ldaptive.ad - package org.ldaptive.ad
 
org.ldaptive.ad.control - package org.ldaptive.ad.control
 
org.ldaptive.ad.control.util - package org.ldaptive.ad.control.util
 
org.ldaptive.ad.extended - package org.ldaptive.ad.extended
 
org.ldaptive.ad.handler - package org.ldaptive.ad.handler
 
org.ldaptive.ad.schema - package org.ldaptive.ad.schema
 
org.ldaptive.ad.transcode - package org.ldaptive.ad.transcode
 
org.ldaptive.asn1 - package org.ldaptive.asn1
 
org.ldaptive.auth - package org.ldaptive.auth
 
org.ldaptive.auth.ext - package org.ldaptive.auth.ext
 
org.ldaptive.beans - package org.ldaptive.beans
 
org.ldaptive.beans.generate - package org.ldaptive.beans.generate
 
org.ldaptive.beans.generate.props - package org.ldaptive.beans.generate.props
 
org.ldaptive.beans.persistence - package org.ldaptive.beans.persistence
 
org.ldaptive.beans.reflect - package org.ldaptive.beans.reflect
 
org.ldaptive.beans.spring - package org.ldaptive.beans.spring
 
org.ldaptive.beans.spring.convert - package org.ldaptive.beans.spring.convert
 
org.ldaptive.concurrent - package org.ldaptive.concurrent
 
org.ldaptive.control - package org.ldaptive.control
 
org.ldaptive.control.util - package org.ldaptive.control.util
 
org.ldaptive.dn - package org.ldaptive.dn
 
org.ldaptive.dns - package org.ldaptive.dns
 
org.ldaptive.ext - package org.ldaptive.ext
 
org.ldaptive.extended - package org.ldaptive.extended
 
org.ldaptive.filter - package org.ldaptive.filter
 
org.ldaptive.handler - package org.ldaptive.handler
 
org.ldaptive.io - package org.ldaptive.io
 
org.ldaptive.jaas - package org.ldaptive.jaas
 
org.ldaptive.pool - package org.ldaptive.pool
 
org.ldaptive.props - package org.ldaptive.props
 
org.ldaptive.referral - package org.ldaptive.referral
 
org.ldaptive.sasl - package org.ldaptive.sasl
 
org.ldaptive.schema - package org.ldaptive.schema
 
org.ldaptive.schema.transcode - package org.ldaptive.schema.transcode
 
org.ldaptive.ssl - package org.ldaptive.ssl
 
org.ldaptive.templates - package org.ldaptive.templates
 
org.ldaptive.transcode - package org.ldaptive.transcode
 
org.ldaptive.transport - package org.ldaptive.transport
 
org.ldaptive.transport.netty - package org.ldaptive.transport.netty
 
OTHER - org.ldaptive.ResultCode
other.
OTHER_NAME - org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
other name (0).

P

packageName - Variable in class org.ldaptive.beans.generate.BeanGenerator
Package to create beans in.
packageName(String) - Method in class org.ldaptive.beans.generate.BeanGenerator.Builder
 
PagedResultsClient - Class in org.ldaptive.control.util
Client that simplifies using the paged results control.
PagedResultsClient(ConnectionFactory, int) - Constructor for class org.ldaptive.control.util.PagedResultsClient
Creates a new paged results client.
PagedResultsControl - Class in org.ldaptive.control
Request/response control for PagedResults.
PagedResultsControl() - Constructor for class org.ldaptive.control.PagedResultsControl
Default constructor.
PagedResultsControl(boolean) - Constructor for class org.ldaptive.control.PagedResultsControl
Creates a new paged results control.
PagedResultsControl(int) - Constructor for class org.ldaptive.control.PagedResultsControl
Creates a new paged results control.
PagedResultsControl(int, boolean) - Constructor for class org.ldaptive.control.PagedResultsControl
Creates a new paged results control.
PagedResultsControl(int, byte[], boolean) - Constructor for class org.ldaptive.control.PagedResultsControl
Creates a new paged results control.
PagedResultsControl.CookieHandler - Class in org.ldaptive.control
Parse handler implementation for the cookie.
PagedResultsControl.SizeHandler - Class in org.ldaptive.control
Parse handler implementation for the size.
PAGES_DIRTIED_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to pages dirtied.
PAGES_PREREAD_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to pages preread.
PAGES_READ_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to pages read.
PAGES_REDIRTIED_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to pages redirtied.
PAGES_REFERENCED_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to pages referenced.
PARAM_ERROR - org.ldaptive.ResultCode
param error.
parameter(int, Object) - Method in class org.ldaptive.FilterTemplate.Builder
 
parameter(int, String) - Method in class org.ldaptive.FilterTemplate.Builder
 
parameter(String, Object) - Method in class org.ldaptive.FilterTemplate.Builder
 
parameter(String, String) - Method in class org.ldaptive.FilterTemplate.Builder
 
parameters - Variable in class org.ldaptive.FilterTemplate
filter parameters.
parameters(Object...) - Method in class org.ldaptive.FilterTemplate.Builder
 
PARAMS_ONLY_CONFIG_PATTERN - Static variable in class org.ldaptive.props.PropertyValueParser
Property string for configuring a config where the class is known.
parse(Class<? extends T>, String) - Method in interface org.ldaptive.schema.SchemaFunction
Parses the supplied string representation of a schema element.
parse(Class<? extends T>, String) - Method in class org.ldaptive.schema.SchemaParser.DefaultSchemaFunction
 
parse(Class<? extends T>, String) - Method in class org.ldaptive.schema.SchemaParser.RegexSchemaFunction
 
parse(Class<T>, String) - Static method in class org.ldaptive.schema.SchemaParser
Parses the supplied string representation of a schema element.
parse(String) - Static method in class org.ldaptive.asn1.OidType
Converts the supplied oid into an array on integers.
parse(String) - Static method in enum org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
Parses the supplied error messages and returns the corresponding error enum.
parse(String) - Static method in enum org.ldaptive.auth.ext.EDirectoryAccountState.Error
Parses the supplied error messages and returns the corresponding error enum.
parse(String) - Method in class org.ldaptive.dn.DefaultDnParser
Parses the supplied DN into a list of RDNs.
parse(String) - Method in interface org.ldaptive.dn.DnParser
Parses the supplied DN into a list of RDNs.
parse(String) - Method in class org.ldaptive.filter.AbstractFilterFunction
 
parse(String) - Method in interface org.ldaptive.filter.FilterFunction
Parses the supplied string representation of a filter.
parse(String) - Static method in class org.ldaptive.filter.FilterParser
Parse the supplied filter string.
parse(String) - Method in class org.ldaptive.schema.AttributeType.DefaultDefinitionFunction
 
parse(String) - Static method in class org.ldaptive.schema.AttributeType
Parses the supplied definition string and creates an initialized attribute type.
parse(String) - Method in class org.ldaptive.schema.AttributeType.RegexDefinitionFunction
 
parse(String) - Static method in enum org.ldaptive.schema.AttributeUsage
Returns the attribute usage for the supplied string name.
parse(String) - Method in interface org.ldaptive.schema.DefinitionFunction
Parses the supplied string representation of a schema element.
parse(String) - Method in class org.ldaptive.schema.DITContentRule.DefaultDefinitionFunction
 
parse(String) - Static method in class org.ldaptive.schema.DITContentRule
Parses the supplied definition string and creates an initialized DIT content rule.
parse(String) - Method in class org.ldaptive.schema.DITContentRule.RegexDefinitionFunction
 
parse(String) - Method in class org.ldaptive.schema.DITStructureRule.DefaultDefinitionFunction
 
parse(String) - Static method in class org.ldaptive.schema.DITStructureRule
Parses the supplied definition string and creates an initialized DIT structure rule.
parse(String) - Method in class org.ldaptive.schema.DITStructureRule.RegexDefinitionFunction
 
parse(String) - Method in class org.ldaptive.schema.MatchingRule.DefaultDefinitionFunction
 
parse(String) - Static method in class org.ldaptive.schema.MatchingRule
Parses the supplied definition string and creates an initialized matching rule.
parse(String) - Method in class org.ldaptive.schema.MatchingRule.RegexDefinitionFunction
 
parse(String) - Method in class org.ldaptive.schema.MatchingRuleUse.DefaultDefinitionFunction
 
parse(String) - Static method in class org.ldaptive.schema.MatchingRuleUse
Parses the supplied definition string and creates an initialized matching rule use.
parse(String) - Method in class org.ldaptive.schema.MatchingRuleUse.RegexDefinitionFunction
 
parse(String) - Method in class org.ldaptive.schema.NameForm.DefaultDefinitionFunction
 
parse(String) - Static method in class org.ldaptive.schema.NameForm
Parses the supplied definition string and creates an initialized name form.
parse(String) - Method in class org.ldaptive.schema.NameForm.RegexDefinitionFunction
 
parse(String) - Method in class org.ldaptive.schema.ObjectClass.DefaultDefinitionFunction
 
parse(String) - Static method in class org.ldaptive.schema.ObjectClass
Parses the supplied definition string and creates an initialized object class.
parse(String) - Method in class org.ldaptive.schema.ObjectClass.RegexDefinitionFunction
 
parse(String) - Method in class org.ldaptive.schema.Syntax.DefaultDefinitionFunction
 
parse(String) - Static method in class org.ldaptive.schema.Syntax
Parses the supplied definition string and creates an initialized attribute syntax.
parse(String) - Method in class org.ldaptive.schema.Syntax.RegexDefinitionFunction
 
parse(String...) - Static method in enum org.ldaptive.ReturnAttributes
Parses the supplied return attributes and applies the following convention: null == ReturnAttributes.ALL_USER empty == ReturnAttributes.ALL_USER
parse(String[]) - Method in class org.ldaptive.templates.SearchTemplates.DefaultTermParser
 
parse(String[]) - Method in class org.ldaptive.templates.SearchTemplates.InitialTermParser
 
parse(String[]) - Method in interface org.ldaptive.templates.SearchTemplates.TermParser
Returns search filter parameters for the supplied query terms.
parse(DERBuffer) - Method in class org.ldaptive.AbstractMessage.ControlParser
Examines the supplied buffer and parses an LDAP control if one is found.
parse(DERBuffer) - Method in class org.ldaptive.asn1.DERParser
Parse a DER-encoded data structure by calling registered handlers when points of interest are encountered in the parse tree.
parse(DERBuffer) - Method in class org.ldaptive.LdapEntry.AttributeParser
Examines the supplied buffer and parses an LDAP attribute if one is found.
parse(DERBuffer) - Method in class org.ldaptive.transport.ResponseParser
Examines the supplied buffer and parses an LDAP response message if one is found.
parse(ExtendedResponse) - Static method in class org.ldaptive.extended.PasswordModifyResponseParser
Parse the supplied extended operation response.
parse(ExtendedResponse) - Static method in class org.ldaptive.extended.WhoAmIResponseParser
Parse the supplied extended operation response.
parse(ResultCode, String) - Static method in enum org.ldaptive.auth.ext.FreeIPAAccountState.Error
Parses the supplied error messages and returns the corresponding error enum.
parseApproximateFilter(String) - Static method in class org.ldaptive.filter.RegexFilterFunction
Creates a new approximate filter by parsing the supplied filter string.
parseAssertionValue(String) - Static method in class org.ldaptive.filter.FilterUtils
Decodes hex characters in the attribute assertion.
parseAssertionValue(String...) - Static method in class org.ldaptive.filter.FilterUtils
Convenience method for parsing an array of assertion values.
parseAttribute(String) - Method in class org.ldaptive.io.LdifReader
Parses the supplied line and returns an attribute with a single value found in the line.
parseCookie(String) - Static method in class org.ldaptive.control.util.SyncReplCookie
Parses the name/value pairs in the supplied cookie.
parsedDn - Variable in class org.ldaptive.LdapEntry
Parsed LDAP DN.
parseDescriptors(String) - Static method in class org.ldaptive.schema.SchemaUtils
Parses the supplied descriptors string and returns its contents as a string array.
parseDnsUrl(String) - Method in class org.ldaptive.DnsSrvConnectionStrategy
Parses a DNS URL of the form dns://hostname/domain?record.
parseEntry(List<String>) - Method in class org.ldaptive.io.LdifReader
Parses the supplied array of LDIF lines and returns an LDAP entry.
parseEqualityFilter(String) - Static method in class org.ldaptive.filter.RegexFilterFunction
Creates a new equality filter by parsing the supplied filter string.
parseExtensible(String, CharBuffer) - Method in class org.ldaptive.filter.DefaultFilterFunction
Parses the supplied buffer and creates an extensible filter.
parseExtensibleFilter(String) - Static method in class org.ldaptive.filter.RegexFilterFunction
Creates a new extensible filter by parsing the supplied filter string.
parseExtensions(String) - Method in class org.ldaptive.schema.AbstractRegexDefinitionFunction
Parses extensions from the supplied definition.
parseFilterComp(String) - Method in class org.ldaptive.filter.AbstractFilterFunction
Inspects the supplied filter string and creates the type of filter it represents.
parseFilterComp(String) - Method in class org.ldaptive.filter.DefaultFilterFunction
 
parseFilterComp(String) - Method in class org.ldaptive.filter.RegexFilterFunction
 
parseGeneralizedTime(String) - Method in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
Parses the supplied value and returns a date time.
parseGreaterOrEqualFilter(String) - Static method in class org.ldaptive.filter.RegexFilterFunction
Creates a new greater or equal filter by parsing the supplied filter string.
ParseHandler - Interface in org.ldaptive.asn1
Provides a hook in the DER parser for handling specific paths as they are encountered.
parseLessOrEqualFilter(String) - Static method in class org.ldaptive.filter.RegexFilterFunction
Creates a new less or equal filter by parsing the supplied filter string.
parseNumbers(String) - Static method in class org.ldaptive.schema.SchemaUtils
Parses the supplied number string and returns its contents as a string array.
parseOIDs(String) - Static method in class org.ldaptive.schema.SchemaUtils
Parses the supplied OID string and returns its contents as a string array.
parsePresenceFilter(String) - Static method in class org.ldaptive.filter.RegexFilterFunction
Creates a new presence filter by parsing the supplied filter string.
parser - Variable in class org.ldaptive.AbstractMessage.ControlParser
Parser for decoding LDAP controls.
parser - Variable in class org.ldaptive.LdapEntry.AttributeParser
Parser for decoding LDAP attributes.
parser - Variable in class org.ldaptive.transport.ResponseParser
Parser for decoding LDAP messages.
parseReference(List<String>) - Method in class org.ldaptive.io.LdifReader
Parses the supplied array of LDIF lines and returns a search reference.
parseSubstringFilter(String) - Static method in class org.ldaptive.filter.RegexFilterFunction
Creates a new substring filter by parsing the supplied filter string.
parseSubstringOrEquality(String, CharBuffer) - Method in class org.ldaptive.filter.DefaultFilterFunction
Parses the supplied buffer and returns either a substring or equality filter.
parseTag(DERTag, DERBuffer) - Method in class org.ldaptive.asn1.DERParser
Invokes the parse handler for the current path and advances to the next position in the encoded bytes.
parseTags(DERBuffer) - Method in class org.ldaptive.asn1.DERParser
Reads the supplied DER encoded bytes and invokes handlers as configured paths are encountered.
parseUrl(String) - Method in class org.ldaptive.DnsSrvConnectionStrategy
Parses the supplied URL.
parseURL(String) - Method in class org.ldaptive.LdapURL
Matches the supplied url against a pattern and reads its components.
PARTIAL_RESULTS - org.ldaptive.ResultCode
partial results.
passivateAndValidateConnection(PooledConnectionProxy) - Method in class org.ldaptive.pool.AbstractConnectionPool
Attempts to passivate and validate a connection.
passivator - Variable in class org.ldaptive.pool.AbstractConnectionPool
For passivating connections.
passivator(ConnectionPassivator) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
password - Variable in class org.ldaptive.sasl.CramMD5BindRequest
Password.
password - Variable in class org.ldaptive.sasl.DigestMD5BindRequest
Password.
password - Variable in class org.ldaptive.sasl.GssApiBindRequest
Password.
password - Variable in class org.ldaptive.sasl.ScramBindRequest
Password.
password - Variable in class org.ldaptive.SimpleBindRequest
Password for the LDAP DN.
password(String) - Method in class org.ldaptive.SimpleBindRequest.Builder
Sets the bind password.
password(Credential) - Method in class org.ldaptive.SimpleBindRequest.Builder
Sets the bind password.
PASSWORD_EXPIRED - org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
password expired.
PASSWORD_EXPIRED - org.ldaptive.auth.ext.EDirectoryAccountState.Error
password expired.
PASSWORD_EXPIRED - org.ldaptive.auth.ext.FreeIPAAccountState.Error
password expired.
PASSWORD_EXPIRED - org.ldaptive.auth.ext.PasswordExpirationAccountState.Error
password expired.
PASSWORD_EXPIRED - org.ldaptive.control.PasswordPolicyControl.Error
password expired.
PASSWORD_IN_HISTORY - org.ldaptive.control.PasswordPolicyControl.Error
password in history.
PASSWORD_MOD_NOT_ALLOWED - org.ldaptive.control.PasswordPolicyControl.Error
password modification not allowed.
PASSWORD_MUST_CHANGE - org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
password must change.
PASSWORD_TOO_LONG - org.ldaptive.control.PasswordPolicyControl.Error
password too long.
PASSWORD_TOO_SHORT - org.ldaptive.control.PasswordPolicyControl.Error
password too short.
PASSWORD_TOO_YOUNG - org.ldaptive.control.PasswordPolicyControl.Error
password too young.
passwordAttribute - Variable in class org.ldaptive.auth.CompareAuthenticationHandler
Password attribute.
PasswordExpirationAccountState - Class in org.ldaptive.auth.ext
Represents the state of an account in a directory that implements: http://tools.ietf.org/html/draft-vchu-ldap-pwd-policy-00.
PasswordExpirationAccountState(ZonedDateTime) - Constructor for class org.ldaptive.auth.ext.PasswordExpirationAccountState
Creates a new password expiration account state.
PasswordExpirationAccountState(PasswordExpirationAccountState.Error) - Constructor for class org.ldaptive.auth.ext.PasswordExpirationAccountState
Creates a new password expiration account state.
PasswordExpirationAccountState.Error - Enum in org.ldaptive.auth.ext
Enum to define password expiration error.
PasswordExpirationAuthenticationResponseHandler - Class in org.ldaptive.auth.ext
Attempts to parse the authentication response and set the account state using data associated with the password expiring and password expired controls.
PasswordExpirationAuthenticationResponseHandler() - Constructor for class org.ldaptive.auth.ext.PasswordExpirationAuthenticationResponseHandler
 
PasswordExpiredControl - Class in org.ldaptive.control
Response control indicating an expired password.
PasswordExpiredControl() - Constructor for class org.ldaptive.control.PasswordExpiredControl
Default constructor.
PasswordExpiredControl(boolean) - Constructor for class org.ldaptive.control.PasswordExpiredControl
Creates a new password expired control.
PasswordExpiringControl - Class in org.ldaptive.control
Response control indicating a password that will expire.
PasswordExpiringControl() - Constructor for class org.ldaptive.control.PasswordExpiringControl
Default constructor.
PasswordExpiringControl(boolean) - Constructor for class org.ldaptive.control.PasswordExpiringControl
Creates a new password expiring control.
PasswordExpiringControl(int) - Constructor for class org.ldaptive.control.PasswordExpiringControl
Creates a new password expiring control.
PasswordExpiringControl(int, boolean) - Constructor for class org.ldaptive.control.PasswordExpiringControl
Creates a new password expiring control.
PasswordModifyRequest - Class in org.ldaptive.extended
LDAP password modify request defined as:
PasswordModifyRequest() - Constructor for class org.ldaptive.extended.PasswordModifyRequest
Creates a new password modify request.
PasswordModifyRequest(String) - Constructor for class org.ldaptive.extended.PasswordModifyRequest
Creates a new password modify request.
PasswordModifyRequest(String, String) - Constructor for class org.ldaptive.extended.PasswordModifyRequest
Creates a new password modify request.
PasswordModifyRequest(String, String, String) - Constructor for class org.ldaptive.extended.PasswordModifyRequest
Creates a new password modify request.
PasswordModifyResponseParser - Class in org.ldaptive.extended
Utility class for parsing the responseValue from a password generation.
PasswordModifyResponseParser() - Constructor for class org.ldaptive.extended.PasswordModifyResponseParser
Default constructor.
PasswordModifyResponseParser.GenPasswdHandler - Class in org.ldaptive.extended
Parse handler implementation for the genPasswd.
PasswordPolicyAccountState - Class in org.ldaptive.auth.ext
Represents the state of an account as described by a password policy control.
PasswordPolicyAccountState(ZonedDateTime, int) - Constructor for class org.ldaptive.auth.ext.PasswordPolicyAccountState
Creates a new password policy account state.
PasswordPolicyAccountState(PasswordPolicyControl.Error) - Constructor for class org.ldaptive.auth.ext.PasswordPolicyAccountState
Creates a new password policy account state.
PasswordPolicyAuthenticationRequestHandler - Class in org.ldaptive.auth.ext
PasswordPolicyAuthenticationRequestHandler() - Constructor for class org.ldaptive.auth.ext.PasswordPolicyAuthenticationRequestHandler
Creates a new password policy authentication request handler
PasswordPolicyAuthenticationResponseHandler - Class in org.ldaptive.auth.ext
Attempts to parse the authentication response message and set the account state using data associated with a password policy control.
PasswordPolicyAuthenticationResponseHandler() - Constructor for class org.ldaptive.auth.ext.PasswordPolicyAuthenticationResponseHandler
 
PasswordPolicyControl - Class in org.ldaptive.control
Request/response control for password policy.
PasswordPolicyControl() - Constructor for class org.ldaptive.control.PasswordPolicyControl
Default constructor.
PasswordPolicyControl(boolean) - Constructor for class org.ldaptive.control.PasswordPolicyControl
Creates a new password policy control.
PasswordPolicyControl.Error - Enum in org.ldaptive.control
Enum for ppolicy errors.
PasswordPolicyControl.ErrorHandler - Class in org.ldaptive.control
Parse handler implementation for the error.
PasswordPolicyControl.GraceAuthnsRemainingHandler - Class in org.ldaptive.control
Parse handler implementation for the grace authns remaining.
PasswordPolicyControl.TimeBeforeExpirationHandler - Class in org.ldaptive.control
Parse handler implementation for the time before expiration.
passwordScheme - Variable in class org.ldaptive.auth.CompareAuthenticationHandler
Password scheme.
PATH - Static variable in class org.ldaptive.AbstractMessage.ControlsHandler
DER path to controls.
PATH - Static variable in class org.ldaptive.AbstractMessage.MessageIDHandler
DER path to message id.
PATH - Static variable in class org.ldaptive.ad.control.DirSyncControl.CookieHandler
DER path to cookie value.
PATH - Static variable in class org.ldaptive.ad.control.DirSyncControl.FlagHandler
DER path to flag.
PATH - Static variable in class org.ldaptive.ad.control.DirSyncControl.MaxAttrCountHandler
DER path to cookie value.
PATH - Static variable in class org.ldaptive.control.EntryChangeNotificationControl.ChangeNumberHandler
DER path to change number.
PATH - Static variable in class org.ldaptive.control.EntryChangeNotificationControl.ChangeTypeHandler
DER path to change type.
PATH - Static variable in class org.ldaptive.control.EntryChangeNotificationControl.PreviousDnHandler
DER path to previous dn.
PATH - Static variable in class org.ldaptive.control.PagedResultsControl.CookieHandler
DER path to cookie value.
PATH - Static variable in class org.ldaptive.control.PagedResultsControl.SizeHandler
DER path to result size.
PATH - Static variable in class org.ldaptive.control.PasswordPolicyControl.ErrorHandler
DER path to error.
PATH - Static variable in class org.ldaptive.control.PasswordPolicyControl.GraceAuthnsRemainingHandler
DER path to warning.
PATH - Static variable in class org.ldaptive.control.PasswordPolicyControl.TimeBeforeExpirationHandler
DER path to warning.
PATH - Static variable in class org.ldaptive.control.SessionTrackingControl.FormatOIDHandler
DER path to format oid value.
PATH - Static variable in class org.ldaptive.control.SessionTrackingControl.SourceIpHandler
DER path to source ip value.
PATH - Static variable in class org.ldaptive.control.SessionTrackingControl.SourceNameHandler
DER path to source name value.
PATH - Static variable in class org.ldaptive.control.SessionTrackingControl.TrackingIdentifierHandler
DER path to source name value.
PATH - Static variable in class org.ldaptive.control.SortResponseControl.AttributeTypeHandler
DER path to attr value.
PATH - Static variable in class org.ldaptive.control.SortResponseControl.SortResultHandler
DER path to result code.
PATH - Static variable in class org.ldaptive.control.SyncDoneControl.CookieHandler
DER path to cookie value.
PATH - Static variable in class org.ldaptive.control.SyncDoneControl.RefreshDeletesHandler
DER path to the boolean.
PATH - Static variable in class org.ldaptive.control.SyncStateControl.CookieHandler
DER path to cookie value.
PATH - Static variable in class org.ldaptive.control.SyncStateControl.EntryUuidHandler
DER path to the uuid.
PATH - Static variable in class org.ldaptive.control.SyncStateControl.StateHandler
DER path to the state.
PATH - Static variable in class org.ldaptive.control.VirtualListViewResponseControl.ContentCountHandler
DER path to content count.
PATH - Static variable in class org.ldaptive.control.VirtualListViewResponseControl.ContextIDHandler
DER path to context value.
PATH - Static variable in class org.ldaptive.control.VirtualListViewResponseControl.TargetPositionHandler
DER path to target position.
PATH - Static variable in class org.ldaptive.control.VirtualListViewResponseControl.ViewResultHandler
DER path to result code.
PATH - Static variable in class org.ldaptive.extended.IntermediateResponse.ResponseNameHandler
DER path to response name.
PATH - Static variable in class org.ldaptive.extended.IntermediateResponse.ResponseValueHandler
DER path to response value.
PATH - Static variable in class org.ldaptive.extended.PasswordModifyResponseParser.GenPasswdHandler
DER path to generated password.
PATH_SEPARATOR - Static variable in class org.ldaptive.asn1.DERPath
Separates nodes in a path specification.
PATTERN - Static variable in enum org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
pattern to find hex code in active directory messages.
PATTERN - Static variable in enum org.ldaptive.auth.ext.EDirectoryAccountState.Error
pattern to find decimal code in edirectory messages.
peekNode() - Method in class org.ldaptive.asn1.DERPath
Examines the first node in the path without removing it.
peerVerified() - Method in class org.ldaptive.ssl.HostnameVerifyingListener
Throws exception if hostname verification failed.
pending - Variable in class org.ldaptive.transport.netty.HandleMap
Map of message IDs to their operation handle.
pendingResponses - Variable in class org.ldaptive.transport.netty.NettyConnection
Queue holding requests that haven't received a response.
percentDecode(String) - Static method in class org.ldaptive.LdapUtils
Implementation of percent decoding as described in RFC 3986 section 2.1.
percentEncode(String) - Static method in class org.ldaptive.LdapUtils
Implementation of percent encoding as described in RFC 3986 section 2.1.
percentEncodeControlChars(String) - Static method in class org.ldaptive.LdapUtils
Converts all characters <= 0x1F and 0x7F to percent encoded hex.
perform(CaseChangeEntryHandler.CaseChange, String) - Static method in enum org.ldaptive.handler.CaseChangeEntryHandler.CaseChange
This changes the supplied string based on the supplied case change.
performLdapSearch(AuthenticationCriteria, AuthenticationHandlerResponse) - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Executes an ldap search with the supplied authentication criteria.
performLdapSearch(AuthenticationCriteria, AuthenticationHandlerResponse) - Method in class org.ldaptive.auth.AuthorizationIdentityEntryResolver
 
performLdapSearch(AuthenticationCriteria, AuthenticationHandlerResponse) - Method in class org.ldaptive.auth.SearchEntryResolver
 
performLdapSearch(AuthenticationCriteria, AuthenticationHandlerResponse) - Method in class org.ldaptive.auth.WhoAmIEntryResolver
 
performLdapSearch(FilterTemplate) - Method in class org.ldaptive.auth.SearchDnResolver
Executes the ldap search operation with the supplied filter.
performOperation(Connection) - Method in class org.ldaptive.AbstractOperationConnectionValidator
Perform the operation for this validator.
performOperation(Connection) - Method in class org.ldaptive.CompareConnectionValidator
 
performOperation(Connection) - Method in class org.ldaptive.SearchConnectionValidator
 
performResolveFromAttribute(LdapEntry) - Method in class org.ldaptive.auth.SearchDnResolver
Resolve DN from attribute in the resolveFromAttribute property.
period(Duration) - Method in class org.ldaptive.AbstractConnectionValidator.AbstractBuilder
Sets the validation period.
period(Duration) - Method in class org.ldaptive.pool.AbstractPruneStrategy.AbstractBuilder
Sets the prune period.
PermissiveModifyControl - Class in org.ldaptive.ad.control
Request control for active directory servers to return success on add/modify/delete operations that would normally return an error.
PermissiveModifyControl() - Constructor for class org.ldaptive.ad.control.PermissiveModifyControl
Default constructor.
PermissiveModifyControl(boolean) - Constructor for class org.ldaptive.ad.control.PermissiveModifyControl
Creates a new permissive modify control.
permutations - Variable in class org.ldaptive.asn1.DERParser
Permutations of the current path.
PersistentSearchChangeType - Enum in org.ldaptive.control
The set of change types available for use with the PersistentSearchRequestControl and returned by the EntryChangeNotificationControl.
PersistentSearchChangeType(int) - Constructor for enum org.ldaptive.control.PersistentSearchChangeType
Creates a new persistent search change type.
PersistentSearchClient - Class in org.ldaptive.control.util
Client that simplifies using the persistent search control.
PersistentSearchClient(ConnectionFactory, EnumSet<PersistentSearchChangeType>, boolean, boolean) - Constructor for class org.ldaptive.control.util.PersistentSearchClient
Creates a new persistent search client.
PersistentSearchRequestControl - Class in org.ldaptive.control
Request control for persistent search.
PersistentSearchRequestControl() - Constructor for class org.ldaptive.control.PersistentSearchRequestControl
Default constructor.
PersistentSearchRequestControl(EnumSet<PersistentSearchChangeType>) - Constructor for class org.ldaptive.control.PersistentSearchRequestControl
Creates a new persistent search request control.
PersistentSearchRequestControl(EnumSet<PersistentSearchChangeType>, boolean) - Constructor for class org.ldaptive.control.PersistentSearchRequestControl
Creates a new persistent search request control.
PersistentSearchRequestControl(EnumSet<PersistentSearchChangeType>, boolean, boolean) - Constructor for class org.ldaptive.control.PersistentSearchRequestControl
Creates a new persistent search request control.
PersistentSearchRequestControl(EnumSet<PersistentSearchChangeType>, boolean, boolean, boolean) - Constructor for class org.ldaptive.control.PersistentSearchRequestControl
Creates a new persistent search request control.
PHANTOM_ROOT - org.ldaptive.ad.control.SearchOptionsControl.Flag
SERVER_SEARCH_FLAG_PHANTOM_ROOT .
POOL - org.ldaptive.props.PropertySource.PropertyDomain
pool property domain.
POOL_ID - Static variable in class org.ldaptive.pool.AbstractConnectionPool
ID used for pool name.
POOLED_FACTORY_TRANSPORT_PROPERTY - Static variable in class org.ldaptive.transport.TransportFactory
Ldap transport system property.
PooledConnectionFactory - Class in org.ldaptive
Creates connections for performing ldap operations and manages those connections as a pool.
PooledConnectionFactory() - Constructor for class org.ldaptive.PooledConnectionFactory
Default constructor.
PooledConnectionFactory(String) - Constructor for class org.ldaptive.PooledConnectionFactory
Creates a new pooled connection factory.
PooledConnectionFactory(String, Transport) - Constructor for class org.ldaptive.PooledConnectionFactory
Creates a new pooled connection factory.
PooledConnectionFactory(ConnectionConfig) - Constructor for class org.ldaptive.PooledConnectionFactory
Creates a new pooled connection factory.
PooledConnectionFactory(ConnectionConfig, Transport) - Constructor for class org.ldaptive.PooledConnectionFactory
Creates a new pooled connection factory.
PooledConnectionFactory(Transport) - Constructor for class org.ldaptive.PooledConnectionFactory
Creates a new pooled connection factory.
PooledConnectionFactory.Builder - Class in org.ldaptive
 
PooledConnectionFactory.RetryValidationExceptionHandler - Class in org.ldaptive
Validation exception handler that attempts to retrieve another connection.
PooledConnectionFactoryPropertyInvoker - Class in org.ldaptive.props
Handles properties for PooledConnectionFactory.
PooledConnectionFactoryPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.PooledConnectionFactoryPropertyInvoker
Creates a new pooled connection factory property invoker for the supplied class.
PooledConnectionFactoryPropertySource - Class in org.ldaptive.props
Reads properties specific to PooledConnectionFactory and returns an initialized object of that type.
PooledConnectionFactoryPropertySource(PooledConnectionFactory) - Constructor for class org.ldaptive.props.PooledConnectionFactoryPropertySource
Creates a new pooled connection factory property source using the default properties file.
PooledConnectionFactoryPropertySource(PooledConnectionFactory, Reader...) - Constructor for class org.ldaptive.props.PooledConnectionFactoryPropertySource
Creates a new pooled connection factory property source.
PooledConnectionFactoryPropertySource(PooledConnectionFactory, String...) - Constructor for class org.ldaptive.props.PooledConnectionFactoryPropertySource
Creates a new pooled connection factory property source.
PooledConnectionFactoryPropertySource(PooledConnectionFactory, Properties) - Constructor for class org.ldaptive.props.PooledConnectionFactoryPropertySource
Creates a new pooled connection factory property source.
PooledConnectionFactoryPropertySource(PooledConnectionFactory, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.PooledConnectionFactoryPropertySource
Creates a new pooled connection factory property source.
PooledConnectionProxy - Interface in org.ldaptive.pool
Provides an interface for metadata surrounding a connection that is participating in the connection pool.
PooledConnectionStatistics - Class in org.ldaptive.pool
Statistics associated with a connection's activity in the pool.
PooledConnectionStatistics(int) - Constructor for class org.ldaptive.pool.PooledConnectionStatistics
Creates a new pooled connection statistics.
PoolException - Exception in org.ldaptive.pool
Base exception thrown when a pool operation fails.
PoolException(Exception) - Constructor for exception org.ldaptive.pool.PoolException
Creates a new pool exception.
PoolException(String) - Constructor for exception org.ldaptive.pool.PoolException
Creates a new pool exception.
PoolException(String, Exception) - Constructor for exception org.ldaptive.pool.PoolException
Creates a new pool exception.
poolExecutor - Variable in class org.ldaptive.pool.AbstractConnectionPool
Executor for scheduling pool tasks.
PoolExhaustedException - Exception in org.ldaptive.pool
Thrown when the pool is empty and no new requests can be serviced.
PoolExhaustedException(Exception) - Constructor for exception org.ldaptive.pool.PoolExhaustedException
Creates a new pool exhausted exception.
PoolExhaustedException(String) - Constructor for exception org.ldaptive.pool.PoolExhaustedException
Creates a new pool exhausted exception.
PoolExhaustedException(String, Exception) - Constructor for exception org.ldaptive.pool.PoolExhaustedException
Creates a new pool exhausted exception.
poolLock - Variable in class org.ldaptive.pool.AbstractConnectionPool
Lock for the entire pool.
poolNotEmpty - Variable in class org.ldaptive.pool.AbstractConnectionPool
Condition for notifying threads that a connection was returned.
popNode() - Method in class org.ldaptive.asn1.DERPath
Removes the last node in the path.
populate(String, LdapURLSet) - Method in class org.ldaptive.AbstractConnectionStrategy
 
populate(String, LdapURLSet) - Method in interface org.ldaptive.ConnectionStrategy
Populates a LdapURLSet from the URL string provided at configuration time.
populate(String, LdapURLSet) - Method in class org.ldaptive.DnsResolverConnectionStrategy
 
populate(String, LdapURLSet) - Method in class org.ldaptive.DnsSrvConnectionStrategy
 
populate(List<LdapURL>) - Method in class org.ldaptive.LdapURLSet
Populates this set with a list of URLs in the order produced by ConnectionStrategy.populate(String, LdapURLSet).
port - Variable in class org.ldaptive.dns.SRVRecord
SRV port.
port - Variable in class org.ldaptive.LdapURL
Port of the ldap url.
position() - Method in class org.ldaptive.asn1.DefaultDERBuffer
 
position() - Method in interface org.ldaptive.asn1.DERBuffer
Returns this buffer's position.
position() - Method in class org.ldaptive.transport.netty.NettyDERBuffer
 
position(int) - Method in class org.ldaptive.asn1.DefaultDERBuffer
 
position(int) - Method in interface org.ldaptive.asn1.DERBuffer
Sets this buffer's position.
position(int) - Method in class org.ldaptive.transport.netty.NettyDERBuffer
 
ppError - Variable in class org.ldaptive.auth.ext.PasswordPolicyAccountState
password policy specific enum.
PREFIX - Static variable in class org.ldaptive.io.ClasspathResourceLoader
Prefix used to indicate a classpath resource.
PREFIX - Static variable in class org.ldaptive.io.FileResourceLoader
Prefix used to indicate a file resource.
PRESENCE - org.ldaptive.filter.Filter.Type
Presence filter.
PRESENCE_FILTER_PATTERN - Static variable in class org.ldaptive.filter.RegexFilterFunction
Regex pattern to match a presence filter.
PresenceFilter - Class in org.ldaptive.filter
Presence search filter component defined as:
PresenceFilter(String) - Constructor for class org.ldaptive.filter.PresenceFilter
Creates a new presence filter.
PRESENT - org.ldaptive.control.SyncStateControl.State
present.
previousDn - Variable in class org.ldaptive.control.EntryChangeNotificationControl
previous dn.
PreviousDnHandler(EntryChangeNotificationControl) - Constructor for class org.ldaptive.control.EntryChangeNotificationControl.PreviousDnHandler
Creates a new previous dn handler.
PrimaryGroupIdHandler - Class in org.ldaptive.ad.handler
Constructs the primary group SID and then searches for that group and puts its DN in the 'memberOf' attribute of the original search entry.
PrimaryGroupIdHandler() - Constructor for class org.ldaptive.ad.handler.PrimaryGroupIdHandler
 
primitive - Variable in class org.ldaptive.transcode.AbstractPrimitiveValueTranscoder
Whether this transcoder operates on a primitive or an object.
principalGroupName - Variable in class org.ldaptive.jaas.AbstractLoginModule
Name of group to add all principals to.
principals - Variable in class org.ldaptive.jaas.AbstractLoginModule
Principals to add to the subject.
PRINTSTR - org.ldaptive.asn1.UniversalDERTag
PrintableString type.
priority - Variable in class org.ldaptive.dns.SRVRecord
SRV priority.
PrivateKeyCredentialReader - Class in org.ldaptive.ssl
Reads private key credentials from classpath, filepath, or stream resource.
PrivateKeyCredentialReader() - Constructor for class org.ldaptive.ssl.PrivateKeyCredentialReader
 
processAscii(StringBuilder, char) - Method in class org.ldaptive.dn.AbstractAttributeValueEscaper
Process ASCII character.
processAscii(StringBuilder, char) - Method in class org.ldaptive.dn.DefaultAttributeValueEscaper
 
processAscii(StringBuilder, char) - Method in class org.ldaptive.dn.MinimalAttributeValueEscaper
 
processNonAscii(StringBuilder, byte...) - Method in class org.ldaptive.dn.AbstractAttributeValueEscaper
Process non-ASCII character(s).
processNonAscii(StringBuilder, byte...) - Method in class org.ldaptive.dn.DefaultAttributeValueEscaper
 
processNonAscii(StringBuilder, byte...) - Method in class org.ldaptive.dn.MinimalAttributeValueEscaper
 
processRecords(Set<String>) - Method in class org.ldaptive.dns.AbstractDNSResolver
Process a set of DNS records.
processRecords(Set<String>) - Method in class org.ldaptive.dns.SRVDNSResolver
 
processRequest(String, AuthenticationRequest) - Method in class org.ldaptive.auth.Authenticator
Creates a new authentication request applying any applicable configuration on this authenticator.
processRequestControls(AuthenticationCriteria) - Method in class org.ldaptive.auth.AbstractAuthenticationHandler
properties - Variable in class org.ldaptive.props.AbstractPropertyInvoker
Map of all properties to their getter and setter methods.
properties - Variable in class org.ldaptive.props.AbstractPropertySource
Properties to set.
properties - Variable in class org.ldaptive.props.PropertyValueParser
Properties found in the config to set on the class.
properties - Variable in enum org.ldaptive.sasl.Mechanism
Digest algorithm name.
properties - Variable in class org.ldaptive.sasl.SaslConfig
sasl properties.
properties() - Method in enum org.ldaptive.sasl.Mechanism
Returns any properties associated with this mechanism.
PROPERTIES_CACHE - Static variable in class org.ldaptive.props.AbstractPropertyInvoker
Cache of properties.
PROPERTIES_FILE - Static variable in class org.ldaptive.props.AbstractPropertySource
Default file to read properties from, value is "classpath:/org/ldaptive/ldap.properties".
PropertiesAuthenticatorFactory - Class in org.ldaptive.jaas
Provides a module authenticator factory implementation that uses the properties package in this library.
PropertiesAuthenticatorFactory() - Constructor for class org.ldaptive.jaas.PropertiesAuthenticatorFactory
 
propertiesDomain - Variable in class org.ldaptive.props.AbstractPropertySource
Domain that properties are in.
PropertiesRoleResolverFactory - Class in org.ldaptive.jaas
Provides a module role resolver factory implementation that uses the properties package in this library.
PropertiesRoleResolverFactory() - Constructor for class org.ldaptive.jaas.PropertiesRoleResolverFactory
 
property() - Method in annotation type org.ldaptive.beans.Attribute
Name of the method or field that maps to this attribute.
property(String, Object) - Method in class org.ldaptive.sasl.SaslConfig.Builder
 
PROPERTY_PATTERN - Static variable in class org.ldaptive.props.PropertyValueParser
Pattern for finding properties.
PropertyDomain(String) - Constructor for enum org.ldaptive.props.PropertySource.PropertyDomain
Creates a new property domain.
PropertyInvoker - Interface in org.ldaptive.props
Interface for property driven object method invocation.
PropertySource<T> - Interface in org.ldaptive.props
Interface for property driven object initialization.
PropertySource.PropertyDomain - Enum in org.ldaptive.props
Enum to define the domain for properties.
PropertyValueParser - Class in org.ldaptive.props
Parses the configuration data associated with classes that contain setter properties.
PropertyValueParser() - Constructor for class org.ldaptive.props.PropertyValueParser
Default constructor.
PropertyValueParser(String) - Constructor for class org.ldaptive.props.PropertyValueParser
Creates a new config parser.
PropertyValueParser(String, String) - Constructor for class org.ldaptive.props.PropertyValueParser
Creates a new config parser.
PROTOCOL_ERROR - org.ldaptive.ResultCode
protocol error.
PROTOCOL_OP - Static variable in class org.ldaptive.AbandonRequest
Protocol operation identifier.
PROTOCOL_OP - Static variable in class org.ldaptive.AddRequest
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.AddResponse
BER protocol number.
PROTOCOL_OP - Static variable in interface org.ldaptive.BindRequest
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.BindResponse
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.CompareRequest
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.CompareResponse
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.DeleteRequest
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.DeleteResponse
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.extended.ExtendedRequest
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.extended.ExtendedResponse
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.extended.IntermediateResponse
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.LdapEntry
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.ModifyDnRequest
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.ModifyDnResponse
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.ModifyRequest
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.ModifyResponse
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.SearchRequest
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.SearchResponse
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.SearchResultReference
BER protocol number.
PROTOCOL_OP - Static variable in class org.ldaptive.UnbindRequest
BER protocol number.
protocols(String...) - Method in class org.ldaptive.ssl.SslConfig.Builder
 
proxy - Variable in class org.ldaptive.SingleConnectionFactory
The proxy used by this factory.
ProxyAuthorizationControl - Class in org.ldaptive.control
Request control for proxy authorization.
ProxyAuthorizationControl() - Constructor for class org.ldaptive.control.ProxyAuthorizationControl
Default constructor.
ProxyAuthorizationControl(String) - Constructor for class org.ldaptive.control.ProxyAuthorizationControl
Creates a new proxy authorization control.
prune() - Method in class org.ldaptive.pool.AbstractConnectionPool
Attempts to reduce the size of the pool back to its configured minimum.
prunePeriod - Variable in class org.ldaptive.pool.AbstractPruneStrategy
Prune period.
pruneStrategy - Variable in class org.ldaptive.pool.AbstractConnectionPool
For removing connections.
pruneStrategy(PruneStrategy) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
PruneStrategy - Interface in org.ldaptive.pool
Provides an interface for pruning connections from the pool.
PUBLIC_DATA_ONLY - org.ldaptive.ad.control.DirSyncControl.Flag
public data only.
pushNode(String) - Method in class org.ldaptive.asn1.DERPath
Appends a node to the path.
pushNode(String, int) - Method in class org.ldaptive.asn1.DERPath
Appends a node to the path with the given child index.
put(int, DefaultOperationHandle) - Method in class org.ldaptive.transport.netty.HandleMap
Puts the supplied operation handle into the queue if the supplied id doesn't already exist in the queue.
putBytes(ByteBuffer, byte[], boolean) - Static method in class org.ldaptive.ad.GlobalIdentifier
Writes a long into the supplied byte buffer.
putConnection(Connection) - Method in class org.ldaptive.pool.AbstractConnectionPool
Returns a connection to the pool.
putConnection(Connection) - Method in class org.ldaptive.pool.BlockingConnectionPool
 
putLong(ByteBuffer, long, boolean) - Static method in class org.ldaptive.ad.SecurityIdentifier
Writes a long into the supplied byte buffer.

Q

qop - Variable in enum org.ldaptive.sasl.QualityOfProtection
Quality of protection strings.
qualityOfProtection - Variable in class org.ldaptive.sasl.SaslConfig
sasl quality of protection.
qualityOfProtection(QualityOfProtection...) - Method in class org.ldaptive.sasl.SaslConfig.Builder
 
QualityOfProtection - Enum in org.ldaptive.sasl
Enum to define SASL quality of protection.
QualityOfProtection(String) - Constructor for enum org.ldaptive.sasl.QualityOfProtection
Creates a new quality of protection.
Query - Class in org.ldaptive.templates
Contains data associated with a query request.
Query(String) - Constructor for class org.ldaptive.templates.Query
Parses the query from a string into query terms.
queue - Variable in class org.ldaptive.pool.Queue
Underlying queue.
queue - Variable in class org.ldaptive.transport.netty.SaslHandler
To manage requests.
Queue<T> - Class in org.ldaptive.pool
Provides a wrapper around a Deque to support LIFO and FIFO operations.
Queue(QueueType) - Constructor for class org.ldaptive.pool.Queue
Creates a new queue.
queueType - Variable in class org.ldaptive.pool.AbstractConnectionPool
Type of queue.
queueType - Variable in class org.ldaptive.pool.Queue
How will objects be inserted into the queue.
QueueType - Enum in org.ldaptive.pool
Enum to define queue type.
QueueType() - Constructor for enum org.ldaptive.pool.QueueType
 

R

RADIUS_ACCT_MULTI_OID - Static variable in class org.ldaptive.control.SessionTrackingControl
OID for the Acct-Multi-Session-Id RADIUS attribute format.
RADIUS_ACCT_OID - Static variable in class org.ldaptive.control.SessionTrackingControl
OID for the Acct-Session-Id RADIUS attribute format.
RandomConnectionStrategy - Class in org.ldaptive
Connection strategy that randomizes the list of configured URLs.
RandomConnectionStrategy() - Constructor for class org.ldaptive.RandomConnectionStrategy
 
RANGE_FORMAT - Static variable in class org.ldaptive.ad.handler.RangeEntryHandler
The format used to calculate attribute IDs for subsequent searches.
RANGE_PATTERN - Static variable in class org.ldaptive.ad.handler.RangeEntryHandler
The pattern matching the range attribute ID.
RANGE_PATTERN_STRING - Static variable in class org.ldaptive.ad.handler.RangeEntryHandler
The expression matching the range attribute ID "<id>range=<X>-<Y>".
RangeEntryHandler - Class in org.ldaptive.ad.handler
Rewrites attributes returned from Active Directory to include all values by performing additional searches.
RangeEntryHandler() - Constructor for class org.ldaptive.ad.handler.RangeEntryHandler
 
RangeRetrievalNoerrControl - Class in org.ldaptive.ad.control
Request control for active directory servers to avoid error response with range retrieval.
RangeRetrievalNoerrControl() - Constructor for class org.ldaptive.ad.control.RangeRetrievalNoerrControl
Default constructor.
RangeRetrievalNoerrControl(boolean) - Constructor for class org.ldaptive.ad.control.RangeRetrievalNoerrControl
Creates a new notification control.
RDn - Class in org.ldaptive.dn
Relative distinguished name containing one or more name value pairs.
RDn(String) - Constructor for class org.ldaptive.dn.RDn
Creates a new RDN with the supplied string.
RDn(String, String) - Constructor for class org.ldaptive.dn.RDn
Creates a new RDN with a single name value pair.
RDn(String, DnParser) - Constructor for class org.ldaptive.dn.RDn
Creates a new RDN with the supplied string.
RDn(Collection<NameValue>) - Constructor for class org.ldaptive.dn.RDn
Creates a new RDN with the supplied name value pairs.
RDn(NameValue...) - Constructor for class org.ldaptive.dn.RDn
Creates a new RDN with the supplied name value pairs.
RDN_PATH - Static variable in class org.ldaptive.ssl.X509DnDecoder
DER path for RDN parsing.
rdnComponents - Variable in class org.ldaptive.dn.Dn
RDN components.
RDnNormalizer - Interface in org.ldaptive.dn
Interface for normalizing RDNs.
read() - Method in class org.ldaptive.io.LdifReader
Reads LDIF data from the reader and returns a search result.
read() - Method in interface org.ldaptive.io.SearchResultReader
Reads an ldap result.
read(ChannelHandlerContext) - Method in class org.ldaptive.transport.netty.AutoReadFlowControlHandler
 
read(ChannelHandlerContext) - Method in class org.ldaptive.transport.netty.SaslHandler
 
read(InputStream, String...) - Method in interface org.ldaptive.ssl.CredentialReader
Reads a credential object from an input stream.
read(InputStream, String...) - Method in class org.ldaptive.ssl.KeyStoreCredentialReader
Reads a keystore from an input stream.
read(InputStream, String...) - Method in class org.ldaptive.ssl.PrivateKeyCredentialReader
Reads a private key from an input stream.
read(InputStream, String...) - Method in class org.ldaptive.ssl.X509CertificateCredentialReader
 
read(InputStream, String...) - Method in class org.ldaptive.ssl.X509CertificatesCredentialReader
 
read(String, String...) - Method in class org.ldaptive.ssl.AbstractCredentialReader
 
read(String, String...) - Method in interface org.ldaptive.ssl.CredentialReader
Reads a credential object from a path.
read(String, String...) - Method in class org.ldaptive.ssl.X509CertificatesCredentialReader
 
READ - org.ldaptive.transport.netty.NettyConnection.MessageStatus
All bytes for a message have been read.
READ_AHEAD_LIMIT - Static variable in class org.ldaptive.io.LdifReader
Mark read back buffer size.
READ_BUFFER_SIZE - Static variable in class org.ldaptive.LdapUtils
Size of buffer in bytes to use when reading files.
READ_NEXT_MESSAGE - Static variable in class org.ldaptive.transport.netty.NettyConnection
Inbound handler to read the next message if autoRead is false.
readAttribute(CharBuffer) - Method in class org.ldaptive.filter.DefaultFilterFunction
Returns a new buffer containing an attribute description.
readCookie() - Method in interface org.ldaptive.control.util.CookieManager
Read and return a cookie from storage.
readCookie() - Method in class org.ldaptive.control.util.DefaultCookieManager
 
readFilterSet(FilterSet, String, int, int) - Method in class org.ldaptive.filter.AbstractFilterFunction
Reads the supplied filter using the supplied indices and adds them to the supplied filter set.
readInputStream(InputStream) - Static method in class org.ldaptive.LdapUtils
Reads the data in the supplied stream and returns it as a byte array.
readInt(DERBuffer) - Static method in class org.ldaptive.asn1.OidType
Reads the necessary encoded bytes from the supplied buffer to create an integer.
readLength(DERBuffer) - Method in class org.ldaptive.asn1.DERParser
Reads the length of a DER-encoded value from the given byte buffer.
readLong(DERBuffer) - Static method in class org.ldaptive.asn1.UuidType
Reads the next 8 bytes from the supplied buffer to create a long.
readMessageLength(DERBuffer) - Method in class org.ldaptive.transport.netty.MessageFrameDecoder
Inspects the supplied buffer for a UniversalDERTag.SEQ tag and confirms the buffer contains enough bytes for the length specified for the tag.
readNextComponent(String) - Method in class org.ldaptive.filter.AbstractFilterFunction
Reads the next component contained in the supplied filter.
readOID(CharBuffer) - Method in class org.ldaptive.schema.AbstractDefaultDefinitionFunction
Reads the buffer until a space is encountered.
readOIDs(CharBuffer) - Method in class org.ldaptive.schema.AbstractDefaultDefinitionFunction
Reads the supplied buffer for $ delimited data between an open and closed parenthesis.
readQDString(CharBuffer) - Method in class org.ldaptive.schema.AbstractDefaultDefinitionFunction
Reads the supplied buffer for content between two single quotes.
readQDStrings(CharBuffer) - Method in class org.ldaptive.schema.AbstractDefaultDefinitionFunction
Reads the supplied buffer for single quoted data between an open and closed parenthesis.
readResource(String) - Static method in class org.ldaptive.io.ResourceUtils
Reads the data from the supplied resource path.
readResource(String, ResourceLoader...) - Static method in class org.ldaptive.io.ResourceUtils
Reads the data from the supplied resource path using the supplied loaders.
readRuleID(CharBuffer) - Method in class org.ldaptive.schema.AbstractDefaultDefinitionFunction
Reads the buffer until a space is encountered.
readRuleIDs(CharBuffer) - Method in class org.ldaptive.schema.AbstractDefaultDefinitionFunction
Reads the supplied buffer for space delimited data between an open and closed parenthesis.
readSearchAttribute(LdapEntry, List<String>) - Method in class org.ldaptive.handler.RecursiveResultHandler
readSection(BufferedReader) - Method in class org.ldaptive.io.LdifReader
Reads the supplied reader line-by-line until the reader is empty or a empty line is encountered.
readSrvRecords(String) - Method in class org.ldaptive.DnsSrvConnectionStrategy
Parses the supplied DNS URL string and reads SRV records from DNS.
readSubstrings(CharBuffer) - Method in class org.ldaptive.filter.DefaultFilterFunction
Reads the supplied buffer and builds a map of the substring data it contains.
readTag(DERBuffer) - Method in class org.ldaptive.asn1.DERParser
Reads a DER tag from a single byte at the current position of the given buffer.
readToChar(String, char[], int) - Static method in class org.ldaptive.dn.DefaultDnParser
Reads the supplied string starting at the supplied position until one of the supplied characters is found.
readUntil(CharBuffer, char) - Method in class org.ldaptive.schema.AbstractDefaultDefinitionFunction
Advances the buffer position until the supplied character is found or the end of the buffer is reached.
readUntilSpace(CharBuffer) - Method in class org.ldaptive.schema.AbstractDefaultDefinitionFunction
Reads the supplied buffer until a space is found.
REAL - org.ldaptive.asn1.UniversalDERTag
REAL type.
realm(String) - Method in class org.ldaptive.sasl.SaslConfig.Builder
 
receivedResult - Variable in class org.ldaptive.control.util.SyncReplClient
Whether the sync repl search has received a result response.
receivedTime - Variable in class org.ldaptive.transport.DefaultOperationHandle
Timestamp when the result was received or an exception occurred.
reconnect() - Method in class org.ldaptive.transport.netty.NettyConnection
Attempts to reestablish the channel for this connection.
reconnecting - Variable in class org.ldaptive.transport.netty.NettyConnection.CloseFutureListener
Whether this listener is in the process of reconnecting.
reconnectLock - Variable in class org.ldaptive.transport.netty.NettyConnection
Block operations while a reconnect is occurring.
reconnectTimeout - Variable in class org.ldaptive.ConnectionConfig
Duration of time that operations will block on reconnects, should generally be longer than ConnectionConfig.connectTimeout.
reconnectTimeout(Duration) - Method in class org.ldaptive.ConnectionConfig.Builder
 
recordFailure(Instant) - Method in class org.ldaptive.AbstractRetryMetadata
 
recordFailure(Instant) - Method in interface org.ldaptive.RetryMetadata
Records a connection failure at the given instant.
recordSuccess(Instant) - Method in class org.ldaptive.AbstractRetryMetadata
 
recordSuccess(Instant) - Method in interface org.ldaptive.RetryMetadata
Records a connection success at the given instant.
RecursiveResultHandler - Class in org.ldaptive.handler
This recursively searches based on a supplied attribute and merges those results into the original entry.
RecursiveResultHandler() - Constructor for class org.ldaptive.handler.RecursiveResultHandler
Default constructor.
RecursiveResultHandler(String, String...) - Constructor for class org.ldaptive.handler.RecursiveResultHandler
Creates a new recursive entry handler.
recursiveSearch(String, LdapEntry, List<String>) - Method in class org.ldaptive.handler.RecursiveResultHandler
Recursively gets the attribute(s) RecursiveResultHandler.mergeAttributes for the supplied dn and adds the values to the supplied attributes.
reference(SearchResultReference) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
reference(SearchResultReference...) - Method in class org.ldaptive.SearchResponse.Builder
 
referenceHandlers - Variable in class org.ldaptive.AbstractSearchOperationFactory
Functions to handle response references.
referenceHandlers - Variable in class org.ldaptive.ad.control.util.DirSyncClient
Functions to handle response references.
referenceHandlers - Variable in class org.ldaptive.SearchOperation
Functions to handle response references.
references - Variable in class org.ldaptive.SearchResultReference
List of references.
referenceSize() - Method in class org.ldaptive.SearchResponse
Returns the number of references in this search result.
referral(String...) - Method in class org.ldaptive.transport.DefaultOperationHandle
REFERRAL - org.ldaptive.ResultCode
referral.
REFERRAL_LIMIT_EXCEEDED - org.ldaptive.ResultCode
referral limit exceeded.
REFERRAL_PATH - Static variable in class org.ldaptive.AddResponse
DER path to referral.
REFERRAL_PATH - Static variable in class org.ldaptive.BindResponse
DER path to referral.
REFERRAL_PATH - Static variable in class org.ldaptive.CompareResponse
DER path to referral.
REFERRAL_PATH - Static variable in class org.ldaptive.DeleteResponse
DER path to referral.
REFERRAL_PATH - Static variable in class org.ldaptive.extended.ExtendedResponse
DER path to referral.
REFERRAL_PATH - Static variable in class org.ldaptive.ModifyDnResponse
DER path to referral.
REFERRAL_PATH - Static variable in class org.ldaptive.ModifyResponse
DER path to referral.
REFERRAL_PATH - Static variable in class org.ldaptive.SearchResponse
DER path to referral.
REFERRAL_URI_PATH - Static variable in class org.ldaptive.SearchResultReference
DER path to referral URI.
ReferralConnectionFactory - Interface in org.ldaptive.referral
Factory for creating connections used by referrals.
referralDepth - Variable in class org.ldaptive.referral.AbstractFollowReferralHandler
Referral depth.
ReferralHandler - Interface in org.ldaptive.handler
Marker interface for a referral handler.
ReferralHandler(AbstractResult) - Constructor for class org.ldaptive.AbstractResult.ReferralHandler
Creates a new LDAP referral handler.
referralHandlers - Variable in class org.ldaptive.AbstractOperation
Functions to handle referrals.
referralHandlers - Variable in class org.ldaptive.AbstractSearchOperationFactory
Functions to handle referrals.
referralLimit - Variable in class org.ldaptive.referral.AbstractFollowReferralHandler
Referral limit.
ReferralUriHandler(SearchResultReference) - Constructor for class org.ldaptive.SearchResultReference.ReferralUriHandler
Creates a new referral URI handler.
referralURLs - Variable in class org.ldaptive.AbstractResult
Referral URLS.
referralURLs(String...) - Method in class org.ldaptive.AbstractResult.AbstractBuilder
 
ReflectionTranscoder - Interface in org.ldaptive.beans.reflect
Interface for reflection based transcoders.
ReflectionUtils - Class in org.ldaptive.beans.reflect
Provides utility methods for common reflection operations.
ReflectionUtils() - Constructor for class org.ldaptive.beans.reflect.ReflectionUtils
Default constructor.
REFRESH_AND_PERSIST - org.ldaptive.control.SyncRequestControl.Mode
refresh and persist.
REFRESH_DELETE - org.ldaptive.extended.SyncInfoMessage.Type
refresh delete.
REFRESH_DELETE_COOKIE_PATH - Static variable in class org.ldaptive.extended.SyncInfoMessage
DER path to refresh delete cookie.
REFRESH_DELETE_DONE_PATH - Static variable in class org.ldaptive.extended.SyncInfoMessage
DER path to refresh delete done.
REFRESH_DELETE_PATH - Static variable in class org.ldaptive.extended.SyncInfoMessage
DER path to refresh delete.
REFRESH_ONLY - org.ldaptive.control.SyncRequestControl.Mode
refresh only.
REFRESH_PRESENT - org.ldaptive.extended.SyncInfoMessage.Type
refresh present.
REFRESH_PRESENT_COOKIE_PATH - Static variable in class org.ldaptive.extended.SyncInfoMessage
DER path to refresh present cookie.
REFRESH_PRESENT_DONE_PATH - Static variable in class org.ldaptive.extended.SyncInfoMessage
DER path to refresh present done.
REFRESH_PRESENT_PATH - Static variable in class org.ldaptive.extended.SyncInfoMessage
DER path to refresh present.
refreshAndPersist - Variable in class org.ldaptive.control.util.SyncReplClient
Controls which mode the sync repl control should use.
RefreshDeleteCookieHandler(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.RefreshDeleteCookieHandler
Creates a refresh delete cookie handler.
RefreshDeleteDoneHandler(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.RefreshDeleteDoneHandler
Creates a refresh delete done handler.
RefreshDeleteHandler(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.RefreshDeleteHandler
Creates a refresh delete handler.
refreshDeletes - Variable in class org.ldaptive.control.SyncDoneControl
refresh deletes.
refreshDeletes - Variable in class org.ldaptive.extended.SyncInfoMessage
refresh deletes.
refreshDeletes(boolean) - Method in class org.ldaptive.extended.SyncInfoMessage.Builder
 
RefreshDeletesHandler(SyncDoneControl) - Constructor for class org.ldaptive.control.SyncDoneControl.RefreshDeletesHandler
Creates a new refresh deletes handler.
refreshDone - Variable in class org.ldaptive.extended.SyncInfoMessage
refresh done.
refreshDone(boolean) - Method in class org.ldaptive.extended.SyncInfoMessage.Builder
 
RefreshPresentCookieHandler(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.RefreshPresentCookieHandler
Creates a refresh present cookie handler.
RefreshPresentDoneHandler(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.RefreshPresentDoneHandler
Creates a refresh present done handler.
RefreshPresentHandler(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.RefreshPresentHandler
Creates a refresh present handler.
RegexDefinitionFunction() - Constructor for class org.ldaptive.schema.AttributeType.RegexDefinitionFunction
 
RegexDefinitionFunction() - Constructor for class org.ldaptive.schema.DITContentRule.RegexDefinitionFunction
 
RegexDefinitionFunction() - Constructor for class org.ldaptive.schema.DITStructureRule.RegexDefinitionFunction
 
RegexDefinitionFunction() - Constructor for class org.ldaptive.schema.MatchingRule.RegexDefinitionFunction
 
RegexDefinitionFunction() - Constructor for class org.ldaptive.schema.MatchingRuleUse.RegexDefinitionFunction
 
RegexDefinitionFunction() - Constructor for class org.ldaptive.schema.NameForm.RegexDefinitionFunction
 
RegexDefinitionFunction() - Constructor for class org.ldaptive.schema.ObjectClass.RegexDefinitionFunction
 
RegexDefinitionFunction() - Constructor for class org.ldaptive.schema.Syntax.RegexDefinitionFunction
 
RegexFilterFunction - Class in org.ldaptive.filter
Parses an LDAP search filter string using regular expressions.
RegexFilterFunction() - Constructor for class org.ldaptive.filter.RegexFilterFunction
 
RegexSchemaFunction() - Constructor for class org.ldaptive.schema.SchemaParser.RegexSchemaFunction
 
REGISTERED_ID - org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
registered id (8).
registerHandler(DERPath, ParseHandler) - Method in class org.ldaptive.asn1.DERParser
Registers the supplied handler to fire when the supplied path is encountered.
registerUrl(LdapURL) - Method in class org.ldaptive.LdapURLActivatorService
Registers an LDAP URL to be tested for activation.
ReinitializeConnectionConsumer() - Constructor for class org.ldaptive.SingleConnectionFactory.ReinitializeConnectionConsumer
 
RelaxControl - Class in org.ldaptive.control
Relax request control.
RelaxControl() - Constructor for class org.ldaptive.control.RelaxControl
Default constructor.
releaseThrottle(int) - Method in class org.ldaptive.transport.netty.HandleMap
Release permits on the throttle semaphore.
reloadHint - Variable in class org.ldaptive.control.SyncRequestControl
reload hint.
reloadHint - Variable in class org.ldaptive.control.util.SyncReplClient
Controls the sync repl request reload hint.
remaining() - Method in interface org.ldaptive.asn1.DERBuffer
Returns the number of elements between the current position and the limit.
remove() - Method in class org.ldaptive.pool.Queue
Removes the first element in the queue.
remove(int) - Method in class org.ldaptive.transport.netty.HandleMap
Removes the operation handle from the supplied message id.
remove(T) - Method in class org.ldaptive.pool.Queue
Removes the supplied element from the queue.
removeActiveConnection(PooledConnectionProxy) - Method in class org.ldaptive.pool.AbstractConnectionPool
Remove a connection from the active pool.
removeAttribute(String) - Method in class org.ldaptive.LdapEntry
Removes the attribute with the supplied name.
removeAttributes(Collection<LdapAttribute>) - Method in class org.ldaptive.LdapEntry
Removes the attribute(s) from this ldap attributes.
removeAttributes(LdapAttribute...) - Method in class org.ldaptive.LdapEntry
Removes an attribute from this ldap attributes.
removeAvailableAndActiveConnection(PooledConnectionProxy) - Method in class org.ldaptive.pool.AbstractConnectionPool
Remove a connection from both the available and active pools.
removeAvailableConnection(PooledConnectionProxy) - Method in class org.ldaptive.pool.AbstractConnectionPool
Remove a connection from the available pool.
removeBinaryValues(byte[]...) - Method in class org.ldaptive.LdapAttribute
Removes the supplied byte array as a value from this attribute.
removeBinaryValues(Collection<byte[]>) - Method in class org.ldaptive.LdapAttribute
Removes all the byte arrays in the supplied collection as values from this attribute.
removeBufferValues(ByteBuffer...) - Method in class org.ldaptive.LdapAttribute
Removes all the buffers in the supplied collection as values from this attribute.
removeBufferValues(Collection<ByteBuffer>) - Method in class org.ldaptive.LdapAttribute
Removes all the buffers in the supplied collection as values from this attribute.
removeMember(Principal) - Method in class org.ldaptive.jaas.LdapGroup
Removes a member from this group.
removeStringValues(String...) - Method in class org.ldaptive.LdapAttribute
Removes the supplied string as a value from this attribute.
removeStringValues(Collection<String>) - Method in class org.ldaptive.LdapAttribute
Removes all the strings in the supplied collection as values from this attribute.
removeTag() - Method in class org.ldaptive.asn1.DERParser
Removes the tag at the leaf position of all permutations of the current parser path, and reduces the number of permutations as necessary to satisfy the following relation:
reopen(RetryMetadata) - Method in class org.ldaptive.transport.TransportConnection
Method to support reopening a connection that was previously established.
REPLACE - org.ldaptive.AttributeModification.Type
Replace an attribute.
request - Variable in class org.ldaptive.AbstractOperationConnectionValidator
Operation request.
request - Variable in class org.ldaptive.SearchOperation
Search request to execute.
request - Variable in class org.ldaptive.transport.DefaultOperationHandle
Protocol request to send.
request - Variable in class org.ldaptive.transport.MessageFunctional
Request that produced the message.
request(SearchRequest) - Method in class org.ldaptive.SearchOperation.Builder
Sets the search request.
request(Q) - Method in class org.ldaptive.AbstractOperationConnectionValidator.AbstractBuilder
Sets the request to use for validation.
Request - Interface in org.ldaptive
LDAP protocol request.
REQUEST_ENCODER - Static variable in class org.ldaptive.transport.netty.NettyConnection
Request encoder pipeline handler.
RequestControl - Interface in org.ldaptive.control
Marker interface for ldap request controls.
RequestEncoder() - Constructor for class org.ldaptive.transport.netty.NettyConnection.RequestEncoder
 
RequestHandler<Q extends Request> - Interface in org.ldaptive.handler
Marker interface for a request handler.
requestHandlers - Variable in class org.ldaptive.AbstractOperation
Functions to handle requests.
requestHandlers - Variable in class org.ldaptive.AbstractSearchOperationFactory
Functions to handle requests.
requestHandlers - Variable in class org.ldaptive.auth.Authenticator
Handlers to handle authentication requests.
requestHandlers(AuthenticationRequestHandler...) - Method in class org.ldaptive.auth.Authenticator.Builder
Sets the authentication request handlers.
requestMode - Variable in class org.ldaptive.control.SyncRequestControl
request mode.
requestName - Variable in class org.ldaptive.extended.ExtendedRequest
Extended request name.
requestValue - Variable in class org.ldaptive.extended.ExtendedRequest
Extended request value.
requiredAttributes - Variable in class org.ldaptive.schema.DITContentRule
Required attributes.
requiredAttributes - Variable in class org.ldaptive.schema.NameForm
Required attributes.
requiredAttributes - Variable in class org.ldaptive.schema.ObjectClass
Required attributes.
resolve() - Method in class org.ldaptive.ssl.HostnameResolver
Resolves a hostname from the SSL session.
resolve(String) - Method in class org.ldaptive.dns.AbstractDNSResolver
 
resolve(String) - Method in interface org.ldaptive.dns.DNSResolver
Resolve a set of DNS records of some type for the given name.
resolve(String) - Method in class org.ldaptive.dns.SRVDNSResolver
 
resolve(AuthenticationCriteria, AuthenticationHandlerResponse) - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
 
resolve(AuthenticationCriteria, AuthenticationHandlerResponse) - Method in class org.ldaptive.auth.AggregateEntryResolver
 
resolve(AuthenticationCriteria, AuthenticationHandlerResponse) - Method in interface org.ldaptive.auth.EntryResolver
Attempts to find the LDAP entry for the supplied authentication criteria and authentication handler response.
resolve(AuthenticationCriteria, AuthenticationHandlerResponse) - Method in class org.ldaptive.auth.NoOpEntryResolver
 
resolve(User) - Method in class org.ldaptive.auth.AggregateDnResolver
 
resolve(User) - Method in interface org.ldaptive.auth.DnResolver
Attempts to find the LDAP DN for the supplied user.
resolve(User) - Method in class org.ldaptive.auth.FormatDnResolver
Returns a DN for the supplied user by applying it to a format string.
resolve(User) - Method in class org.ldaptive.auth.NoOpDnResolver
Returns the user as the DN.
resolve(User) - Method in class org.ldaptive.auth.SearchDnResolver
Attempts to find the DN for the supplied user.
resolvedDn - Variable in class org.ldaptive.auth.AuthenticationResponse
Resolved DN.
resolveDn(User) - Method in class org.ldaptive.auth.Authenticator
This will attempt to find the DN for the supplied user.
resolveDn(LdapEntry) - Method in class org.ldaptive.auth.SearchDnResolver
Returns the DN for the supplied ldap entry.
resolveEntry(AuthenticationCriteria, AuthenticationHandlerResponse) - Method in class org.ldaptive.auth.Authenticator
Attempts to find the ldap entry for the supplied DN.
resolveEntryOnFailure - Variable in class org.ldaptive.auth.Authenticator
Whether to execute the entry resolver on authentication failure.
resolveFromAttribute - Variable in class org.ldaptive.auth.SearchDnResolver
Resolve DN from alternative attribute name
resolveFromAttribute(String) - Method in class org.ldaptive.auth.SearchDnResolver.Builder
Sets the attribute to use to resolve the DN.
resolveOne(DirContext, String, String, Set<String>) - Method in class org.ldaptive.dns.AbstractDNSResolver
Query for a single kind of DNS record.
resolver(String, DnResolver) - Method in class org.ldaptive.auth.AggregateDnResolver.Builder
 
resolver(String, EntryResolver) - Method in class org.ldaptive.auth.AggregateEntryResolver.Builder
 
resolverFunction - Variable in class org.ldaptive.DnsResolverConnectionStrategy
Name resolver function.
ResourceLoader - Interface in org.ldaptive.io
Creates an InputStream from a string URI.
ResourceUtils - Class in org.ldaptive.io
Provides utility methods for resources.
ResourceUtils() - Constructor for class org.ldaptive.io.ResourceUtils
Default constructor.
response(AuthenticationHandlerResponse) - Method in class org.ldaptive.auth.AuthenticationResponse.Builder
 
ResponseControl - Interface in org.ldaptive.control
Marker interface for ldap response controls.
ResponseControlHandler - Interface in org.ldaptive.handler
Marker interface for a response control handler.
responseHandlers - Variable in class org.ldaptive.auth.AggregateAuthenticationResponseHandler
Labeled entry resolvers.
responseHandlers - Variable in class org.ldaptive.auth.Authenticator
Handlers to handle authentication responses.
responseHandlers(AuthenticationResponseHandler...) - Method in class org.ldaptive.auth.Authenticator.Builder
Sets the authentication response handlers.
responseName - Variable in class org.ldaptive.extended.ExtendedResponse
Response name.
responseName - Variable in class org.ldaptive.extended.IntermediateResponse
Response name.
responseName(String) - Method in class org.ldaptive.extended.ExtendedResponse.Builder
 
responseName(String) - Method in class org.ldaptive.extended.IntermediateResponse.Builder
 
ResponseNameHandler(ExtendedResponse) - Constructor for class org.ldaptive.extended.ExtendedResponse.ResponseNameHandler
Creates a new response name handler.
ResponseNameHandler(IntermediateResponse) - Constructor for class org.ldaptive.extended.IntermediateResponse.ResponseNameHandler
Creates a new response name handler.
ResponseParser - Class in org.ldaptive.transport
Parses a buffer looking for an LDAP response message.
ResponseParser() - Constructor for class org.ldaptive.transport.ResponseParser
Creates a new response parser.
responseSemaphore - Variable in class org.ldaptive.transport.DefaultOperationHandle
Semaphore to determine when a response has been received.
responseTimeout - Variable in class org.ldaptive.AbstractRequestMessage
Duration of time to wait for a response.
responseTimeout - Variable in class org.ldaptive.ConnectionConfig
Duration of time to wait for responses.
responseTimeout - Variable in class org.ldaptive.transport.DefaultOperationHandle
Time to wait for a response.
responseTimeout(Duration) - Method in class org.ldaptive.AbstractRequestMessage.AbstractBuilder
Sets the response timeout on the message.
responseTimeout(Duration) - Method in class org.ldaptive.ConnectionConfig.Builder
 
responseValue - Variable in class org.ldaptive.extended.ExtendedResponse
Response value.
responseValue - Variable in class org.ldaptive.extended.IntermediateResponse
Response value.
responseValue(byte[]) - Method in class org.ldaptive.extended.ExtendedResponse.Builder
 
responseValue(byte[]) - Method in class org.ldaptive.extended.IntermediateResponse.Builder
 
ResponseValueHandler(ExtendedResponse) - Constructor for class org.ldaptive.extended.ExtendedResponse.ResponseValueHandler
Creates a new response value handler.
ResponseValueHandler(IntermediateResponse) - Constructor for class org.ldaptive.extended.IntermediateResponse.ResponseValueHandler
Creates a new response value handler.
restartSearch() - Method in class org.ldaptive.control.util.SyncReplRunner
Cancels the sync repl search and sends a new search request.
restrictedAttributes - Variable in class org.ldaptive.schema.DITContentRule
Restricted attributes.
result - Variable in class org.ldaptive.transport.DefaultOperationHandle
Protocol response result.
result - Variable in class org.ldaptive.transport.DefaultSearchOperationHandle
Synthetic result that is built as entries and references are received.
result(S) - Method in class org.ldaptive.transport.DefaultOperationHandle
Invokes DefaultOperationHandle.onResult and sets the result.
Result - Interface in org.ldaptive
LDAP protocol result.
RESULT_CODE_PATH - Static variable in class org.ldaptive.AddResponse
DER path to result code.
RESULT_CODE_PATH - Static variable in class org.ldaptive.BindResponse
DER path to result code.
RESULT_CODE_PATH - Static variable in class org.ldaptive.CompareResponse
DER path to result code.
RESULT_CODE_PATH - Static variable in class org.ldaptive.DeleteResponse
DER path to result code.
RESULT_CODE_PATH - Static variable in class org.ldaptive.extended.ExtendedResponse
DER path to result code.
RESULT_CODE_PATH - Static variable in class org.ldaptive.ModifyDnResponse
DER path to result code.
RESULT_CODE_PATH - Static variable in class org.ldaptive.ModifyResponse
DER path to result code.
RESULT_CODE_PATH - Static variable in class org.ldaptive.SearchResponse
DER path to result code.
resultCode - Variable in class org.ldaptive.AbstractResult
Result code.
resultCode - Variable in exception org.ldaptive.LdapException
Optional result code associated with this exception.
resultCode(AuthenticationResultCode) - Method in class org.ldaptive.auth.AuthenticationHandlerResponse.Builder
 
resultCode(ResultCode) - Method in class org.ldaptive.AbstractResult.AbstractBuilder
 
ResultCode - Enum in org.ldaptive
Enum to define ldap result codes.
ResultCode(int) - Constructor for enum org.ldaptive.ResultCode
Creates a new result code.
ResultCodeHandler(AbstractResult) - Constructor for class org.ldaptive.AbstractResult.ResultCodeHandler
Creates a new LDAP result code handler.
resultEntries - Variable in class org.ldaptive.SearchResponse
Entries contained in this result.
ResultHandler - Interface in org.ldaptive.handler
Marker interface for a result handler.
resultHandlers - Variable in class org.ldaptive.AbstractOperation
Functions to handle response results.
resultHandlers - Variable in class org.ldaptive.AbstractSearchOperationFactory
Functions to handle response results.
resultHandlers - Variable in class org.ldaptive.ad.control.util.DirSyncClient
Functions to handle response results.
ResultPredicate - Interface in org.ldaptive.handler
Marker interface for a throw predicate.
resultReferences - Variable in class org.ldaptive.SearchResponse
Search result references contained in this result.
resultSize - Variable in class org.ldaptive.control.PagedResultsControl
paged results size.
resultSize - Variable in class org.ldaptive.control.util.PagedResultsClient
Results page size.
retAttrs - Variable in class org.ldaptive.handler.RecursiveResultHandler
Attributes to return when searching, mergeAttributes + searchAttribute.
retrieveAvailableConnection() - Method in class org.ldaptive.pool.BlockingConnectionPool
Attempts to retrieve a connection from the available queue.
retrieveConnectionProxy(Connection) - Method in class org.ldaptive.pool.AbstractConnectionPool
Retrieves the invocation handler from the supplied connection proxy.
retrieveDNSRecords() - Method in class org.ldaptive.DnsSrvConnectionStrategy
Invoke DNSResolver.resolve(String) for each resolver until results are found.
retryCondition - Variable in class org.ldaptive.AbstractConnectionStrategy
Condition used to determine whether to test an inactive URL.
retryMetadata - Variable in class org.ldaptive.LdapURL
Metadata that describes connection failures on this URL.
RetryMetadata - Interface in org.ldaptive
Contains properties related to retries.
RetryValidationExceptionHandler() - Constructor for class org.ldaptive.PooledConnectionFactory.RetryValidationExceptionHandler
Creates a new retry validation exception handler.
RetryValidationExceptionHandler(BiPredicate<Integer, Instant>) - Constructor for class org.ldaptive.PooledConnectionFactory.RetryValidationExceptionHandler
Creates a new retry validation exception handler.
returnAttributes - Variable in class org.ldaptive.auth.AuthenticationRequest
User attributes to return.
returnAttributes - Variable in class org.ldaptive.auth.Authenticator
User attributes to return.
returnAttributes - Variable in class org.ldaptive.beans.persistence.DefaultLdapEntryManager
Additional attributes to include in searches.
returnAttributes - Variable in class org.ldaptive.SearchRequest
Return attributes.
returnAttributes - Variable in class org.ldaptive.templates.Query
Attributes to return with the ldap query.
returnAttributes(String...) - Method in class org.ldaptive.auth.AuthenticationRequest.Builder
Sets the return attributes.
returnAttributes(String...) - Method in class org.ldaptive.auth.Authenticator.Builder
Sets the return attributes.
returnAttributes(String...) - Method in class org.ldaptive.SearchRequest.Builder
Sets the return attributes.
returnAttributes(Collection<String>) - Method in class org.ldaptive.SearchRequest.Builder
Sets the return attributes.
ReturnAttributes - Enum in org.ldaptive
Enum to define constants specific to ldap return attributes.
ReturnAttributes(String[]) - Constructor for enum org.ldaptive.ReturnAttributes
Creates a new return attributes.
returnEcs - Variable in class org.ldaptive.control.PersistentSearchRequestControl
whether to return an Entry Change Notification control.
returnEcs - Variable in class org.ldaptive.control.util.PersistentSearchClient
Whether to return an Entry Change Notification control.
reverseOrder - Variable in class org.ldaptive.control.SortKey
reverse order.
RFC822_NAME - org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
ref822 name (1).
rid - Variable in class org.ldaptive.control.util.SyncReplCookie
Cookie RID.
ROID - org.ldaptive.asn1.UniversalDERTag
RELATIVE-OID type.
roleAttribute - Variable in class org.ldaptive.jaas.LdapRoleAuthorizationModule
Role attribute to add to role data.
roleFilter - Variable in class org.ldaptive.jaas.LdapRoleAuthorizationModule
Ldap filter for role searches.
roleGroupName - Variable in class org.ldaptive.jaas.AbstractLoginModule
Name of group to add all roles to.
roleName - Variable in class org.ldaptive.jaas.LdapRole
LDAP role name.
roleResolver - Variable in class org.ldaptive.jaas.LdapRoleAuthorizationModule
To search for roles.
RoleResolver - Interface in org.ldaptive.jaas
Looks up a user's roles using an LDAP search.
roleResolverFactory - Variable in class org.ldaptive.jaas.LdapRoleAuthorizationModule
Factory for creating role resolvers with JAAS options.
RoleResolverFactory - Interface in org.ldaptive.jaas
Provides an interface for creating role resolver needed by various JAAS modules.
roles - Variable in class org.ldaptive.jaas.AbstractLoginModule
Roles to add to the subject.
RoundRobinConnectionStrategy - Class in org.ldaptive
Connection strategy that reorders its URLs based on the number of times it's been invoked.
RoundRobinConnectionStrategy() - Constructor for class org.ldaptive.RoundRobinConnectionStrategy
Default constructor.
RoundRobinConnectionStrategy(Function<List<LdapURL>, Iterator<LdapURL>>) - Constructor for class org.ldaptive.RoundRobinConnectionStrategy
Creates a new round robin connection strategy.

S

salt - Variable in class org.ldaptive.transport.ScramSaslClient.ServerFirstMessage
Salt parsed from the SASL credentials.
saltedPassword - Variable in class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
Computed password using the server salt and iterations.
SASL_BIND_IN_PROGRESS - org.ldaptive.ResultCode
sasl bind in progress.
SASL_CREDENTIALS_PATH - Static variable in class org.ldaptive.BindResponse
DER path to SASL credentials.
SaslBindRequest - Class in org.ldaptive.sasl
LDAP SASL bind request defined as:
SaslBindRequest() - Constructor for class org.ldaptive.sasl.SaslBindRequest
Default constructor.
SaslBindRequest(String) - Constructor for class org.ldaptive.sasl.SaslBindRequest
Creates a new SASL bind request.
SaslBindRequest(String, byte[]) - Constructor for class org.ldaptive.sasl.SaslBindRequest
Creates a new SASL bind request.
SaslBindRequest(String, String) - Constructor for class org.ldaptive.sasl.SaslBindRequest
Creates a new SASL bind request.
SaslBindRequest.Builder - Class in org.ldaptive.sasl
SASL bind request builder.
saslClient - Variable in class org.ldaptive.transport.netty.SaslHandler
Underlying SASL client.
SaslClient<T> - Interface in org.ldaptive.sasl
SASL client that negotiates the details of the bind operation.
SaslClientRequest - Interface in org.ldaptive.sasl
Maker interface for SASL mechanisms that use a custom client.
saslConfig(SaslConfig) - Method in class org.ldaptive.BindConnectionInitializer.Builder
 
SaslConfig - Class in org.ldaptive.sasl
Contains basic configuration data for SASL authentication.
SaslConfig() - Constructor for class org.ldaptive.sasl.SaslConfig
 
SaslConfig.Builder - Class in org.ldaptive.sasl
 
saslCredentials - Variable in class org.ldaptive.sasl.SaslBindRequest
SASL credentials.
SASLCredsHandler(BindResponse) - Constructor for class org.ldaptive.BindResponse.SASLCredsHandler
Creates a new server SASL creds handler.
SaslHandler - Class in org.ldaptive.transport.netty
Netty handler that uses a SaslClient to wrap and unwrap requests and responses.
SaslHandler(SaslClient) - Constructor for class org.ldaptive.transport.netty.SaslHandler
Creates a new SASL handler.
saslMechanism - Variable in class org.ldaptive.sasl.SaslBindRequest
SASL mechanism.
saslProperties - Variable in class org.ldaptive.sasl.DigestMD5BindRequest
SASL client properties.
saslProperties - Variable in class org.ldaptive.sasl.GssApiBindRequest
SASL client properties.
saslRealm - Variable in class org.ldaptive.sasl.DigestMD5BindRequest
Realm.
saslRealm - Variable in class org.ldaptive.sasl.GssApiBindRequest
Realm.
saslRealm - Variable in class org.ldaptive.sasl.SaslConfig
sasl realm.
scaleFactor - Variable in enum org.ldaptive.transcode.GeneralizedTimeValueTranscoder.FractionalPart
Scale factor to convert units to millis.
schema - Variable in class org.ldaptive.beans.generate.BeanGenerator
Schema to generate beans from.
schema(Schema) - Method in class org.ldaptive.beans.generate.BeanGenerator.Builder
 
Schema - Class in org.ldaptive.schema
Bean that contains the schema definitions in RFC 4512.
Schema() - Constructor for class org.ldaptive.schema.Schema
Default constructor.
Schema(Collection<AttributeType>, Collection<DITContentRule>, Collection<DITStructureRule>, Collection<Syntax>, Collection<MatchingRule>, Collection<MatchingRuleUse>, Collection<NameForm>, Collection<ObjectClass>) - Constructor for class org.ldaptive.schema.Schema
Creates a new schema.
SCHEMA_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser
Default schema function.
SCHEMA_FUNCTION_CONSTRUCTOR - Static variable in class org.ldaptive.schema.SchemaParser
Custom schema parser constructor.
SCHEMA_FUNCTION_PROPERTY - Static variable in class org.ldaptive.schema.SchemaParser
Schema function system property.
SchemaElement - Interface in org.ldaptive.schema
Interface for schema elements.
SchemaFactory - Class in org.ldaptive.ad.schema
Factory to create Schema from an active directory schema search result.
SchemaFactory - Class in org.ldaptive.schema
Factory to create Schema objects from an LDAP entry.
SchemaFactory() - Constructor for class org.ldaptive.ad.schema.SchemaFactory
Default constructor.
SchemaFactory() - Constructor for class org.ldaptive.schema.SchemaFactory
Default constructor.
SchemaFunction - Interface in org.ldaptive.schema
Marker interface for a schema function.
SchemaParseException - Exception in org.ldaptive.schema
Exception that indicates a schema element string could not be parsed.
SchemaParseException(String) - Constructor for exception org.ldaptive.schema.SchemaParseException
Creates a new schema parse exception.
SchemaParseException(String, Throwable) - Constructor for exception org.ldaptive.schema.SchemaParseException
Creates a new schema parse exception.
SchemaParseException(Throwable) - Constructor for exception org.ldaptive.schema.SchemaParseException
Creates a new schema parse exception.
SchemaParser - Class in org.ldaptive.schema
Encapsulates a SchemaFunction and exposes a convenience static method for parsing schema definitions.
SchemaParser() - Constructor for class org.ldaptive.schema.SchemaParser
Default constructor.
SchemaParser.DefaultSchemaFunction - Class in org.ldaptive.schema
CharBuffer based implementation for schema functions.
SchemaParser.RegexSchemaFunction - Class in org.ldaptive.schema
Regular expression based implementation for schema functions.
SchemaUtils - Class in org.ldaptive.schema
Provides utility methods for this package.
SchemaUtils() - Constructor for class org.ldaptive.schema.SchemaUtils
Default constructor.
scheme - Variable in class org.ldaptive.LdapURL
Scheme of the ldap url.
Scheme(String) - Constructor for class org.ldaptive.auth.CompareAuthenticationHandler.Scheme
Creates a new scheme.
Scheme(String, String) - Constructor for class org.ldaptive.auth.CompareAuthenticationHandler.Scheme
Creates a new scheme.
scope - Variable in class org.ldaptive.LdapURL
Search scope of the ldap url.
scope(SearchScope) - Method in class org.ldaptive.SearchRequest.Builder
Sets the search scope.
SCRAM_SHA_1 - org.ldaptive.sasl.Mechanism
SCRAM SHA1.
SCRAM_SHA_256 - org.ldaptive.sasl.Mechanism
SCRAM SHA256.
SCRAM_SHA_512 - org.ldaptive.sasl.Mechanism
SCRAM SHA512.
ScramBindRequest - Class in org.ldaptive.sasl
LDAP SCRAM (Salted Challenge Response Authentication Mechanism) bind request.
ScramBindRequest(Mechanism, String, String) - Constructor for class org.ldaptive.sasl.ScramBindRequest
Creates a new scram bind request.
ScramBindRequest(Mechanism, String, String, byte[]) - Constructor for class org.ldaptive.sasl.ScramBindRequest
Creates a new scram bind request.
scramMechanism - Variable in class org.ldaptive.sasl.ScramBindRequest
Mechanism.
scramNonce - Variable in class org.ldaptive.sasl.ScramBindRequest
Scram nonce.
ScramSaslClient - Class in org.ldaptive.transport
SASL client that implements the SCRAM protocol.
ScramSaslClient() - Constructor for class org.ldaptive.transport.ScramSaslClient
 
ScramSaslClient.ClientFinalMessage - Class in org.ldaptive.transport
Properties associated with the final client message.
ScramSaslClient.ClientFirstMessage - Class in org.ldaptive.transport
Properties associated with the client first message.
ScramSaslClient.ServerFinalMessage - Class in org.ldaptive.transport
Verifies the final server message.
ScramSaslClient.ServerFirstMessage - Class in org.ldaptive.transport
Properties associated with the first server response.
search(SearchRequest) - Method in interface org.ldaptive.jaas.RoleResolver
Executes a search request and converts any attributes to ldap roles.
search(SearchRequest) - Method in class org.ldaptive.jaas.SearchRoleResolver
 
SEARCH_PATH - Static variable in class org.ldaptive.transport.ResponseParser
Search response DER path.
SEARCH_REFERENCE_PATH - Static variable in class org.ldaptive.transport.ResponseParser
Search reference result DER path.
SEARCH_RESPONSE_TIMEOUT_CONDITION - Static variable in class org.ldaptive.transport.DefaultSearchOperationHandle
Predicate that requires any message except unsolicited.
searchAttribute - Variable in class org.ldaptive.handler.RecursiveResultHandler
Attribute to recursively search on.
searchAttrs - Variable in class org.ldaptive.ext.MergeRequest
Attribute names to include in the search.
SearchConnectionValidator - Class in org.ldaptive
Validates a connection is healthy by performing a search operation.
SearchConnectionValidator() - Constructor for class org.ldaptive.SearchConnectionValidator
Creates a new search validator.
SearchConnectionValidator(Duration, Duration, SearchRequest) - Constructor for class org.ldaptive.SearchConnectionValidator
Creates a new search validator.
SearchConnectionValidator(SearchRequest) - Constructor for class org.ldaptive.SearchConnectionValidator
Creates a new search validator.
SearchConnectionValidator.Builder - Class in org.ldaptive
Search validator builder.
SearchConnectionValidatorPropertySource - Class in org.ldaptive.props
Reads properties specific to SearchConnectionValidator and returns an initialized object of that type.
SearchConnectionValidatorPropertySource(SearchConnectionValidator) - Constructor for class org.ldaptive.props.SearchConnectionValidatorPropertySource
Creates a new search connection validator property source using the default properties file.
SearchConnectionValidatorPropertySource(SearchConnectionValidator, Reader...) - Constructor for class org.ldaptive.props.SearchConnectionValidatorPropertySource
Creates a new search connection validator property source.
SearchConnectionValidatorPropertySource(SearchConnectionValidator, String...) - Constructor for class org.ldaptive.props.SearchConnectionValidatorPropertySource
Creates a new search connection validator property source.
SearchConnectionValidatorPropertySource(SearchConnectionValidator, Properties) - Constructor for class org.ldaptive.props.SearchConnectionValidatorPropertySource
Creates a new search connection validator property source.
SearchConnectionValidatorPropertySource(SearchConnectionValidator, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.SearchConnectionValidatorPropertySource
Creates a new search connection validator property source.
SearchDnResolver - Class in org.ldaptive.auth
Base implementation for search dn resolvers.
SearchDnResolver() - Constructor for class org.ldaptive.auth.SearchDnResolver
Default constructor.
SearchDnResolver(ConnectionFactory) - Constructor for class org.ldaptive.auth.SearchDnResolver
Creates a new search dn resolver.
SearchDnResolver.Builder - Class in org.ldaptive.auth
Search DN resolver builder.
SearchDnResolverPropertySource - Class in org.ldaptive.props
Reads properties specific to SearchDnResolver and returns an initialized object of that type.
SearchDnResolverPropertySource(SearchDnResolver) - Constructor for class org.ldaptive.props.SearchDnResolverPropertySource
Creates a new search dn resolver property source using the default properties file.
SearchDnResolverPropertySource(SearchDnResolver, Reader...) - Constructor for class org.ldaptive.props.SearchDnResolverPropertySource
Creates a new search dn resolver property source.
SearchDnResolverPropertySource(SearchDnResolver, String...) - Constructor for class org.ldaptive.props.SearchDnResolverPropertySource
Creates a new search dn resolver property source.
SearchDnResolverPropertySource(SearchDnResolver, Properties) - Constructor for class org.ldaptive.props.SearchDnResolverPropertySource
Creates a new search dn resolver property source.
SearchDnResolverPropertySource(SearchDnResolver, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.SearchDnResolverPropertySource
Creates a new search dn resolver property source.
searchEntry - Variable in class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Entry contained in this notification item.
SearchEntryResolver - Class in org.ldaptive.auth
Looks up the LDAP entry associated with a user.
SearchEntryResolver() - Constructor for class org.ldaptive.auth.SearchEntryResolver
Default constructor.
SearchEntryResolver(ConnectionFactory) - Constructor for class org.ldaptive.auth.SearchEntryResolver
Creates a new search entry resolver.
SearchEntryResolverPropertySource - Class in org.ldaptive.props
Reads properties specific to SearchEntryResolver and returns an initialized object of that type.
SearchEntryResolverPropertySource(SearchEntryResolver) - Constructor for class org.ldaptive.props.SearchEntryResolverPropertySource
Creates a new search entry resolver property source using the default properties file.
SearchEntryResolverPropertySource(SearchEntryResolver, Reader...) - Constructor for class org.ldaptive.props.SearchEntryResolverPropertySource
Creates a new search entry resolver property source.
SearchEntryResolverPropertySource(SearchEntryResolver, String...) - Constructor for class org.ldaptive.props.SearchEntryResolverPropertySource
Creates a new search entry resolver property source.
SearchEntryResolverPropertySource(SearchEntryResolver, Properties) - Constructor for class org.ldaptive.props.SearchEntryResolverPropertySource
Creates a new search entry resolver property source.
SearchEntryResolverPropertySource(SearchEntryResolver, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.SearchEntryResolverPropertySource
Creates a new search entry resolver property source.
searchException - Variable in class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Exception thrown by the search operation.
searchFilter - Variable in class org.ldaptive.FilterTemplate
filter.
searchFilter - Variable in class org.ldaptive.SearchRequest
Search filter.
SEARCHING - org.ldaptive.DerefAliases
dereference when searching the entries beneath the starting point but not when searching for the starting entry.
searchOperation - Variable in class org.ldaptive.ext.MergeOperation
Search operation used to find the entry.
SearchOperation - Class in org.ldaptive
Executes an ldap search operation.
SearchOperation() - Constructor for class org.ldaptive.SearchOperation
Default constructor.
SearchOperation(ConnectionFactory) - Constructor for class org.ldaptive.SearchOperation
Creates a new search operation.
SearchOperation(ConnectionFactory, String) - Constructor for class org.ldaptive.SearchOperation
Creates a new search operation.
SearchOperation(ConnectionFactory, SearchRequest) - Constructor for class org.ldaptive.SearchOperation
Creates a new search operation.
SearchOperation.Builder - Class in org.ldaptive
Search operation builder.
SearchOperationFactoryPropertyInvoker - Class in org.ldaptive.props
Handles properties for implementations of ConnectionFactoryManager.
SearchOperationFactoryPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.SearchOperationFactoryPropertyInvoker
Creates a new search dn resolver property invoker for the supplied class.
SearchOperationHandle - Interface in org.ldaptive
Handle that notifies on the components of a search request.
searchOperationWorker - Variable in class org.ldaptive.templates.SearchTemplatesOperation
Search executor.
SearchOperationWorker - Class in org.ldaptive.concurrent
Executes multiple ldap search operations asynchronously.
SearchOperationWorker() - Constructor for class org.ldaptive.concurrent.SearchOperationWorker
Default constructor.
SearchOperationWorker(SearchOperation) - Constructor for class org.ldaptive.concurrent.SearchOperationWorker
Creates a new search operation worker.
SearchOptionsControl - Class in org.ldaptive.ad.control
Request control for active directory servers to control various search behaviors.
SearchOptionsControl() - Constructor for class org.ldaptive.ad.control.SearchOptionsControl
Default constructor.
SearchOptionsControl(SearchOptionsControl.Flag) - Constructor for class org.ldaptive.ad.control.SearchOptionsControl
Creates a new search options control.
SearchOptionsControl(SearchOptionsControl.Flag, boolean) - Constructor for class org.ldaptive.ad.control.SearchOptionsControl
Creates a new search options control.
SearchOptionsControl.Flag - Enum in org.ldaptive.ad.control
Types of flags.
SearchReferenceHandler - Interface in org.ldaptive.handler
Marker interface for a search reference handler.
searchRequest - Variable in class org.ldaptive.control.util.SyncReplRunner
Sync repl search request.
searchRequest - Variable in class org.ldaptive.jaas.LdapRoleAuthorizationModule
Search request to use for roles.
SearchRequest - Class in org.ldaptive
LDAP search request defined as:
SearchRequest() - Constructor for class org.ldaptive.SearchRequest
Default constructor.
SearchRequest(String) - Constructor for class org.ldaptive.SearchRequest
Creates a new search request.
SearchRequest(String, String) - Constructor for class org.ldaptive.SearchRequest
Creates a new search request.
SearchRequest(String, String, String...) - Constructor for class org.ldaptive.SearchRequest
Creates a new search request.
SearchRequest(String, Filter, String...) - Constructor for class org.ldaptive.SearchRequest
Creates a new search request.
SearchRequest(String, FilterTemplate, String...) - Constructor for class org.ldaptive.SearchRequest
Creates a new search request.
SearchRequest(String, SearchScope, DerefAliases, int, Duration, boolean, Filter, String...) - Constructor for class org.ldaptive.SearchRequest
Creates a new search request.
SearchRequest.Builder - Class in org.ldaptive
Search request builder.
SearchRequestPropertyInvoker - Class in org.ldaptive.props
Handles properties for SearchRequest.
SearchRequestPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.SearchRequestPropertyInvoker
Creates a new search request property invoker for the supplied class.
SearchRequestPropertySource - Class in org.ldaptive.props
Reads properties specific to SearchRequest and returns an initialized object of that type.
SearchRequestPropertySource(SearchRequest) - Constructor for class org.ldaptive.props.SearchRequestPropertySource
Creates a new search request property source using the default properties file.
SearchRequestPropertySource(SearchRequest, Reader...) - Constructor for class org.ldaptive.props.SearchRequestPropertySource
Creates a new search request property source.
SearchRequestPropertySource(SearchRequest, String...) - Constructor for class org.ldaptive.props.SearchRequestPropertySource
Creates a new search request property source.
SearchRequestPropertySource(SearchRequest, Properties) - Constructor for class org.ldaptive.props.SearchRequestPropertySource
Creates a new search request property source.
SearchRequestPropertySource(SearchRequest, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.SearchRequestPropertySource
Creates a new search request property source.
SearchResponse - Class in org.ldaptive
Response that encapsulates the result elements of a search request.
SearchResponse() - Constructor for class org.ldaptive.SearchResponse
Default constructor.
SearchResponse(DERBuffer) - Constructor for class org.ldaptive.SearchResponse
Creates a new search result done.
SearchResponse.Builder - Class in org.ldaptive
 
searchRestrictions - Variable in class org.ldaptive.templates.Query
Additional restrictions to place on every query.
searchRestrictions - Variable in class org.ldaptive.templates.SearchTemplates
Appended to every search filter to restrict results.
searchResult - Variable in class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
Result contained in this notification item.
SearchResultHandler - Interface in org.ldaptive.handler
Marker interface for a search result handler.
searchResultHandlers - Variable in class org.ldaptive.AbstractSearchOperationFactory
Functions to handle search response results.
searchResultHandlers - Variable in class org.ldaptive.ad.control.util.DirSyncClient
Functions to handle response results.
searchResultHandlers - Variable in class org.ldaptive.SearchOperation
Functions to handle response results.
SearchResultReader - Interface in org.ldaptive.io
Interface for reading ldap search results.
SearchResultReference - Class in org.ldaptive
LDAP search result entry defined as:
SearchResultReference() - Constructor for class org.ldaptive.SearchResultReference
Default constructor.
SearchResultReference(DERBuffer) - Constructor for class org.ldaptive.SearchResultReference
Creates a new search result reference.
SearchResultReference.Builder - Class in org.ldaptive
 
SearchResultReference.ReferralUriHandler - Class in org.ldaptive
Parse handler implementation for the referral URL.
SearchResultWriter - Interface in org.ldaptive.io
Interface for writing ldap search results.
SearchRoleResolver - Class in org.ldaptive.jaas
Base class for search role resolver implementations.
SearchRoleResolver() - Constructor for class org.ldaptive.jaas.SearchRoleResolver
Default constructor.
SearchRoleResolver(ConnectionFactory) - Constructor for class org.ldaptive.jaas.SearchRoleResolver
Creates a new role resolver.
SearchRoleResolverPropertySource - Class in org.ldaptive.props
Reads properties specific to SearchRoleResolver and returns an initialized object of that type.
SearchRoleResolverPropertySource(SearchRoleResolver) - Constructor for class org.ldaptive.props.SearchRoleResolverPropertySource
Creates a new search role resolver property source using the default properties file.
SearchRoleResolverPropertySource(SearchRoleResolver, Reader...) - Constructor for class org.ldaptive.props.SearchRoleResolverPropertySource
Creates a new search role resolver property source.
SearchRoleResolverPropertySource(SearchRoleResolver, String...) - Constructor for class org.ldaptive.props.SearchRoleResolverPropertySource
Creates a new search role resolver property source.
SearchRoleResolverPropertySource(SearchRoleResolver, Properties) - Constructor for class org.ldaptive.props.SearchRoleResolverPropertySource
Creates a new search role resolver property source.
SearchRoleResolverPropertySource(SearchRoleResolver, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.SearchRoleResolverPropertySource
Creates a new search role resolver property source.
searchScope - Variable in class org.ldaptive.SearchRequest
Search scope.
SearchScope - Enum in org.ldaptive
Enum to define the type of search scope.
SearchScope() - Constructor for enum org.ldaptive.SearchScope
 
searchTemplates - Variable in class org.ldaptive.templates.SearchTemplatesOperation
Search templates.
SearchTemplates - Class in org.ldaptive.templates
Contains a list of common search filter templates that can be formatted for any given query.
SearchTemplates(String...) - Constructor for class org.ldaptive.templates.SearchTemplates
Creates a new search templates.
SearchTemplates.DefaultTermParser - Class in org.ldaptive.templates
Adds each term as a filter parameter using the name 'termX' where X is the index of the term.
SearchTemplates.InitialTermParser - Class in org.ldaptive.templates
Adds the first letter of each term as a filter parameter using the name 'initialX' where X is the index of the term.
SearchTemplates.TermParser - Interface in org.ldaptive.templates
Converts query terms into search filter parameters.
SearchTemplatesOperation - Class in org.ldaptive.templates
Searches an LDAP using a defined set of search templates.
SearchTemplatesOperation() - Constructor for class org.ldaptive.templates.SearchTemplatesOperation
Default constructor.
SearchTemplatesOperation(SearchOperationWorker, SearchTemplates...) - Constructor for class org.ldaptive.templates.SearchTemplatesOperation
Creates a new search templates operation.
SECOND_PATTERN - Static variable in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
Pattern for capturing optional seconds in generalized time.
Seconds - org.ldaptive.transcode.GeneralizedTimeValueTranscoder.FractionalPart
Fractional seconds.
SecurityIdentifier - Class in org.ldaptive.ad
Class to represent an active directory SID.
SecurityIdentifier() - Constructor for class org.ldaptive.ad.SecurityIdentifier
Default constructor.
securityStrength - Variable in class org.ldaptive.sasl.SaslConfig
sasl security strength.
securityStrength(SecurityStrength...) - Method in class org.ldaptive.sasl.SaslConfig.Builder
 
SecurityStrength - Enum in org.ldaptive.sasl
Enum to define SASL security strength.
SecurityStrength() - Constructor for enum org.ldaptive.sasl.SecurityStrength
 
self() - Method in class org.ldaptive.AbandonRequest.Builder
 
self() - Method in class org.ldaptive.AbstractConnectionValidator.AbstractBuilder
Returns this builder.
self() - Method in class org.ldaptive.AbstractMessage.AbstractBuilder
 
self() - Method in class org.ldaptive.AbstractOperation.AbstractBuilder
Returns this builder.
self() - Method in class org.ldaptive.AbstractOperationConnectionValidator.AbstractBuilder
Returns this builder.
self() - Method in class org.ldaptive.AbstractRequestMessage.AbstractBuilder
Returns this builder.
self() - Method in class org.ldaptive.AddOperation.Builder
 
self() - Method in class org.ldaptive.AddRequest.Builder
 
self() - Method in class org.ldaptive.AddResponse.Builder
 
self() - Method in class org.ldaptive.AnonymousBindRequest.Builder
 
self() - Method in class org.ldaptive.auth.AuthenticationHandlerResponse.Builder
 
self() - Method in class org.ldaptive.auth.AuthenticationResponse.Builder
 
self() - Method in class org.ldaptive.BindOperation.Builder
 
self() - Method in class org.ldaptive.BindResponse.Builder
 
self() - Method in class org.ldaptive.CompareConnectionValidator.Builder
 
self() - Method in class org.ldaptive.CompareOperation.Builder
 
self() - Method in class org.ldaptive.CompareRequest.Builder
 
self() - Method in class org.ldaptive.CompareResponse.Builder
 
self() - Method in class org.ldaptive.DeleteOperation.Builder
 
self() - Method in class org.ldaptive.DeleteRequest.Builder
 
self() - Method in class org.ldaptive.DeleteResponse.Builder
 
self() - Method in class org.ldaptive.extended.ExtendedOperation.Builder
 
self() - Method in class org.ldaptive.extended.ExtendedRequest.Builder
 
self() - Method in class org.ldaptive.extended.ExtendedResponse.Builder
 
self() - Method in class org.ldaptive.extended.IntermediateResponse.Builder
 
self() - Method in class org.ldaptive.extended.NoticeOfDisconnection.Builder
 
self() - Method in class org.ldaptive.extended.SyncInfoMessage.Builder
 
self() - Method in class org.ldaptive.extended.UnsolicitedNotification.Builder
 
self() - Method in class org.ldaptive.LdapEntry.Builder
 
self() - Method in class org.ldaptive.ModifyDnOperation.Builder
 
self() - Method in class org.ldaptive.ModifyDnRequest.Builder
 
self() - Method in class org.ldaptive.ModifyDnResponse.Builder
 
self() - Method in class org.ldaptive.ModifyOperation.Builder
 
self() - Method in class org.ldaptive.ModifyRequest.Builder
 
self() - Method in class org.ldaptive.ModifyResponse.Builder
 
self() - Method in class org.ldaptive.pool.AbstractPruneStrategy.AbstractBuilder
Returns this builder.
self() - Method in class org.ldaptive.pool.IdlePruneStrategy.Builder
 
self() - Method in class org.ldaptive.sasl.SaslBindRequest.Builder
 
self() - Method in class org.ldaptive.SearchConnectionValidator.Builder
 
self() - Method in class org.ldaptive.SearchOperation.Builder
 
self() - Method in class org.ldaptive.SearchRequest.Builder
 
self() - Method in class org.ldaptive.SearchResponse.Builder
 
self() - Method in class org.ldaptive.SearchResultReference.Builder
 
self() - Method in class org.ldaptive.SimpleBindRequest.Builder
 
send() - Method in interface org.ldaptive.CompareOperationHandle
 
send() - Method in interface org.ldaptive.extended.ExtendedOperationHandle
 
send() - Method in interface org.ldaptive.OperationHandle
Sends this request to the server.
send() - Method in class org.ldaptive.SearchOperation
Sends a search request.
send() - Method in interface org.ldaptive.SearchOperationHandle
 
send() - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
 
send() - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
 
send() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
send() - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
send() - Method in class org.ldaptive.transport.netty.NettyConnection.BindOperationHandle
 
send(String) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(String, String...) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(String, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(String, String, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(String, Filter, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(String, FilterTemplate, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(AddRequest) - Method in class org.ldaptive.AddOperation
Sends an add request.
send(BindRequest) - Method in class org.ldaptive.BindOperation
Sends a bind request.
send(CompareRequest) - Method in class org.ldaptive.CompareOperation
Sends a compare request.
send(ConnectionFactory, AddRequest) - Static method in class org.ldaptive.AddOperation
Sends an add request.
send(ConnectionFactory, BindRequest) - Static method in class org.ldaptive.BindOperation
Sends a bind request.
send(ConnectionFactory, CompareRequest) - Static method in class org.ldaptive.CompareOperation
Sends a compare request.
send(ConnectionFactory, DeleteRequest) - Static method in class org.ldaptive.DeleteOperation
Sends a delete request.
send(ConnectionFactory, ExtendedRequest) - Static method in class org.ldaptive.extended.ExtendedOperation
Sends an extended request.
send(ConnectionFactory, ModifyDnRequest) - Static method in class org.ldaptive.ModifyDnOperation
Sends a modify DN request.
send(ConnectionFactory, ModifyRequest) - Static method in class org.ldaptive.ModifyOperation
Sends a modify request.
send(ConnectionFactory, SearchRequest) - Static method in class org.ldaptive.SearchOperation
Sends a search request.
send(DeleteRequest) - Method in class org.ldaptive.DeleteOperation
Sends a delete request.
send(ExtendedRequest) - Method in class org.ldaptive.extended.ExtendedOperation
Sends an extended request.
send(Filter) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(Filter, String...) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(Filter, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(FilterTemplate) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(FilterTemplate, String...) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(FilterTemplate, String[], LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
Sends a search request.
send(ModifyDnRequest) - Method in class org.ldaptive.ModifyDnOperation
Sends a modify DN request.
send(ModifyRequest) - Method in class org.ldaptive.ModifyOperation
Sends a modify request.
send(SearchRequest) - Method in class org.ldaptive.control.util.PersistentSearchClient
Performs an async search operation with the PersistentSearchRequestControl.
send(SearchRequest) - Method in class org.ldaptive.control.util.SyncReplClient
send(SearchRequest) - Method in class org.ldaptive.SearchOperation
Sends the supplied search request.
send(SearchRequest, CookieManager) - Method in class org.ldaptive.control.util.SyncReplClient
Performs an async search operation with the SyncRequestControl.
send(Q) - Method in interface org.ldaptive.Operation
Sends an asynchronous request and does not wait for a response.
send(Q[]) - Method in class org.ldaptive.concurrent.AbstractOperationWorker
Execute an ldap operation for each request on a separate thread.
send(Q[]) - Method in interface org.ldaptive.concurrent.OperationWorker
Execute an ldap operation for each request.
sent() - Method in class org.ldaptive.transport.DefaultOperationHandle
Sets the sent time to now.
sentTime - Variable in class org.ldaptive.transport.DefaultOperationHandle
Timestamp when the request was sent.
SEQ - org.ldaptive.asn1.UniversalDERTag
SEQUENCE type.
serialVersionUID - Static variable in exception org.ldaptive.ConnectException
serialVersionUID.
serialVersionUID - Static variable in exception org.ldaptive.filter.FilterParseException
serialVersionUID.
serialVersionUID - Static variable in class org.ldaptive.jaas.LdapCredential
serial version uid.
serialVersionUID - Static variable in class org.ldaptive.jaas.LdapDnPrincipal
serial version uid.
serialVersionUID - Static variable in class org.ldaptive.jaas.LdapGroup
serial version uid.
serialVersionUID - Static variable in class org.ldaptive.jaas.LdapPrincipal
serial version uid.
serialVersionUID - Static variable in class org.ldaptive.jaas.LdapRole
serial version uid.
serialVersionUID - Static variable in exception org.ldaptive.LdapException
serialVersionUID.
serialVersionUID - Static variable in exception org.ldaptive.pool.ActivationException
serialVersionUID.
serialVersionUID - Static variable in exception org.ldaptive.pool.BlockingTimeoutException
serialVersionUID.
serialVersionUID - Static variable in exception org.ldaptive.pool.PoolException
serialVersionUID.
serialVersionUID - Static variable in exception org.ldaptive.pool.PoolExhaustedException
serialVersionUID.
serialVersionUID - Static variable in exception org.ldaptive.pool.ValidationException
serialVersionUID.
serialVersionUID - Static variable in exception org.ldaptive.schema.SchemaParseException
serialVersionUID.
SERVER_DOWN - org.ldaptive.ResultCode
server down.
SERVER_KEY_INIT - Static variable in class org.ldaptive.transport.ScramSaslClient.ServerFinalMessage
Bytes for the server key hmac.
ServerFinalMessage(Mechanism, ScramSaslClient.ClientFinalMessage, BindResponse) - Constructor for class org.ldaptive.transport.ScramSaslClient.ServerFinalMessage
Creates a new server final message.
ServerFirstMessage(ScramSaslClient.ClientFirstMessage, BindResponse) - Constructor for class org.ldaptive.transport.ScramSaslClient.ServerFirstMessage
Creates a new server first message.
serverName - Variable in class org.ldaptive.ad.control.VerifyNameControl
Global catalog server to contact.
serverSaslCreds - Variable in class org.ldaptive.BindResponse
Server SASL credentials.
serverSaslCreds(byte[]) - Method in class org.ldaptive.BindResponse.Builder
 
sessionSourceIp - Variable in class org.ldaptive.control.SessionTrackingControl
Session source ip.
sessionSourceName - Variable in class org.ldaptive.control.SessionTrackingControl
Session source name.
SessionTrackingControl - Class in org.ldaptive.control
Request/response control for session tracking.
SessionTrackingControl() - Constructor for class org.ldaptive.control.SessionTrackingControl
Default constructor.
SessionTrackingControl(boolean) - Constructor for class org.ldaptive.control.SessionTrackingControl
Creates a new session tracking control.
SessionTrackingControl(String, String, String, String) - Constructor for class org.ldaptive.control.SessionTrackingControl
Creates a new session tracking control.
SessionTrackingControl(String, String, String, String, boolean) - Constructor for class org.ldaptive.control.SessionTrackingControl
Creates a new session tracking control.
SessionTrackingControl.FormatOIDHandler - Class in org.ldaptive.control
Parse handler implementation for the format oid.
SessionTrackingControl.SourceIpHandler - Class in org.ldaptive.control
Parse handler implementation for the source ip.
SessionTrackingControl.SourceNameHandler - Class in org.ldaptive.control
Parse handler implementation for the source name.
SessionTrackingControl.TrackingIdentifierHandler - Class in org.ldaptive.control
Parse handler implementation for the tracking identifier.
sessionTrackingIdentifier - Variable in class org.ldaptive.control.SessionTrackingControl
Session tracking identifier.
SET - org.ldaptive.asn1.UniversalDERTag
SET type.
setAccountState(AccountState) - Method in class org.ldaptive.auth.AuthenticationResponse
Sets the account state for the authenticated user.
setActivator(ConnectionActivator) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the activator for this pool.
setActivator(ConnectionActivator) - Method in interface org.ldaptive.pool.ConnectionPool
Sets the activator for this pool.
setAddIfExists(boolean) - Method in class org.ldaptive.handler.DnAttributeEntryHandler
Sets whether to add the entryDN if an attribute of the same name exists.
setAddOperation(AddOperation) - Method in class org.ldaptive.ext.MergeOperation
 
setAfterCount(int) - Method in class org.ldaptive.control.VirtualListViewRequestControl
Sets the after count.
setAllowMultipleDns(boolean) - Method in class org.ldaptive.auth.AggregateDnResolver
Sets whether DN resolution should fail if multiple DNs are found If false an exception will be thrown if AggregateDnResolver.resolve(User) finds that more than one DN resolver returns a DN.
setAllowMultipleDns(boolean) - Method in class org.ldaptive.auth.SearchDnResolver
Sets whether DN resolution should fail if multiple DNs are found.
setAllowMultipleEntries(boolean) - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Sets whether entry resolution should fail if multiple entries are found.
setAppliesAttributeTypes(String[]) - Method in class org.ldaptive.schema.MatchingRuleUse
Sets the applies attribute types.
setAssertionValue(String) - Method in class org.ldaptive.control.VirtualListViewRequestControl
Sets the assertion value.
setAttributeDescription(String) - Method in class org.ldaptive.control.SortKey
Sets the attribute description.
setAttributeModificationsHandlers(MergeRequest.AttributeModificationsHandler...) - Method in class org.ldaptive.ext.MergeRequest
Sets the attribute value processors.
setAttributeName(String) - Method in class org.ldaptive.ad.handler.AbstractBinaryAttributeHandler
Sets the attribute name to convert from binary to string.
setAttributeName(String) - Method in class org.ldaptive.control.SortResponseControl
Sets the attribute name that caused the sort to fail.
setAttributeNameCaseChange(CaseChangeEntryHandler.CaseChange) - Method in class org.ldaptive.handler.CaseChangeEntryHandler
Sets the attribute name case change.
setAttributeNames(String...) - Method in class org.ldaptive.handler.CaseChangeEntryHandler
Sets the attribute names.
setAttributeNames(String...) - Method in class org.ldaptive.handler.MergeAttributeEntryHandler
Sets the attribute names.
setAttributeTypes(Collection<AttributeType>) - Method in class org.ldaptive.schema.Schema
Sets the attribute types.
setAttributeValueCaseChange(CaseChangeEntryHandler.CaseChange) - Method in class org.ldaptive.handler.CaseChangeEntryHandler
Sets the attribute value case change.
setAuthenticationAliases(String...) - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Sets the aliases of the entries to use in the authentication keystore.
setAuthenticationCertificate(String) - Method in class org.ldaptive.ssl.X509CredentialConfig
Sets the name of the authentication certificate to use.
setAuthenticationCertificate(X509Certificate) - Method in class org.ldaptive.ssl.X509SSLContextInitializer
Sets the certificate to use for creating the key managers.
setAuthenticationControls(RequestControl...) - Method in class org.ldaptive.auth.AbstractAuthenticationHandler
Sets the controls for this authentication handler.
setAuthenticationHandler(AuthenticationHandler) - Method in class org.ldaptive.auth.Authenticator
Sets the authentication handler.
setAuthenticationHandlers(Map<String, AuthenticationHandler>) - Method in class org.ldaptive.auth.AggregateAuthenticationHandler
Sets the authentication handlers to aggregate over.
setAuthenticationKey(String) - Method in class org.ldaptive.ssl.X509CredentialConfig
Sets the name of the authentication key to use.
setAuthenticationKey(PrivateKey) - Method in class org.ldaptive.ssl.X509SSLContextInitializer
Sets the private key associated with the authentication certificate.
setAuthenticationKeystore(KeyStore) - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Sets the keystore to use for creating the key managers.
setAuthenticationPassword(char[]) - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Sets the password used for accessing the authentication keystore.
setAuthenticationRequest(AuthenticationRequest) - Method in class org.ldaptive.auth.AuthenticationCriteria
Sets the authentication request.
setAuthenticationResponseHandlers(Map<String, AuthenticationResponseHandler[]>) - Method in class org.ldaptive.auth.AggregateAuthenticationResponseHandler
Sets the response handlers to aggregate over.
setAuthorizationId(String) - Method in class org.ldaptive.control.AuthorizationIdentityResponseControl
Sets the authorization identity.
setAuthorizationId(String) - Method in class org.ldaptive.control.ProxyAuthorizationControl
Sets the authorization identity.
setAuthorizationId(String) - Method in class org.ldaptive.sasl.SaslConfig
Sets the sasl authorization id.
setAutoReconnect(boolean) - Method in class org.ldaptive.ConnectionConfig
Sets whether connections will attempt to reconnect when unexpectedly closed.
setAutoReconnectCondition(Predicate<RetryMetadata>) - Method in class org.ldaptive.ConnectionConfig
Sets the auto reconnect condition.
setAutoReplay(boolean) - Method in class org.ldaptive.ConnectionConfig
Sets whether operations will be replayed after a reconnect.
setAuxiliaryClasses(String[]) - Method in class org.ldaptive.schema.DITContentRule
Sets the auxiliary classes.
setBaseDn(String) - Method in class org.ldaptive.ad.handler.PrimaryGroupIdHandler
Sets the base DN to search for the primary group.
setBaseDn(String) - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Sets the base DN.
setBaseDn(String) - Method in class org.ldaptive.auth.SearchDnResolver
Sets the base DN.
setBaseDn(String) - Method in class org.ldaptive.SearchRequest
Sets the base DN.
setBeforeCount(int) - Method in class org.ldaptive.control.VirtualListViewRequestControl
Sets the before count.
setBinary(boolean) - Method in class org.ldaptive.LdapAttribute
Sets whether this ldap attribute is binary.
setBinaryAttributes(String...) - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Sets names of binary attributes.
setBinaryAttributes(String...) - Method in class org.ldaptive.SearchRequest
Sets names of binary attributes.
setBinaryValues(Object, Collection<byte[]>) - Method in class org.ldaptive.beans.AbstractClassDescriptor.SimpleAttributeValueMutator
 
setBinaryValues(Object, Collection<byte[]>) - Method in interface org.ldaptive.beans.AttributeValueMutator
Sets the binary values of the attribute.
setBinaryValues(Object, Collection<byte[]>) - Method in class org.ldaptive.beans.reflect.FieldAttributeValueMutator
 
setBinaryValues(Object, Collection<byte[]>) - Method in class org.ldaptive.beans.reflect.MethodAttributeValueMutator
 
setBinaryValues(Object, Collection<byte[]>) - Method in class org.ldaptive.beans.spring.SpelAttributeValueMutator
 
setBindControls(RequestControl...) - Method in class org.ldaptive.BindConnectionInitializer
Sets the bind controls.
setBindCredential(Credential) - Method in class org.ldaptive.BindConnectionInitializer
Sets the credential of the bind DN.
setBindDn(String) - Method in class org.ldaptive.BindConnectionInitializer
Sets the bind DN to authenticate as before performing operations.
setBindRequest(BindRequest) - Method in class org.ldaptive.pool.BindConnectionPassivator
Sets the bind request.
setBindSaslConfig(SaslConfig) - Method in class org.ldaptive.BindConnectionInitializer
Sets the bind sasl config.
setBlockWaitTime(Duration) - Method in class org.ldaptive.pool.BlockingConnectionPool
Sets the block wait time.
setCertificateEntry(String, KeyStore, Certificate...) - Static method in class org.ldaptive.ssl.KeyStoreUtils
Sets certificate entries on the supplied keystore.
setChangeNumber(long) - Method in class org.ldaptive.control.EntryChangeNotificationControl
Sets the change number.
setChangesOnly(boolean) - Method in class org.ldaptive.control.PersistentSearchRequestControl
Sets whether only changed entries are returned.
setChangeType(PersistentSearchChangeType) - Method in class org.ldaptive.control.EntryChangeNotificationControl
Sets the change type.
setChangeTypes(EnumSet<PersistentSearchChangeType>) - Method in class org.ldaptive.control.PersistentSearchRequestControl
Sets the persistent search change types.
setClassName(String) - Method in class org.ldaptive.props.PropertyValueParser
Sets the class name of the object to initialize.
setCollective(boolean) - Method in class org.ldaptive.schema.AttributeType
Sets whether this attribute type is collective.
setCompareRequest(CompareRequest) - Method in class org.ldaptive.CompareConnectionValidator
setCompareValueHandlers(CompareValueHandler...) - Method in class org.ldaptive.CompareOperation
 
setConnection(TransportConnection) - Method in class org.ldaptive.transport.MessageFunctional
 
setConnectionConfig(ConnectionConfig) - Method in class org.ldaptive.DefaultConnectionFactory
Sets the connection config.
setConnectionConfig(ConnectionConfig) - Method in class org.ldaptive.PooledConnectionFactory
Sets the connection config.
setConnectionFactory(ConnectionFactory) - Method in class org.ldaptive.AbstractOperation
 
setConnectionFactory(ConnectionFactory) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the connection factory.
setConnectionFactory(ConnectionFactory) - Method in class org.ldaptive.auth.AbstractAuthenticationHandler
 
setConnectionFactory(ConnectionFactory) - Method in interface org.ldaptive.ConnectionFactoryManager
Sets the connection factory.
setConnectionFactory(ConnectionFactory) - Method in class org.ldaptive.ext.MergeOperation
 
setConnectionInitializers(ConnectionInitializer...) - Method in class org.ldaptive.ConnectionConfig
Sets the connection initializers.
setConnectionStrategy(ConnectionStrategy) - Method in class org.ldaptive.ConnectionConfig
Sets the connection strategy.
setConnectionValidator(ConnectionValidator) - Method in class org.ldaptive.ConnectionConfig
Sets the connection validator.
setConnectOnCreate(boolean) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets whether newly created connections will attempt to connect.
setConnectTimeout(Duration) - Method in class org.ldaptive.ConnectionConfig
Sets the maximum amount of time that connects will block.
setContentCount(int) - Method in class org.ldaptive.control.VirtualListViewRequestControl
Sets the content count.
setContentCount(int) - Method in class org.ldaptive.control.VirtualListViewResponseControl
Sets the content count.
setContextID(byte[]) - Method in class org.ldaptive.control.VirtualListViewRequestControl
Sets the context id.
setContextID(byte[]) - Method in class org.ldaptive.control.VirtualListViewResponseControl
Sets the context id.
setControlHandlers(ResponseControlHandler...) - Method in class org.ldaptive.AbstractOperation
 
setControlHandlers(ResponseControlHandler...) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the control handlers.
setControls(RequestControl...) - Method in class org.ldaptive.AbstractRequestMessage
 
setControls(RequestControl...) - Method in class org.ldaptive.auth.AuthenticationRequest
Sets the controls.
setControls(RequestControl...) - Method in class org.ldaptive.sasl.DefaultSaslClientRequest
 
setCookie(byte[]) - Method in class org.ldaptive.ad.control.DirSyncControl
Sets the sync request cookie.
setCookie(byte[]) - Method in class org.ldaptive.control.PagedResultsControl
Sets the paged results cookie.
setCookie(byte[]) - Method in class org.ldaptive.control.SyncDoneControl
Sets the sync done cookie.
setCookie(byte[]) - Method in class org.ldaptive.control.SyncRequestControl
Sets the sync request cookie.
setCookie(byte[]) - Method in class org.ldaptive.control.SyncStateControl
Sets the sync state cookie.
setCookie(byte[]) - Method in class org.ldaptive.extended.SyncInfoMessage
Sets the sync request cookie.
setCredential(Credential) - Method in class org.ldaptive.auth.AuthenticationRequest
Sets the credential.
setCredentialConfig(CredentialConfig) - Method in class org.ldaptive.ssl.SslConfig
Sets the credential config.
setCustomResourceLoaders(ResourceLoader...) - Static method in class org.ldaptive.io.ResourceUtils
Sets the custom resource loaders.
setDefaultConnectionFactory(DefaultConnectionFactory) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the connection factory for this pool.
setDeleteEntry(boolean) - Method in class org.ldaptive.ext.MergeRequest
Sets whether to delete the entry.
setDeleteOperation(DeleteOperation) - Method in class org.ldaptive.ext.MergeOperation
 
setDerefAliases(DerefAliases) - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Sets how to dereference aliases.
setDerefAliases(DerefAliases) - Method in class org.ldaptive.auth.SearchDnResolver
Sets how to dereference aliases.
setDerefAliases(DerefAliases) - Method in class org.ldaptive.SearchRequest
Sets how to dereference aliases.
setDescription(String) - Method in class org.ldaptive.schema.AbstractSchemaElement
Sets the description.
setDiagnosticMessage(String) - Method in class org.ldaptive.AbstractResult
 
setDitContentRules(Collection<DITContentRule>) - Method in class org.ldaptive.schema.Schema
Sets the DIT content rules.
setDitStructureRules(Collection<DITStructureRule>) - Method in class org.ldaptive.schema.Schema
Sets the DIT structure rules.
setDn(String) - Method in class org.ldaptive.auth.AuthenticationCriteria
Sets the dn.
setDn(String) - Method in class org.ldaptive.CompareRequest
Sets the DN.
setDn(String) - Method in class org.ldaptive.LdapEntry
Sets the ldap DN.
setDnAttributeName(String) - Method in class org.ldaptive.handler.DnAttributeEntryHandler
Sets the DN attribute name.
setDnCaseChange(CaseChangeEntryHandler.CaseChange) - Method in class org.ldaptive.handler.CaseChangeEntryHandler
Sets the DN case change.
setDnResolver(DnResolver) - Method in class org.ldaptive.auth.Authenticator
Sets the DN resolver.
setDnResolvers(Map<String, DnResolver>) - Method in class org.ldaptive.auth.AggregateDnResolver
Sets the DN resolvers to aggregate over.
setDnValueMutator(DnValueMutator) - Method in class org.ldaptive.beans.AbstractClassDescriptor
Sets the dn value mutator.
setEnabledCipherSuites(String...) - Method in class org.ldaptive.ssl.SslConfig
Sets the SSL cipher suites to use for secure connections.
setEnabledProtocols(String...) - Method in class org.ldaptive.ssl.SslConfig
Sets the SSL protocol versions to use for secure connections.
setEntry(String, KeyStore.Entry, KeyStore, char[]) - Static method in class org.ldaptive.ssl.KeyStoreUtils
Sets a keystore entry on the supplied keystore.
setEntry(LdapEntry) - Method in class org.ldaptive.ext.MergeRequest
Sets the ldap entry to merge into the LDAP.
setEntryHandlers(LdapEntryHandler...) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the search entry handlers.
setEntryHandlers(LdapEntryHandler...) - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
setEntryHandlers(LdapEntryHandler...) - Method in class org.ldaptive.SearchOperation
 
setEntryResolver(EntryResolver) - Method in class org.ldaptive.auth.Authenticator
Sets the entry resolver.
setEntryResolvers(Map<String, EntryResolver>) - Method in class org.ldaptive.auth.AggregateEntryResolver
Sets the entry resolvers to aggregate over.
setEntryUuid(UUID) - Method in class org.ldaptive.control.SyncStateControl
Sets the entry uuid.
setEqualityMatchingRule(String) - Method in class org.ldaptive.schema.AttributeType
Sets the equality matching rule.
setError(PasswordPolicyControl.Error) - Method in class org.ldaptive.control.PasswordPolicyControl
Sets the password policy error.
setEscapeUser(boolean) - Method in class org.ldaptive.auth.FormatDnResolver
Sets whether the user input will be escaped using FormatDnResolver.attributeValueEscaper.
setExceptionHandler(ExceptionHandler) - Method in class org.ldaptive.AbstractOperation
 
setExceptionHandler(ExceptionHandler) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the search exception handler.
setExceptionHandler(ExceptionHandler) - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
setExcludeAttributes(String...) - Method in class org.ldaptive.ext.MergeRequest
Sets the list of attribute names to exclude when performing a modify.
setExcludedNames(String...) - Method in class org.ldaptive.beans.generate.BeanGenerator
Sets the attribute names to exclude from bean generation.
setExpirationPeriod(Period) - Method in class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
Sets amount of time since a password was set until it will expire.
setExpirationPeriod(Period) - Method in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Sets the amount of time since a password was set until it will expire.
setExtendedDnFlag(ExtendedDnControl.Flag) - Method in class org.ldaptive.ad.control.util.DirSyncClient
Sets the flag to use on the extended dn control.
setExtendedValueHandlers(ExtendedValueHandler...) - Method in class org.ldaptive.extended.ExtendedOperation
 
setExtensions(Extensions) - Method in class org.ldaptive.schema.AbstractSchemaElement
Sets the extensions.
setFailFastInitialize(boolean) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets whether AbstractConnectionPool.initialize() should throw if pooling configuration requirements are not met.
setFailFastInitialize(boolean) - Method in class org.ldaptive.SingleConnectionFactory
Sets whether SingleConnectionFactory.initialize() should throw if the connection cannot be opened.
setField(Field, Object, Object) - Static method in class org.ldaptive.beans.reflect.ReflectionUtils
Sets the supplied value of the supplied field on the supplied object.
setFilter(String) - Method in class org.ldaptive.FilterTemplate
Sets the filter.
setFilter(String) - Method in class org.ldaptive.SearchRequest
Sets the search filter.
setFilter(Filter) - Method in class org.ldaptive.SearchRequest
Sets the search filter.
setFilter(FilterTemplate) - Method in class org.ldaptive.SearchRequest
Sets the search filter.
setFlag(ExtendedDnControl.Flag) - Method in class org.ldaptive.ad.control.ExtendedDnControl
Sets the flag.
setFlag(SearchOptionsControl.Flag) - Method in class org.ldaptive.ad.control.SearchOptionsControl
Sets the flag.
setFlags(long) - Method in class org.ldaptive.ad.control.DirSyncControl
Sets the flags.
setFormat(String) - Method in class org.ldaptive.auth.FormatDnResolver
Sets the formatter string used to return the entry DN.
setFormatArgs(Object[]) - Method in class org.ldaptive.auth.FormatDnResolver
Sets the format arguments.
setFormatOID(String) - Method in class org.ldaptive.control.SessionTrackingControl
Sets the format OID.
setFromResult(Integer) - Method in class org.ldaptive.templates.Query
Sets the index of the result to begin searching.
setGraceAuthNsRemaining(int) - Method in class org.ldaptive.control.PasswordPolicyControl
Sets the number of grace authentications remaining.
setGroupFilter(String) - Method in class org.ldaptive.ad.handler.PrimaryGroupIdHandler
Sets the search filter used to find the primary group.
setHandle(OperationHandle<Q, S>) - Method in class org.ldaptive.transport.MessageFunctional
 
setHandshakeCompletedListeners(HandshakeCompletedListener...) - Method in class org.ldaptive.ssl.SslConfig
Sets the handshake completed listeners to use for secure connections.
setHandshakeTimeout(Duration) - Method in class org.ldaptive.ssl.SslConfig
Sets the maximum amount of time that handshakes will block.
setHostnameVerifier(CertificateHostnameVerifier) - Method in class org.ldaptive.ssl.SslConfig
Sets the hostname verifier.
setIdleTime(Duration) - Method in class org.ldaptive.pool.IdlePruneStrategy
Sets the idle time.
setIncludeAttributes(String...) - Method in class org.ldaptive.ext.MergeRequest
Sets the list of attribute names to include when performing modify.
setIncludeSuperiorClasses(boolean) - Method in class org.ldaptive.beans.generate.BeanGenerator
Sets whether to include superior classes in bean generation.
setInetAddress(InetAddress) - Method in class org.ldaptive.LdapURL
Sets the resolved IP address.
setIntermediateResponseHandlers(IntermediateResponseHandler...) - Method in class org.ldaptive.AbstractOperation
 
setIntermediateResponseHandlers(IntermediateResponseHandler...) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the intermediate response handlers.
setKeyEntry(String, KeyStore, char[], Key, Certificate...) - Static method in class org.ldaptive.ssl.KeyStoreUtils
Sets a key entry on the supplied keystore.
setKeyManagers(KeyManager...) - Method in class org.ldaptive.ssl.DefaultSSLContextInitializer
Sets the key managers.
setKeyStore(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Sets the name of the keystore to use.
setKeyStoreAliases(String...) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Sets the aliases of the keystore to use.
setKeyStorePassword(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Sets the password for the keystore.
setKeyStoreType(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Sets the type of the keystore.
setLdapCredential - Variable in class org.ldaptive.jaas.AbstractLoginModule
Whether ldap credential data should be set.
setLdapDN(String) - Method in class org.ldaptive.SimpleBindRequest
Sets the LDAP DN.
setLdapDnPrincipal - Variable in class org.ldaptive.jaas.AbstractLoginModule
Whether ldap dn principal data should be set.
setLdapPrincipal - Variable in class org.ldaptive.jaas.AbstractLoginModule
Whether ldap principal data should be set.
setLdapUrl(String) - Method in class org.ldaptive.ConnectionConfig
Sets the ldap url.
setMatchedDN(String) - Method in class org.ldaptive.AbstractResult
 
setMatchedValuesFilters(String...) - Method in class org.ldaptive.control.MatchedValuesRequestControl
Sets the filters to use for matching values.
setMatchedValuesFilters(Filter...) - Method in class org.ldaptive.control.MatchedValuesRequestControl
Sets the filters to use for matching values.
setMatchingRuleId(String) - Method in class org.ldaptive.control.SortKey
Sets the matching rule id.
setMatchingRules(Collection<MatchingRule>) - Method in class org.ldaptive.schema.Schema
Sets the matching rules.
setMatchingRuleUses(Collection<MatchingRuleUse>) - Method in class org.ldaptive.schema.Schema
Sets the matching rule uses.
setMaxAttributeCount(int) - Method in class org.ldaptive.ad.control.DirSyncControl
Sets the maximum attribute count.
setMaxLoginFailures(int) - Method in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Sets the maximum login failures.
setMaxPoolSize(int) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the max pool size.
setMechanism(Mechanism) - Method in class org.ldaptive.sasl.SaslConfig
Sets the sasl mechanism.
setMergeAttributeName(String) - Method in class org.ldaptive.handler.MergeAttributeEntryHandler
Sets the merge attribute name.
setMergeAttributes(String...) - Method in class org.ldaptive.handler.RecursiveResultHandler
Sets the attribute name that will be merged by the recursive search.
setMessageID(int) - Method in class org.ldaptive.AbstractMessage
 
setMessageID(int) - Method in class org.ldaptive.extended.UnsolicitedNotification
 
setMessageID(int) - Method in class org.ldaptive.transport.netty.NettyConnection
Sets the value of the next message ID.
setMessageType(SyncInfoMessage.Type) - Method in class org.ldaptive.extended.SyncInfoMessage
Sets the message type.
setMinPoolSize(int) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the min pool size.
setModifyOperation(ModifyOperation) - Method in class org.ldaptive.ext.MergeOperation
 
setMutualAuthentication(Boolean) - Method in class org.ldaptive.sasl.SaslConfig
Sets whether mutual authentication should occur.
setName(String) - Method in class org.ldaptive.CompareRequest
Sets the name.
setName(String) - Method in class org.ldaptive.LdapAttribute
Sets the name.
setName(String) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the name for this pool.
setNameForm(String) - Method in class org.ldaptive.schema.DITStructureRule
Sets the name form.
setNameForms(Collection<NameForm>) - Method in class org.ldaptive.schema.Schema
Sets the name forms.
setNameMappings(Map<String, String>) - Method in class org.ldaptive.beans.generate.BeanGenerator
Sets the mapping of directory attribute name to bean property.
setNames(String[]) - Method in class org.ldaptive.schema.AbstractNamedSchemaElement
Sets the names.
setNonBlockingInitialize(boolean) - Method in class org.ldaptive.SingleConnectionFactory
Sets whether SingleConnectionFactory.initialize() should execute on a separate thread.
setNoUserModification(boolean) - Method in class org.ldaptive.schema.AttributeType
Sets whether this attribute type allows user modification.
setObjectClasses(String...) - Method in class org.ldaptive.beans.generate.BeanGenerator
Sets the object classes.
setObjectClasses(Collection<ObjectClass>) - Method in class org.ldaptive.schema.Schema
Sets the object classes.
setObjectClassType(ObjectClassType) - Method in class org.ldaptive.schema.ObjectClass
Sets the object class type.
setObsolete(boolean) - Method in class org.ldaptive.schema.AbstractNamedSchemaElement
Sets whether this attribute type definition is obsolete.
setOnClose(Function<Connection, Boolean>) - Method in class org.ldaptive.SingleConnectionFactory
Sets the function to run when the connection is closed.
setOnEntry(Consumer<LdapEntry>) - Method in class org.ldaptive.control.util.PersistentSearchClient
Sets the onEntry consumer.
setOnEntry(Consumer<LdapEntry>) - Method in class org.ldaptive.control.util.SyncReplClient
Sets the onEntry consumer.
setOnEntry(Consumer<LdapEntry>) - Method in class org.ldaptive.control.util.SyncReplRunner
Sets the onEntry consumer.
setOnException(Consumer<Exception>) - Method in class org.ldaptive.control.util.PersistentSearchClient
Sets the onException consumer.
setOnException(Consumer<Exception>) - Method in class org.ldaptive.control.util.SyncReplClient
Sets the onException consumer.
setOnException(Consumer<Exception>) - Method in class org.ldaptive.control.util.SyncReplRunner
Sets the onException consumer.
setOnFailure(Consumer<Connection>) - Method in class org.ldaptive.AbstractConnectionValidator
Sets a consumer to handle a connection that has failed validation.
setOnMessage(Consumer<SyncInfoMessage>) - Method in class org.ldaptive.control.util.SyncReplClient
Sets the onMessage consumer.
setOnMessage(Consumer<SyncInfoMessage>) - Method in class org.ldaptive.control.util.SyncReplRunner
Sets the onMessage consumer.
setOnOpen(Function<Connection, Boolean>) - Method in class org.ldaptive.SingleConnectionFactory
Sets the function to run when the connection is opened.
setOnReference(Consumer<SearchResultReference>) - Method in class org.ldaptive.control.util.SyncReplClient
Sets the onReference consumer.
setOnReference(Consumer<SearchResultReference>) - Method in class org.ldaptive.control.util.SyncReplRunner
Sets the onReference consumer.
setOnResult(Consumer<Result>) - Method in class org.ldaptive.control.util.PersistentSearchClient
Sets the onResult consumer.
setOnResult(Consumer<Result>) - Method in class org.ldaptive.control.util.SyncReplClient
Sets the onResult consumer.
setOnResult(Consumer<Result>) - Method in class org.ldaptive.control.util.SyncReplRunner
Sets the onResult consumer.
setOnStart(Supplier<Boolean>) - Method in class org.ldaptive.control.util.SyncReplRunner
Sets the onStart supplier.
setOnSuccess(Consumer<Connection>) - Method in class org.ldaptive.AbstractConnectionValidator
Sets a consumer to handle a connection that has been successfully validated.
setOperation(T) - Method in class org.ldaptive.concurrent.AbstractOperationWorker
Sets the underlying operation.
setOptionalAttributes(String[]) - Method in class org.ldaptive.schema.DITContentRule
Sets the optional attributes.
setOptionalAttributes(String[]) - Method in class org.ldaptive.schema.NameForm
Sets the optional attributes.
setOptionalAttributes(String[]) - Method in class org.ldaptive.schema.ObjectClass
Sets the optional attributes.
setOrderingMatchingRule(String) - Method in class org.ldaptive.schema.AttributeType
Sets the ordering matching rule.
setPackageName(String) - Method in class org.ldaptive.beans.generate.BeanGenerator
Sets the package name where beans will be generated.
setParameter(int, Object) - Method in class org.ldaptive.FilterTemplate
Sets a positional filter parameter.
setParameter(String, Object) - Method in class org.ldaptive.FilterTemplate
Sets a named filter parameter.
setParameters(Object[]) - Method in class org.ldaptive.FilterTemplate
Sets positional filter parameters.
setPassivator(ConnectionPassivator) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the passivator for this pool.
setPassivator(ConnectionPassivator) - Method in interface org.ldaptive.pool.ConnectionPool
Sets the passivator for this pool.
setPassword(String) - Method in class org.ldaptive.SimpleBindRequest
Sets the password.
setPasswordAttribute(String) - Method in class org.ldaptive.auth.CompareAuthenticationHandler
Sets the password attribute.
setPasswordScheme(String) - Method in class org.ldaptive.auth.CompareAuthenticationHandler
Sets the password scheme.
setPreviousDn(String) - Method in class org.ldaptive.control.EntryChangeNotificationControl
Sets the previous dn.
setPrimitive(boolean) - Method in class org.ldaptive.transcode.AbstractPrimitiveValueTranscoder
Sets whether this transcoder operates on a primitive value.
setProperties(Class<?>, Object) - Method in class org.ldaptive.props.PropertyValueParser
Sets the properties on the supplied object.
setProperties(Map<String, ?>) - Method in class org.ldaptive.sasl.SaslConfig
Sets sasl properties.
setProperty(Object, String, String) - Method in class org.ldaptive.props.AbstractPropertyInvoker
This invokes the setter method for the supplied property name with the supplied value.
setProperty(Object, String, String) - Method in interface org.ldaptive.props.PropertyInvoker
Invokes the setter method on the supplied object for the supplied property name and value.
setProperty(String, Object) - Method in class org.ldaptive.sasl.SaslConfig
Sets a sasl property.
setPrunePeriod(Duration) - Method in class org.ldaptive.pool.AbstractPruneStrategy
Sets the prune period.
setPruneStrategy(PruneStrategy) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the prune strategy for this pool.
setQualityOfProtection(QualityOfProtection...) - Method in class org.ldaptive.sasl.SaslConfig
Sets the sasl quality of protection.
setQueueType(QueueType) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the type of queue used for this connection pool.
setRealm(String) - Method in class org.ldaptive.sasl.SaslConfig
Sets the sasl realm.
setReconnectTimeout(Duration) - Method in class org.ldaptive.ConnectionConfig
Sets the maximum amount of time that operations will block waiting for a reconnect.
setReferenceHandlers(SearchReferenceHandler...) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the search reference handlers.
setReferenceHandlers(SearchReferenceHandler...) - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
setReferenceHandlers(SearchReferenceHandler...) - Method in class org.ldaptive.SearchOperation
 
setReferralHandlers(ReferralHandler...) - Method in class org.ldaptive.AbstractOperation
 
setReferralHandlers(ReferralHandler...) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the referral handlers.
SetReflectionTranscoder - Class in org.ldaptive.beans.reflect
Reflection transcoder for an object that implements Set.
SetReflectionTranscoder(Class<?>, ArrayReflectionTranscoder) - Constructor for class org.ldaptive.beans.reflect.SetReflectionTranscoder
Creates a new set reflection transcoder.
SetReflectionTranscoder(Class<?>, SingleValueReflectionTranscoder<?>) - Constructor for class org.ldaptive.beans.reflect.SetReflectionTranscoder
Creates a new set reflection transcoder.
setRefreshDeletes(boolean) - Method in class org.ldaptive.control.SyncDoneControl
Sets whether to refresh deletes.
setRefreshDeletes(boolean) - Method in class org.ldaptive.extended.SyncInfoMessage
Sets whether to refresh deletes.
setRefreshDone(boolean) - Method in class org.ldaptive.extended.SyncInfoMessage
Sets whether refreshes are done.
setReloadHint(boolean) - Method in class org.ldaptive.control.SyncRequestControl
Sets the reload hint.
setRequest(SearchRequest) - Method in class org.ldaptive.ad.handler.AbstractBinaryAttributeHandler
 
setRequest(SearchRequest) - Method in class org.ldaptive.SearchOperation
 
setRequest(Q) - Method in class org.ldaptive.AbstractOperationConnectionValidator
Sets the operation request.
setRequest(Q) - Method in class org.ldaptive.transport.MessageFunctional
 
setRequestHandlers(AuthenticationRequestHandler...) - Method in class org.ldaptive.auth.Authenticator
Sets the authentication request handlers.
setRequestHandlers(RequestHandler<SearchRequest>...) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the search request handlers.
setRequestHandlers(RequestHandler<Q>...) - Method in class org.ldaptive.AbstractOperation
 
setRequestMode(SyncRequestControl.Mode) - Method in class org.ldaptive.control.SyncRequestControl
Sets the request mode.
setRequestValue(byte[]) - Method in class org.ldaptive.extended.ExtendedRequest
Sets the request value.
setRequiredAttributes(String[]) - Method in class org.ldaptive.schema.DITContentRule
Sets the required attributes.
setRequiredAttributes(String[]) - Method in class org.ldaptive.schema.NameForm
Sets the required attributes.
setRequiredAttributes(String[]) - Method in class org.ldaptive.schema.ObjectClass
Sets the required attributes.
setResolveEntryOnFailure(boolean) - Method in class org.ldaptive.auth.Authenticator
Sets whether to execute the entry resolver on authentication failure.
setResolveFromAttribute(String) - Method in class org.ldaptive.auth.SearchDnResolver
Sets the attribute to use to resolve the DN.
setResolverFunction(Function<String, InetAddress[]>) - Method in class org.ldaptive.DnsResolverConnectionStrategy
Sets the function used to resolve names.
setResponseHandlers(AuthenticationResponseHandler...) - Method in class org.ldaptive.auth.Authenticator
Sets the authentication response handlers.
setResponseName(String) - Method in class org.ldaptive.extended.ExtendedResponse
 
setResponseName(String) - Method in class org.ldaptive.extended.IntermediateResponse
 
setResponseTimeout(Duration) - Method in class org.ldaptive.AbstractRequestMessage
Sets the maximum amount of time to wait for a response from this request.
setResponseTimeout(Duration) - Method in class org.ldaptive.ConnectionConfig
Sets the maximum amount of time that operations will wait for a response.
setResponseValue(byte[]) - Method in class org.ldaptive.extended.ExtendedResponse
 
setResponseValue(byte[]) - Method in class org.ldaptive.extended.IntermediateResponse
 
setRestrictedAttributes(String[]) - Method in class org.ldaptive.schema.DITContentRule
Sets the restricted attributes.
setResultCode(ResultCode) - Method in class org.ldaptive.AbstractResult
 
setResultHandlers(ResultHandler...) - Method in class org.ldaptive.AbstractOperation
 
setResultHandlers(ResultHandler...) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the search result handlers.
setResultHandlers(ResultHandler...) - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
setRetryCondition(Predicate<LdapURL>) - Method in class org.ldaptive.AbstractConnectionStrategy
Sets the retry condition which determines whether an attempt should be made to activate a URL.
setRetryMetadata(LdapURLRetryMetadata) - Method in class org.ldaptive.LdapURL
Sets the retry metadata.
setReturnAttributes(String...) - Method in class org.ldaptive.auth.AuthenticationRequest
Sets the return attributes.
setReturnAttributes(String...) - Method in class org.ldaptive.auth.Authenticator
Sets the return attributes.
setReturnAttributes(String...) - Method in class org.ldaptive.SearchRequest
Sets the search return attributes.
setReturnAttributes(String[]) - Method in class org.ldaptive.templates.Query
Sets the return attributes.
setReturnEcs(boolean) - Method in class org.ldaptive.control.PersistentSearchRequestControl
Sets whether to return an Entry Change Notification control.
setReverseOrder(boolean) - Method in class org.ldaptive.control.SortKey
Sets whether results should be in reverse sorted order.
setSchema(Schema) - Method in class org.ldaptive.beans.generate.BeanGenerator
Sets the schema.
setSearchAttribute(String) - Method in class org.ldaptive.handler.RecursiveResultHandler
Sets the attribute name that will be recursively searched on.
setSearchAttributes(String...) - Method in class org.ldaptive.ext.MergeRequest
Sets the list of attribute names that are used when searching for the entry.
setSearchOperation(SearchOperation) - Method in class org.ldaptive.ext.MergeOperation
 
setSearchOperationWorker(SearchOperationWorker) - Method in class org.ldaptive.templates.SearchTemplatesOperation
Sets the search operation worker.
setSearchRequest(SearchRequest) - Method in class org.ldaptive.SearchConnectionValidator
setSearchRestrictions(String) - Method in class org.ldaptive.templates.Query
Sets the search restrictions.
setSearchRestrictions(String) - Method in class org.ldaptive.templates.SearchTemplates
Sets the filter to use for search restrictions.
setSearchResultHandlers(SearchResultHandler...) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the search result handlers.
setSearchResultHandlers(SearchResultHandler...) - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
setSearchResultHandlers(SearchResultHandler...) - Method in class org.ldaptive.SearchOperation
 
setSearchScope(SearchScope) - Method in class org.ldaptive.SearchRequest
Sets the search scope.
setSearchTemplates(SearchTemplates[]) - Method in class org.ldaptive.templates.SearchTemplatesOperation
Sets the search templates.
setSecurityStrength(SecurityStrength...) - Method in class org.ldaptive.sasl.SaslConfig
Sets the sasl security strength.
setServerName(String) - Method in class org.ldaptive.ad.control.VerifyNameControl
Sets the server name.
setServerSaslCreds(byte[]) - Method in class org.ldaptive.BindResponse
 
setSessionSourceIp(String) - Method in class org.ldaptive.control.SessionTrackingControl
Sets the session source ip.
setSessionSourceName(String) - Method in class org.ldaptive.control.SessionTrackingControl
Sets the session source name.
setSessionTrackingIdentifier(String) - Method in class org.ldaptive.control.SessionTrackingControl
Sets the session tracking identifier.
setShutdownOnClose(boolean) - Method in class org.ldaptive.transport.netty.NettyConnectionFactoryTransport
Sets whether to shut down the event loop groups on close.
setSingleValued(boolean) - Method in class org.ldaptive.schema.AttributeType
Sets whether this attribute type is single valued.
setSize(int) - Method in class org.ldaptive.control.PagedResultsControl
Sets the paged results size.
setSizeLimit(int) - Method in class org.ldaptive.SearchRequest
Sets the size limit.
setSortKeys(SortKey[]) - Method in class org.ldaptive.control.SortRequestControl
Sets the sort keys.
setSortResult(ResultCode) - Method in class org.ldaptive.control.SortResponseControl
Sets the result code of the server side sort.
setSslConfig(SslConfig) - Method in class org.ldaptive.ConnectionConfig
Sets the ssl config.
setStartTLSTimeout(Duration) - Method in class org.ldaptive.ConnectionConfig
Sets the maximum amount of time that startTLS operations will wait for a response.
setStringValues(Object, Collection<String>) - Method in class org.ldaptive.beans.AbstractClassDescriptor.SimpleAttributeValueMutator
 
setStringValues(Object, Collection<String>) - Method in interface org.ldaptive.beans.AttributeValueMutator
Sets the string values of the attribute.
setStringValues(Object, Collection<String>) - Method in class org.ldaptive.beans.reflect.FieldAttributeValueMutator
 
setStringValues(Object, Collection<String>) - Method in class org.ldaptive.beans.reflect.MethodAttributeValueMutator
 
setStringValues(Object, Collection<String>) - Method in class org.ldaptive.beans.spring.SpelAttributeValueMutator
 
setStructuralClass(String) - Method in class org.ldaptive.schema.NameForm
Sets the structural object class.
setSubstringMatchingRule(String) - Method in class org.ldaptive.schema.AttributeType
Sets the substring matching rule.
setSubtreeSearch(boolean) - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Sets whether subtree searching will be used.
setSubtreeSearch(boolean) - Method in class org.ldaptive.auth.SearchDnResolver
Sets whether subtree searching will be used.
setSuperiorClasses(String[]) - Method in class org.ldaptive.schema.ObjectClass
Sets the superior classes.
setSuperiorRules(int[]) - Method in class org.ldaptive.schema.DITStructureRule
Sets the superior rules.
setSuperiorType(String) - Method in class org.ldaptive.schema.AttributeType
Sets the superior type.
setSyncState(SyncStateControl.State) - Method in class org.ldaptive.control.SyncStateControl
Sets the sync state.
setSyntaxes(Collection<Syntax>) - Method in class org.ldaptive.schema.Schema
Sets the syntaxes.
setSyntaxOID(String) - Method in class org.ldaptive.schema.AttributeType
Sets the syntax oid.
setSyntaxOID(String) - Method in class org.ldaptive.schema.MatchingRule
Sets the syntax oid.
setTargetOffset(int) - Method in class org.ldaptive.control.VirtualListViewRequestControl
Sets the target offset.
setTargetPosition(int) - Method in class org.ldaptive.control.VirtualListViewResponseControl
Sets the target position.
setTemplate(FilterTemplate) - Method in class org.ldaptive.SearchOperation
 
setterMethod - Variable in class org.ldaptive.beans.reflect.MethodAttributeValueMutator
Method to set data on.
setTermParsers(SearchTemplates.TermParser...) - Method in class org.ldaptive.templates.SearchTemplates
Sets the term parsers used for creating filter parameters.
setThrowCondition(ResultPredicate) - Method in class org.ldaptive.AbstractOperation
 
setThrowCondition(ResultPredicate) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the throw condition.
setThrowCondition(ResultPredicate) - Method in class org.ldaptive.ad.control.util.DirSyncClient
 
setThrowCondition(ResultPredicate) - Method in class org.ldaptive.ext.MergeOperation
 
setTimeBeforeExpiration(int) - Method in class org.ldaptive.control.PasswordExpiringControl
Sets the time in seconds until password expiration.
setTimeBeforeExpiration(int) - Method in class org.ldaptive.control.PasswordPolicyControl
Sets the time before expiration in seconds.
setTimeLimit(Duration) - Method in class org.ldaptive.SearchRequest
Sets the time limit.
setTimeoutIsFailure(boolean) - Method in class org.ldaptive.AbstractConnectionValidator
Sets whether a timeout should be considered a validation failure.
setToResult(Integer) - Method in class org.ldaptive.templates.Query
Sets the index of the result to stop searching.
setTransportOption(String, Object) - Method in class org.ldaptive.ConnectionConfig
Sets a transport option.
setTransportOptions(Map<String, ?>) - Method in class org.ldaptive.ConnectionConfig
Sets transport options.
setTrustAliases(String...) - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Sets the aliases of the entries to use in the trust keystore.
setTrustCertificates(String) - Method in class org.ldaptive.ssl.X509CredentialConfig
Sets the name of the trust certificates to use.
setTrustCertificates(X509Certificate...) - Method in class org.ldaptive.ssl.X509SSLContextInitializer
Sets the certificates to use for creating the trust managers.
setTrustKeystore(KeyStore) - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Sets the keystore to use for creating the trust managers.
setTrustManagers(TrustManager...) - Method in class org.ldaptive.ssl.AbstractSSLContextInitializer
 
setTrustManagers(TrustManager...) - Method in class org.ldaptive.ssl.SslConfig
Sets the trust managers.
setTrustManagers(TrustManager...) - Method in interface org.ldaptive.ssl.SSLContextInitializer
Sets the trust managers.
setTrustStore(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Sets the name of the truststore to use.
setTrustStoreAliases(String...) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Sets the aliases of the truststore to use.
setTrustStorePassword(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Sets the password for the truststore.
setTrustStoreType(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
Sets the type of the truststore.
setTypeMappings(Map<String, Class<?>>) - Method in class org.ldaptive.beans.generate.BeanGenerator
Sets the type mappings.
setTypesOnly(boolean) - Method in class org.ldaptive.SearchRequest
Sets whether to return only attribute types.
setUnsolicitedNotificationHandlers(UnsolicitedNotificationHandler...) - Method in class org.ldaptive.AbstractOperation
 
setUnsolicitedNotificationHandlers(UnsolicitedNotificationHandler...) - Method in class org.ldaptive.AbstractSearchOperationFactory
Sets the unsolicited notification handlers.
setUsage(AttributeUsage) - Method in class org.ldaptive.schema.AttributeType
Sets the usage.
setUseOperationalAttributes(boolean) - Method in class org.ldaptive.beans.generate.BeanGenerator
Sets whether to include operational attributes in bean generation.
setUseOptionalAttributes(boolean) - Method in class org.ldaptive.beans.generate.BeanGenerator
Sets whether to include optional attributes in bean generation.
setUser(User) - Method in class org.ldaptive.auth.AuthenticationRequest
Sets the user.
setUseReplace(boolean) - Method in class org.ldaptive.ext.MergeRequest
Sets whether replace should be used for attribute modifications.
setUserFilter(String) - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Sets the filter used to search for the user.
setUserFilter(String) - Method in class org.ldaptive.auth.SearchDnResolver
Sets the filter used to search for the user.
setUserFilterParameters(Object[]) - Method in class org.ldaptive.auth.AbstractSearchEntryResolver
Sets the filter parameters used to search for the user.
setUserFilterParameters(Object[]) - Method in class org.ldaptive.auth.SearchDnResolver
Sets the filter parameters used to search for the user.
setUseStartTLS(boolean) - Method in class org.ldaptive.ConnectionConfig
Sets whether startTLS will be used for connections.
setValidateOnCheckIn(boolean) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the validate on check in flag.
setValidateOnCheckOut(boolean) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the validate on check out flag.
setValidatePeriod(Duration) - Method in class org.ldaptive.AbstractConnectionValidator
 
setValidatePeriodically(boolean) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the validate periodically flag.
setValidateTimeout(Duration) - Method in class org.ldaptive.AbstractConnectionValidator
Sets the validate timeout.
setValidationExceptionHandler(ValidationExceptionHandler) - Method in class org.ldaptive.PooledConnectionFactory
Sets the validation exception handler.
setValidator(ConnectionValidator) - Method in class org.ldaptive.pool.AbstractConnectionPool
Sets the connection validator for this pool.
setValidator(ConnectionValidator) - Method in class org.ldaptive.SingleConnectionFactory
Sets the connection validator for this factory.
setValidResultCodes(ResultCode...) - Method in class org.ldaptive.AbstractOperationConnectionValidator
Sets the valid result codes.
setValue(Object, String) - Method in class org.ldaptive.beans.AbstractClassDescriptor.SimpleDnValueMutator
 
setValue(Object, String) - Method in interface org.ldaptive.beans.DnValueMutator
Set the DN value for the supplied object.
setValue(Object, String) - Method in class org.ldaptive.beans.reflect.DefaultDnValueMutator
 
setValue(Object, String) - Method in class org.ldaptive.beans.spring.SpelDnValueMutator
 
setValue(String) - Method in class org.ldaptive.CompareRequest
Sets the value.
setValues(Object, Collection<T>, Class<T>) - Method in class org.ldaptive.beans.spring.SpelAttributeValueMutator
Uses the configured expression and evaluation context to set values on the supplied object.
setViewResult(ResultCode) - Method in class org.ldaptive.control.VirtualListViewResponseControl
Sets the result code of the virtual list view.
setWarningPeriod(Period) - Method in class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
Sets the amount of time before expiration to produce a warning.
setWarningPeriod(Period) - Method in class org.ldaptive.auth.ext.EDirectoryAuthenticationResponseHandler
Sets the amount of time before expiration to produce a warning.
setWarningPeriod(Period) - Method in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Sets the amount of time before expiration to produce a warning.
sf - Variable in class org.ldaptive.transport.netty.NettyConnection.ValidatorHandler
Future to track execution status.
SHARED_WORKER_GROUP - Static variable in class org.ldaptive.transport.netty.NioSingletonTransport
Event group used for all connections .
SHARED_WORKER_GROUP - Static variable in class org.ldaptive.transport.netty.SingletonTransport
Event group used for all connections .
sharedState - Variable in class org.ldaptive.jaas.AbstractLoginModule
Shared state from other login module.
SHORT_FORM_INT_LENGTH - Static variable in class org.ldaptive.asn1.AbstractDERType
Length of short form integers.
ShortValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes a short for use in an ldap attribute value.
ShortValueTranscoder() - Constructor for class org.ldaptive.transcode.ShortValueTranscoder
Default constructor.
ShortValueTranscoder(boolean) - Constructor for class org.ldaptive.transcode.ShortValueTranscoder
Creates a new short value transcoder.
shouldBase64Encode(byte[]) - Static method in class org.ldaptive.LdapUtils
Determines whether the supplied value should be base64 encoded.
shouldBase64Encode(String) - Static method in class org.ldaptive.LdapUtils
ShowDeactivatedLinkControl - Class in org.ldaptive.ad.control
Request control for active directory servers in include link attributes that refer to deleted-objects in a search operation.
ShowDeactivatedLinkControl() - Constructor for class org.ldaptive.ad.control.ShowDeactivatedLinkControl
Default constructor.
ShowDeactivatedLinkControl(boolean) - Constructor for class org.ldaptive.ad.control.ShowDeactivatedLinkControl
Creates a new show deactivated link control.
ShowDeletedControl - Class in org.ldaptive.ad.control
Request control for active directory servers to include deleted objects that match a search filter.
ShowDeletedControl() - Constructor for class org.ldaptive.ad.control.ShowDeletedControl
Default constructor.
ShowDeletedControl(boolean) - Constructor for class org.ldaptive.ad.control.ShowDeletedControl
Creates a new show deleted control.
ShowRecycledControl - Class in org.ldaptive.ad.control
Request control for active directory servers to include tombstones, deleted-objects, and recycled-objects that match a search filter.
ShowRecycledControl() - Constructor for class org.ldaptive.ad.control.ShowRecycledControl
Default constructor.
ShowRecycledControl(boolean) - Constructor for class org.ldaptive.ad.control.ShowRecycledControl
Creates a new show recycled control.
shutdown() - Method in class org.ldaptive.auth.AggregateDnResolver
Invokes ExecutorService.shutdown() on the underlying executor service.
shutdown() - Method in class org.ldaptive.concurrent.CallableWorker
Shutdown the underlying executor service.
shutdown() - Static method in class org.ldaptive.transport.netty.NioSingletonTransport
Invokes NettyUtils.shutdownGracefully(EventLoopGroup) on the underlying worker group.
shutdown() - Static method in class org.ldaptive.transport.netty.SingletonTransport
Invokes NettyUtils.shutdownGracefully(EventLoopGroup) on the underlying worker group.
shutdownGracefully(EventLoopGroup) - Static method in class org.ldaptive.transport.netty.NettyUtils
Invokes EventExecutorGroup.shutdownGracefully(long, long, TimeUnit) on the supplied worker group.
shutdownOnClose - Variable in class org.ldaptive.transport.netty.NettyConnection
Whether to shutdown the event loop groups on Connection.close().
shutdownOnClose - Variable in class org.ldaptive.transport.netty.NettyConnectionFactoryTransport
Whether to shut down the event loop groups on NettyConnectionFactoryTransport.close().
sid - Variable in class org.ldaptive.control.util.SyncReplCookie.CSN
CSN sid.
SimpleAttributeValueMutator(String, String[], boolean) - Constructor for class org.ldaptive.beans.AbstractClassDescriptor.SimpleAttributeValueMutator
Creates a new simple attribute value mutator.
SimpleBindAuthenticationHandler - Class in org.ldaptive.auth
Provides an LDAP authentication implementation that leverages the LDAP bind operation.
SimpleBindAuthenticationHandler() - Constructor for class org.ldaptive.auth.SimpleBindAuthenticationHandler
Default constructor.
SimpleBindAuthenticationHandler(ConnectionFactory) - Constructor for class org.ldaptive.auth.SimpleBindAuthenticationHandler
Creates a new simple bind authentication handler.
SimpleBindAuthenticationHandlerPropertyInvoker - Class in org.ldaptive.props
Handles properties for SimpleBindAuthenticationHandler.
SimpleBindAuthenticationHandlerPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.SimpleBindAuthenticationHandlerPropertyInvoker
Creates a new simple bind authentication handler property invoker for the supplied class.
SimpleBindAuthenticationHandlerPropertySource - Class in org.ldaptive.props
Reads properties specific to SimpleBindAuthenticationHandler and returns an initialized object of that type.
SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler) - Constructor for class org.ldaptive.props.SimpleBindAuthenticationHandlerPropertySource
Creates a new simple bind authentication handler property source using the default properties file.
SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler, Reader...) - Constructor for class org.ldaptive.props.SimpleBindAuthenticationHandlerPropertySource
Creates a new simple bind authentication handler property source.
SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler, String...) - Constructor for class org.ldaptive.props.SimpleBindAuthenticationHandlerPropertySource
Creates a new simple bind authentication handler property source.
SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler, Properties) - Constructor for class org.ldaptive.props.SimpleBindAuthenticationHandlerPropertySource
Creates a new simple bind authentication handler property source.
SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.SimpleBindAuthenticationHandlerPropertySource
Creates a new simple bind authentication handler property source.
SimpleBindRequest - Class in org.ldaptive
LDAP simple bind request.
SimpleBindRequest() - Constructor for class org.ldaptive.SimpleBindRequest
Default constructor.
SimpleBindRequest(String, String) - Constructor for class org.ldaptive.SimpleBindRequest
Creates a new simple bind request.
SimpleBindRequest(String, Credential) - Constructor for class org.ldaptive.SimpleBindRequest
Creates a new simple bind request.
SimpleBindRequest.Builder - Class in org.ldaptive
Simple bind request builder.
SimpleDnValueMutator(String) - Constructor for class org.ldaptive.beans.AbstractClassDescriptor.SimpleDnValueMutator
Creates a new simple dn value mutator.
SimplePropertyInvoker - Class in org.ldaptive.props
Handles simple properties common to all objects.
SimplePropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.SimplePropertyInvoker
Creates a new simple property invoker for the supplied class.
SimplePropertySource<T> - Class in org.ldaptive.props
Reads simple properties and returns an initialized object of the supplied type.
SimplePropertySource(T) - Constructor for class org.ldaptive.props.SimplePropertySource
Creates a new simple property source using the default properties file.
SimplePropertySource(T, Reader...) - Constructor for class org.ldaptive.props.SimplePropertySource
Creates a new simple property source.
SimplePropertySource(T, String...) - Constructor for class org.ldaptive.props.SimplePropertySource
Creates a new simple property source.
SimplePropertySource(T, Properties) - Constructor for class org.ldaptive.props.SimplePropertySource
Creates a new simple property source.
SimplePropertySource(T, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.SimplePropertySource
Creates a new simple property source.
SINGLE_FACTORY_TRANSPORT_PROPERTY - Static variable in class org.ldaptive.transport.TransportFactory
Ldap transport system property.
SingleConnectionFactory - Class in org.ldaptive
Creates a single connection which is proxied for LDAP operations.
SingleConnectionFactory() - Constructor for class org.ldaptive.SingleConnectionFactory
Default constructor.
SingleConnectionFactory(String) - Constructor for class org.ldaptive.SingleConnectionFactory
Creates a new single connection factory.
SingleConnectionFactory(String, Transport) - Constructor for class org.ldaptive.SingleConnectionFactory
Creates a new single connection factory.
SingleConnectionFactory(ConnectionConfig) - Constructor for class org.ldaptive.SingleConnectionFactory
Creates a new single connection factory.
SingleConnectionFactory(ConnectionConfig, Transport) - Constructor for class org.ldaptive.SingleConnectionFactory
Creates a new single connection factory.
SingleConnectionFactory(Transport) - Constructor for class org.ldaptive.SingleConnectionFactory
Creates a new single connection factory.
SingleConnectionFactory.Builder - Class in org.ldaptive
 
SingleConnectionFactory.ConnectionProxy - Class in org.ldaptive
Contains the connection used by this factory.
SingleConnectionFactory.ReinitializeConnectionConsumer - Class in org.ldaptive
SingleThread() - Constructor for class org.ldaptive.transport.netty.ConnectionFactoryTransport.SingleThread
Default constructor.
SingleThread() - Constructor for class org.ldaptive.transport.netty.ConnectionTransport.SingleThread
Default constructor.
SingletonTransport - Class in org.ldaptive.transport.netty
Creates netty connections using a single, shared EventLoopGroup using the best fit event loop group based on the operating system.
SingletonTransport() - Constructor for class org.ldaptive.transport.netty.SingletonTransport
Default constructor.
singleValued - Variable in class org.ldaptive.schema.AttributeType
Single valued.
SingleValueReflectionTranscoder<T> - Class in org.ldaptive.beans.reflect
Reflection transcoder which expects to operate on collections containing a single value.
SingleValueReflectionTranscoder(ValueTranscoder<T>) - Constructor for class org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
Creates a new single value reflection transcoder.
singleValueTranscoder - Variable in class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
Used for collections that do not contain arrays.
singleValueTranscoders - Variable in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
Set of transcoders support single values.
size - Variable in class org.ldaptive.pool.PooledConnectionStatistics
Number of available and active timestamps to store.
size() - Method in class org.ldaptive.dn.Dn
Returns the number of RDNs in this DN.
size() - Method in class org.ldaptive.dn.RDn
Returns the number of name value pairs in this RDN.
size() - Method in class org.ldaptive.LdapAttribute
Returns the number of values in this ldap attribute.
size() - Method in class org.ldaptive.LdapEntry
Returns the number of attributes.
size() - Method in class org.ldaptive.LdapURLSet
Returns the number of URLs in this set.
size() - Method in class org.ldaptive.pool.Queue
Returns the number of elements in the queue.
size() - Method in class org.ldaptive.schema.Extensions
Returns the number of extensions in the underlying map.
size() - Method in class org.ldaptive.transport.netty.HandleMap
Returns the size of this queue.
SIZE_LIMIT_EXCEEDED - org.ldaptive.ResultCode
size limit exceeded.
SizeHandler(PagedResultsControl) - Constructor for class org.ldaptive.control.PagedResultsControl.SizeHandler
Creates a new size handler.
sizeLimit - Variable in class org.ldaptive.SearchRequest
Size limit.
sizeLimit(int) - Method in class org.ldaptive.SearchRequest.Builder
Sets the size limit.
skipSpaces(CharBuffer) - Method in class org.ldaptive.schema.AbstractDefaultDefinitionFunction
Advances the buffer position to the first character that is not a space or the end of the buffer is reached.
slice() - Method in class org.ldaptive.asn1.DefaultDERBuffer
 
slice() - Method in interface org.ldaptive.asn1.DERBuffer
Creates a new DER buffer whose content is a shared sub-sequence of this buffer's content.
slice() - Method in class org.ldaptive.transport.netty.NettyDERBuffer
 
sliceAtMatch(CharBuffer, char) - Method in class org.ldaptive.filter.DefaultFilterFunction
Returns a new char buffer whose position is 0 and whose limit is before the match character.
sort(LdapAttribute) - Static method in class org.ldaptive.LdapAttribute
Returns a new attribute whose values are sorted.
sort(LdapEntry) - Static method in class org.ldaptive.LdapEntry
Returns a new entry whose attributes are sorted naturally by name without options.
sort(SearchResponse) - Static method in class org.ldaptive.SearchResponse
Returns a new response whose entries are sorted naturally by DN.
sort(SearchResultReference) - Static method in class org.ldaptive.SearchResultReference
Returns a new reference whose URIs are sorted naturally.
SORT_CONTROL_MISSING - org.ldaptive.ResultCode
sort control missing, See draft-ietf-ldapext-ldapv3-vlv.
SORT_RESULTS - Static variable in class org.ldaptive.transport.DefaultSearchOperationHandle
Whether to automatically sort search results.
sortControl - Variable in class org.ldaptive.control.util.VirtualListViewClient
Used on the search operation.
SortKey - Class in org.ldaptive.control
Used by SortRequestControl to declare how sorting should occur.
SortKey() - Constructor for class org.ldaptive.control.SortKey
Default constructor.
SortKey(String) - Constructor for class org.ldaptive.control.SortKey
Creates a new sort key.
SortKey(String, String) - Constructor for class org.ldaptive.control.SortKey
Creates a new sort key.
SortKey(String, String, boolean) - Constructor for class org.ldaptive.control.SortKey
Creates a new sort key.
sortKeys - Variable in class org.ldaptive.control.SortRequestControl
sort keys.
SortRequestControl - Class in org.ldaptive.control
Request control for server side sorting.
SortRequestControl() - Constructor for class org.ldaptive.control.SortRequestControl
Default constructor.
SortRequestControl(SortKey[]) - Constructor for class org.ldaptive.control.SortRequestControl
Creates a new sort request control.
SortRequestControl(SortKey[], boolean) - Constructor for class org.ldaptive.control.SortRequestControl
Creates a new sort request control.
SortResponseControl - Class in org.ldaptive.control
Response control for server side sorting.
SortResponseControl() - Constructor for class org.ldaptive.control.SortResponseControl
Default constructor.
SortResponseControl(boolean) - Constructor for class org.ldaptive.control.SortResponseControl
Creates a new sort response control.
SortResponseControl(ResultCode, boolean) - Constructor for class org.ldaptive.control.SortResponseControl
Creates a new sort response control.
SortResponseControl(ResultCode, String, boolean) - Constructor for class org.ldaptive.control.SortResponseControl
Creates a new sort response control.
SortResponseControl.AttributeTypeHandler - Class in org.ldaptive.control
Parse handler implementation for the attribute type.
SortResponseControl.SortResultHandler - Class in org.ldaptive.control
Parse handler implementation for the sort result.
sortResult - Variable in class org.ldaptive.control.SortResponseControl
Result of the server side sorting.
SortResultHandler - Class in org.ldaptive.handler
Sorts the entries, attributes, and attribute values contained in a search response.
SortResultHandler() - Constructor for class org.ldaptive.handler.SortResultHandler
Default constructor.
SortResultHandler(SortResponseControl) - Constructor for class org.ldaptive.control.SortResponseControl.SortResultHandler
Creates a new sort result handler.
sortSrvRecords(Set<SRVRecord>) - Method in class org.ldaptive.dns.SRVDNSResolver
Sorts the supplied SRV records according to RFC 2782.
SourceIpHandler(SessionTrackingControl) - Constructor for class org.ldaptive.control.SessionTrackingControl.SourceIpHandler
Creates a new source ip handler.
SourceNameHandler(SessionTrackingControl) - Constructor for class org.ldaptive.control.SessionTrackingControl.SourceNameHandler
Creates a new source name handler.
SpelAttributeValueMutator - Class in org.ldaptive.beans.spring
Attribute mutator that uses a SPEL expression and evaluation context.
SpelAttributeValueMutator(Attribute, EvaluationContext) - Constructor for class org.ldaptive.beans.spring.SpelAttributeValueMutator
Creates a new spel attribute value mutator.
SpelDnValueMutator - Class in org.ldaptive.beans.spring
Uses a SPEL expression and evaluation context to mutate the configured DN of an object.
SpelDnValueMutator(Expression, EvaluationContext) - Constructor for class org.ldaptive.beans.spring.SpelDnValueMutator
Creates a new spel dn value mutator.
SpringClassDescriptor - Class in org.ldaptive.beans.spring
Spring implementation of a class descriptor.
SpringClassDescriptor(EvaluationContext) - Constructor for class org.ldaptive.beans.spring.SpringClassDescriptor
Creates a new spring class descriptor.
SpringLdapEntryMapper<T> - Class in org.ldaptive.beans.spring
Uses a SpringClassDescriptor for ldap entry mapping.
SpringLdapEntryMapper() - Constructor for class org.ldaptive.beans.spring.SpringLdapEntryMapper
Default constructor.
SpringLdapEntryMapper(Converter<?, ?>...) - Constructor for class org.ldaptive.beans.spring.SpringLdapEntryMapper
Creates a new spring ldap entry mapper.
SRVDNSResolver - Class in org.ldaptive.dns
Queries for DNS A records for a given host name.
SRVDNSResolver() - Constructor for class org.ldaptive.dns.SRVDNSResolver
Default constructor.
SRVDNSResolver(DNSContextFactory) - Constructor for class org.ldaptive.dns.SRVDNSResolver
Creates a new DNS address resolver.
SRVDNSResolver(DNSContextFactory, boolean) - Constructor for class org.ldaptive.dns.SRVDNSResolver
Creates a new DNS address resolver.
SRVRecord - Class in org.ldaptive.dns
Class to contain the properties of a DNS SRV record.
SRVRecord(String, boolean) - Constructor for class org.ldaptive.dns.SRVRecord
Creates a new SRV record.
srvTtl - Variable in class org.ldaptive.DnsSrvConnectionStrategy
Time to live for SRV records.
sslConfig - Variable in class org.ldaptive.ConnectionConfig
Configuration for SSL and startTLS connections.
sslConfig(SslConfig) - Method in class org.ldaptive.ConnectionConfig.Builder
 
SslConfig - Class in org.ldaptive.ssl
Contains all the configuration data for SSL and startTLS.
SslConfig() - Constructor for class org.ldaptive.ssl.SslConfig
Default constructor.
SslConfig(TrustManager...) - Constructor for class org.ldaptive.ssl.SslConfig
Creates a new ssl config.
SslConfig(CredentialConfig) - Constructor for class org.ldaptive.ssl.SslConfig
Creates a new ssl config.
SslConfig(CredentialConfig, TrustManager...) - Constructor for class org.ldaptive.ssl.SslConfig
Creates a new ssl config.
SslConfig.Builder - Class in org.ldaptive.ssl
 
SslConfigPropertyInvoker - Class in org.ldaptive.props
Handles properties for SslConfig.
SslConfigPropertyInvoker(Class<?>) - Constructor for class org.ldaptive.props.SslConfigPropertyInvoker
Creates a new ssl config property invoker for the supplied class.
SslConfigPropertySource - Class in org.ldaptive.props
Reads properties specific to SslConfig and returns an initialized object of that type.
SslConfigPropertySource(SslConfig) - Constructor for class org.ldaptive.props.SslConfigPropertySource
Creates a new ssl config property source using the default properties file.
SslConfigPropertySource(SslConfig, Reader...) - Constructor for class org.ldaptive.props.SslConfigPropertySource
Creates a new ssl config property source.
SslConfigPropertySource(SslConfig, String...) - Constructor for class org.ldaptive.props.SslConfigPropertySource
Creates a new ssl config property source.
SslConfigPropertySource(SslConfig, Properties) - Constructor for class org.ldaptive.props.SslConfigPropertySource
Creates a new ssl config property source.
SslConfigPropertySource(SslConfig, PropertySource.PropertyDomain, Properties) - Constructor for class org.ldaptive.props.SslConfigPropertySource
Creates a new ssl config property source.
SSLContextInitializer - Interface in org.ldaptive.ssl
Provides an interface for the initialization of new SSL contexts.
sslHandler - Variable in class org.ldaptive.transport.netty.NettyConnection.ClientInitializer
SSL handler.
sslSession - Variable in class org.ldaptive.ssl.HostnameResolver
SSL session.
STANDARD - org.ldaptive.ad.control.ExtendedDnControl.Flag
standard format.
start() - Method in class org.ldaptive.control.util.SyncReplRunner
Starts this runner.
started - Variable in class org.ldaptive.control.util.SyncReplRunner
Whether the sync repl search is running.
StartTLSRequest - Class in org.ldaptive.extended
LDAP startTLS request defined as:
StartTLSRequest() - Constructor for class org.ldaptive.extended.StartTLSRequest
Default constructor.
startTLSTimeout - Variable in class org.ldaptive.ConnectionConfig
Duration of time to wait for startTLS responses.
startTLSTimeout(Duration) - Method in class org.ldaptive.ConnectionConfig.Builder
 
state(AccountState) - Method in class org.ldaptive.auth.AuthenticationResponse.Builder
 
State(int) - Constructor for enum org.ldaptive.control.SyncStateControl.State
Creates a new mode.
StateHandler(SyncStateControl) - Constructor for class org.ldaptive.control.SyncStateControl.StateHandler
Creates a new state handler.
statistics - Variable in class org.ldaptive.ad.control.GetStatsControl
statistics.
statistics - Variable in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
Statistics for this connection.
statName - Variable in class org.ldaptive.ad.control.GetStatsControl.IntegerHandler
name of this statistic.
statName - Variable in class org.ldaptive.ad.control.GetStatsControl.StringHandler
name of this statistic.
stop() - Method in class org.ldaptive.control.util.SyncReplRunner
Stops this runner.
storeCredentials(NameCallback, PasswordCallback, String) - Method in class org.ldaptive.jaas.AbstractLoginModule
Stores the supplied name, password, and entry dn in the stored state map.
storePass - Variable in class org.ldaptive.jaas.AbstractLoginModule
Whether credentials should be stored in the shared state map.
Strategy() - Constructor for enum org.ldaptive.ssl.AggregateTrustManager.Strategy
 
strategyOpen(RetryMetadata) - Method in class org.ldaptive.transport.TransportConnection
Retrieves URLs from the connection strategy and attempts each one, in order, until a connection is made or the list is exhausted.
string() - Method in enum org.ldaptive.sasl.QualityOfProtection
Returns the protection string.
StringHandler(GetStatsControl, String) - Constructor for class org.ldaptive.ad.control.GetStatsControl.StringHandler
Creates a new string handler.
StringToDurationConverter - Class in org.ldaptive.beans.spring.convert
Convert a String to a Duration.
StringToDurationConverter() - Constructor for class org.ldaptive.beans.spring.convert.StringToDurationConverter
 
StringToZonedDateTimeConverter - Class in org.ldaptive.beans.spring.convert
Convert a String to a ZonedDateTime.
StringToZonedDateTimeConverter() - Constructor for class org.ldaptive.beans.spring.convert.StringToZonedDateTimeConverter
 
stringValues(Collection<String>) - Method in class org.ldaptive.LdapAttribute.Builder
 
StringValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes a string for use in an ldap attribute value.
StringValueTranscoder() - Constructor for class org.ldaptive.transcode.StringValueTranscoder
 
STRONG_AUTH_REQUIRED - org.ldaptive.ResultCode
strong authentication required.
STRUCTURAL - org.ldaptive.schema.ObjectClassType
structural.
structuralClass - Variable in class org.ldaptive.schema.NameForm
Structural object class.
subAny - Variable in class org.ldaptive.filter.SubstringFilter
Substring any .
subDn(int) - Method in class org.ldaptive.dn.Dn
Returns a new DN containing all the RDN components from the supplied index.
subDn(int, int) - Method in class org.ldaptive.dn.Dn
Returns a new DN containing all the RDN components between the supplied indexes.
subFinal - Variable in class org.ldaptive.filter.SubstringFilter
Substring final.
subInitial - Variable in class org.ldaptive.filter.SubstringFilter
Substring initial.
subject - Variable in class org.ldaptive.jaas.AbstractLoginModule
Initialized subject.
SubjectAltNameType() - Constructor for enum org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
 
SUBORDINATE - org.ldaptive.SearchScope
subordinate subtree search.
subResult(int, int) - Method in class org.ldaptive.SearchResponse
Returns a portion of this result between the specified fromIndex, inclusive, and toIndex, exclusive.
SUBSCHEMA_SUBENTRY_ATTR_NAME - Static variable in class org.ldaptive.schema.SchemaFactory
Attribute on the root DSE indicating the location of the subschema entry.
SUBSTRING - org.ldaptive.filter.Filter.Type
Substring filter.
SUBSTRING_FILTER_PATTERN - Static variable in class org.ldaptive.filter.RegexFilterFunction
Regex pattern to match a substring filter.
SubstringFilter - Class in org.ldaptive.filter
Substring search filter component defined as:
SubstringFilter(String, byte[], byte[], byte[]...) - Constructor for class org.ldaptive.filter.SubstringFilter
Creates a new substring filter.
SubstringFilter(String, String, String, String...) - Constructor for class org.ldaptive.filter.SubstringFilter
Creates a new substring filter.
SubstringFilter.Substrings - Enum in org.ldaptive.filter
Type of substring match.
substringMatchingRule - Variable in class org.ldaptive.schema.AttributeType
Substring matching rule.
Substrings() - Constructor for enum org.ldaptive.filter.SubstringFilter.Substrings
 
SUBTREE - org.ldaptive.SearchScope
whole subtree search.
subtreeSearch - Variable in class org.ldaptive.auth.AbstractSearchEntryResolver
Whether to use a subtree search when resolving DNs.
subtreeSearch - Variable in class org.ldaptive.auth.SearchDnResolver
Whether to use a subtree search when resolving DNs.
subtreeSearch(boolean) - Method in class org.ldaptive.auth.SearchDnResolver.Builder
Sets whether to perform a subtree search or a onelevel search.
success(LdapURL) - Method in class org.ldaptive.AbstractConnectionStrategy
 
success(LdapURL) - Method in interface org.ldaptive.ConnectionStrategy
Indicates the supplied URL was successfully connected to.
SUCCESS - org.ldaptive.ResultCode
success.
successTime - Variable in class org.ldaptive.AbstractRetryMetadata
Time at which the last success occurred.
superior(String) - Method in class org.ldaptive.ModifyDnRequest.Builder
Sets the new superior ldap DN.
superiorClasses - Variable in class org.ldaptive.schema.ObjectClass
Superior classes.
superiorRules - Variable in class org.ldaptive.schema.DITStructureRule
Superior rules.
superiorType - Variable in class org.ldaptive.schema.AttributeType
Superior type.
supports(Class<?>) - Method in class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
 
supports(Class<?>) - Method in class org.ldaptive.beans.reflect.ArrayReflectionTranscoder
 
supports(Class<?>) - Method in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
 
supports(Class<?>) - Method in interface org.ldaptive.beans.reflect.ReflectionTranscoder
Returns whether this transcoder can convert object of the supplied type.
supports(Class<?>) - Method in class org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
 
supports(String) - Method in class org.ldaptive.io.ClasspathResourceLoader
 
supports(String) - Method in class org.ldaptive.io.FileResourceLoader
 
supports(String) - Method in interface org.ldaptive.io.ResourceLoader
Returns whether the supplied path can be loaded by this resource loader.
supports(String) - Method in class org.ldaptive.io.URLResourceLoader
 
supports(Result) - Method in class org.ldaptive.transport.DefaultOperationHandle
Whether the supplied result belongs to this handle.
SYNC_ID_SET - org.ldaptive.extended.SyncInfoMessage.Type
sync id set.
SYNC_ID_SET_COOKIE_PATH - Static variable in class org.ldaptive.extended.SyncInfoMessage
DER path to sync ID set cookie.
SYNC_ID_SET_DELETES_PATH - Static variable in class org.ldaptive.extended.SyncInfoMessage
DER path to sync ID set deletes.
SYNC_ID_SET_PATH - Static variable in class org.ldaptive.extended.SyncInfoMessage
DER path to sync ID set.
SYNC_ID_SET_UUIDS_PATH - Static variable in class org.ldaptive.extended.SyncInfoMessage
DER path to sync ID set UUIDS.
SyncDoneControl - Class in org.ldaptive.control
Response control for ldap content synchronization.
SyncDoneControl() - Constructor for class org.ldaptive.control.SyncDoneControl
Default constructor.
SyncDoneControl(boolean) - Constructor for class org.ldaptive.control.SyncDoneControl
Creates a new sync done control.
SyncDoneControl(byte[]) - Constructor for class org.ldaptive.control.SyncDoneControl
Creates a new sync done control.
SyncDoneControl(byte[], boolean) - Constructor for class org.ldaptive.control.SyncDoneControl
Creates a new sync done control.
SyncDoneControl(byte[], boolean, boolean) - Constructor for class org.ldaptive.control.SyncDoneControl
Creates a new sync done control.
SyncDoneControl.CookieHandler - Class in org.ldaptive.control
Parse handler implementation for the cookie.
SyncDoneControl.RefreshDeletesHandler - Class in org.ldaptive.control
Parse handler implementation for the refresh deletes flag.
SyncIdSetCookieHandler(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.SyncIdSetCookieHandler
Creates a sync id set cookie handler.
SyncIdSetDeletesHandler(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.SyncIdSetDeletesHandler
Creates a sync id set deletes handler.
SyncIdSetHandler(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.SyncIdSetHandler
Creates a sync id set handler.
SyncIdSetUuidsHandler(SyncInfoMessage) - Constructor for class org.ldaptive.extended.SyncInfoMessage.SyncIdSetUuidsHandler
Creates a sync id set uuids handler.
SyncInfoMessage - Class in org.ldaptive.extended
Intermediate response message for LDAP content synchronization.
SyncInfoMessage() - Constructor for class org.ldaptive.extended.SyncInfoMessage
Default constructor.
SyncInfoMessage(DERBuffer) - Constructor for class org.ldaptive.extended.SyncInfoMessage
Creates a new sync info message.
SyncInfoMessage.Builder - Class in org.ldaptive.extended
 
SyncInfoMessage.NewCookieHandler - Class in org.ldaptive.extended
Parse handler implementation for new cookie.
SyncInfoMessage.RefreshDeleteCookieHandler - Class in org.ldaptive.extended
Parse handler implementation for refresh delete cookie.
SyncInfoMessage.RefreshDeleteDoneHandler - Class in org.ldaptive.extended
Parse handler implementation for refresh delete done.
SyncInfoMessage.RefreshDeleteHandler - Class in org.ldaptive.extended
Parse handler implementation for refresh delete.
SyncInfoMessage.RefreshPresentCookieHandler - Class in org.ldaptive.extended
Parse handler implementation for refresh present cookie.
SyncInfoMessage.RefreshPresentDoneHandler - Class in org.ldaptive.extended
Parse handler implementation for refresh present done.
SyncInfoMessage.RefreshPresentHandler - Class in org.ldaptive.extended
Parse handler implementation for refresh present.
SyncInfoMessage.SyncIdSetCookieHandler - Class in org.ldaptive.extended
Parse handler implementation for sync id set cookie.
SyncInfoMessage.SyncIdSetDeletesHandler - Class in org.ldaptive.extended
Parse handler implementation for sync id set deletes.
SyncInfoMessage.SyncIdSetHandler - Class in org.ldaptive.extended
Parse handler implementation for sync id set.
SyncInfoMessage.SyncIdSetUuidsHandler - Class in org.ldaptive.extended
Parse handler implementation for sync id set uuids.
SyncInfoMessage.Type - Enum in org.ldaptive.extended
Types of request modes.
syncReplClient - Variable in class org.ldaptive.control.util.SyncReplRunner
Search operation handle.
SyncReplClient - Class in org.ldaptive.control.util
Client that simplifies using the sync repl control.
SyncReplClient(ConnectionFactory, boolean) - Constructor for class org.ldaptive.control.util.SyncReplClient
Creates a new sync repl client.
SyncReplClient(ConnectionFactory, boolean, boolean) - Constructor for class org.ldaptive.control.util.SyncReplClient
Creates a new sync repl client.
SyncReplCookie - Class in org.ldaptive.control.util
Class for parsing a sync repl cookie.
SyncReplCookie(String) - Constructor for class org.ldaptive.control.util.SyncReplCookie
Creates a new sync repl cookie.
SyncReplCookie.CSN - Class in org.ldaptive.control.util
Class representing a Change Sequence Number.
SyncReplRunner - Class in org.ldaptive.control.util
Class that executes a SyncReplClient and expects to run continuously, reconnecting if the server is unavailable.
SyncReplRunner(SingleConnectionFactory, SearchRequest, CookieManager) - Constructor for class org.ldaptive.control.util.SyncReplRunner
Creates a new sync repl runner.
SyncRequestControl - Class in org.ldaptive.control
Request control for ldap content synchronization.
SyncRequestControl() - Constructor for class org.ldaptive.control.SyncRequestControl
Default constructor.
SyncRequestControl(SyncRequestControl.Mode) - Constructor for class org.ldaptive.control.SyncRequestControl
Creates a new sync request control.
SyncRequestControl(SyncRequestControl.Mode, boolean) - Constructor for class org.ldaptive.control.SyncRequestControl
Creates a new sync request control.
SyncRequestControl(SyncRequestControl.Mode, byte[], boolean) - Constructor for class org.ldaptive.control.SyncRequestControl
Creates a new sync request control.
SyncRequestControl(SyncRequestControl.Mode, byte[], boolean, boolean) - Constructor for class org.ldaptive.control.SyncRequestControl
Creates a new sync request control.
SyncRequestControl.Mode - Enum in org.ldaptive.control
Types of request modes.
syncState - Variable in class org.ldaptive.control.SyncStateControl
sync state.
SyncStateControl - Class in org.ldaptive.control
Response control for ldap content synchronization.
SyncStateControl() - Constructor for class org.ldaptive.control.SyncStateControl
Default constructor.
SyncStateControl(boolean) - Constructor for class org.ldaptive.control.SyncStateControl
Creates a new sync state control.
SyncStateControl(SyncStateControl.State) - Constructor for class org.ldaptive.control.SyncStateControl
Creates a new sync state control.
SyncStateControl(SyncStateControl.State, boolean) - Constructor for class org.ldaptive.control.SyncStateControl
Creates a new sync state control.
SyncStateControl(SyncStateControl.State, UUID, boolean) - Constructor for class org.ldaptive.control.SyncStateControl
Creates a new sync state control.
SyncStateControl(SyncStateControl.State, UUID, byte[], boolean) - Constructor for class org.ldaptive.control.SyncStateControl
Creates a new sync state control.
SyncStateControl.CookieHandler - Class in org.ldaptive.control
Parse handler implementation for the cookie.
SyncStateControl.EntryUuidHandler - Class in org.ldaptive.control
Parse handler implementation for the entry uuid.
SyncStateControl.State - Enum in org.ldaptive.control
Types of states.
SyncStateControl.StateHandler - Class in org.ldaptive.control
Parse handler implementation for the sync state.
Syntax - Class in org.ldaptive.schema
Bean for an attribute syntax schema element.
Syntax(String) - Constructor for class org.ldaptive.schema.Syntax
Creates a new attribute syntax.
Syntax(String, String, Extensions) - Constructor for class org.ldaptive.schema.Syntax
Creates a new attribute syntax.
SYNTAX_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.DefaultSchemaFunction
Default syntax function.
SYNTAX_FUNCTION - Static variable in class org.ldaptive.schema.SchemaParser.RegexSchemaFunction
Regex syntax function.
Syntax.DefaultDefinitionFunction - Class in org.ldaptive.schema
Parses a syntax definition using a char buffer.
Syntax.RegexDefinitionFunction - Class in org.ldaptive.schema
Parses a syntax definition using a regular expression.
syntaxes - Variable in class org.ldaptive.schema.Schema
Syntaxes.
syntaxOID - Variable in class org.ldaptive.schema.AttributeType
Syntax OID.
syntaxOID - Variable in class org.ldaptive.schema.MatchingRule
Syntax OID.
SyntaxValueTranscoder - Class in org.ldaptive.schema.transcode
Decodes and encodes an attribute syntax for use in an ldap attribute value.
SyntaxValueTranscoder() - Constructor for class org.ldaptive.schema.transcode.SyntaxValueTranscoder
 

T

T61STR - org.ldaptive.asn1.UniversalDERTag
T61String type.
TAG_CLASS - Static variable in class org.ldaptive.asn1.ApplicationDERTag
Application class is 01b in first two high-order bits.
TAG_CLASS - Static variable in class org.ldaptive.asn1.ContextDERTag
Context-specific class is 10b in first two high-order bits.
TAG_CLASS - Static variable in enum org.ldaptive.asn1.UniversalDERTag
Universal tag class is 00b in first two high-order bytes.
TAG_NAME - Static variable in class org.ldaptive.asn1.ApplicationDERTag
Generic tag name "APP" for an application-specific type.
TAG_NAME - Static variable in class org.ldaptive.asn1.ContextDERTag
Generic tag name "CTX" for a context-specific type.
tagName - Variable in class org.ldaptive.asn1.CustomDERTag
Tag name.
TAGNAME_MAP - Static variable in enum org.ldaptive.asn1.UniversalDERTag
Maps tag names to tags.
tagNo - Variable in class org.ldaptive.asn1.AbstractDERTag
Tag number.
tagNo - Variable in enum org.ldaptive.asn1.UniversalDERTag
Tag number.
TAGNO_MAP - Static variable in enum org.ldaptive.asn1.UniversalDERTag
Maps tag numbers to tags.
target - Variable in class org.ldaptive.dns.SRVRecord
SRV target.
targetOffset - Variable in class org.ldaptive.control.util.VirtualListViewParams
VLV target offset; mutually exclusive with the assertion value.
targetOffset - Variable in class org.ldaptive.control.VirtualListViewRequestControl
target entry's offset within the ordered search result set.
targetPosition - Variable in class org.ldaptive.control.VirtualListViewResponseControl
list offset for the target entry.
TargetPositionHandler(VirtualListViewResponseControl) - Constructor for class org.ldaptive.control.VirtualListViewResponseControl.TargetPositionHandler
Creates a new target position handler.
template(FilterTemplate) - Method in class org.ldaptive.SearchOperation.Builder
Sets the filter template.
termParsers - Variable in class org.ldaptive.templates.SearchTemplates
Term parsers for creating filter parameters.
terms - Variable in class org.ldaptive.templates.Query
Query separated into terms.
test(LdapURL) - Method in class org.ldaptive.transport.netty.NettyConnection
 
test(LdapURL) - Method in class org.ldaptive.transport.TransportConnection
Determine whether the supplied URL is acceptable for use.
testAndThrow(Result) - Method in interface org.ldaptive.handler.ResultPredicate
Test a result and throw if the test succeeds.
testInactiveUrls() - Method in class org.ldaptive.LdapURLActivatorService
Tests each registered URL.
THREAD_COUNT_PATH - Static variable in class org.ldaptive.ad.control.GetStatsControl
DER path to thread count.
throttle - Variable in class org.ldaptive.transport.netty.HandleMap
Semaphore to throttle incoming requests.
THROTTLE_REQUESTS - Static variable in class org.ldaptive.transport.netty.HandleMap
If property is greater than zero, use the throttle semaphore.
THROTTLE_REQUESTS_PROPERTY - Static variable in class org.ldaptive.transport.netty.HandleMap
Ldap netty transport system property.
THROTTLE_TIMEOUT - Static variable in class org.ldaptive.transport.netty.HandleMap
Maximum time to wait for the throttle semaphore.
THROTTLE_TIMEOUT_PROPERTY - Static variable in class org.ldaptive.transport.netty.HandleMap
Ldap netty transport system property.
throwCondition - Variable in class org.ldaptive.AbstractOperation
Function to test results.
throwCondition - Variable in class org.ldaptive.AbstractSearchOperationFactory
Function to test results.
throwCondition - Variable in class org.ldaptive.ad.control.util.DirSyncClient
Function to test results.
throwCondition - Variable in class org.ldaptive.ext.MergeOperation
Function to test results.
throwCondition - Variable in class org.ldaptive.transport.DefaultOperationHandle
Function to run when a result is received to determine whether an exception should be raised.
throwIf(ResultPredicate) - Method in class org.ldaptive.AbstractOperation.AbstractBuilder
Sets the function to test a result.
throwIf(ResultPredicate) - Method in interface org.ldaptive.CompareOperationHandle
 
throwIf(ResultPredicate) - Method in interface org.ldaptive.extended.ExtendedOperationHandle
 
throwIf(ResultPredicate) - Method in interface org.ldaptive.OperationHandle
Sets the function to determine whether an exception should be raised by a particular result.
throwIf(ResultPredicate) - Method in interface org.ldaptive.SearchOperationHandle
 
throwIf(ResultPredicate) - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
 
throwIf(ResultPredicate) - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
 
throwIf(ResultPredicate) - Method in class org.ldaptive.transport.DefaultOperationHandle
 
throwIf(ResultPredicate) - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
throwIfClosed() - Method in class org.ldaptive.transport.netty.NettyConnection
Throws an exception if the Netty channel is closed.
throwIfNotInitialized() - Method in class org.ldaptive.pool.AbstractConnectionPool
Used to determine whether AbstractConnectionPool.initialize() has been invoked for this pool.
throwOnEscapeChars(String...) - Static method in class org.ldaptive.filter.RegexFilterFunction
Throws an exception if the supplied value matches RegexFilterFunction.ESCAPE_CHARS_PATTERN.
throwSecurityException() - Method in interface org.ldaptive.auth.AccountState.Error
Throws the LoginException that best maps to this error.
throwSecurityException() - Method in enum org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
 
throwSecurityException() - Method in enum org.ldaptive.auth.ext.EDirectoryAccountState.Error
 
throwSecurityException() - Method in enum org.ldaptive.auth.ext.FreeIPAAccountState.Error
 
throwSecurityException() - Method in enum org.ldaptive.auth.ext.PasswordExpirationAccountState.Error
 
throwSecurityException() - Method in enum org.ldaptive.control.PasswordPolicyControl.Error
 
time - Variable in class org.ldaptive.control.util.SyncReplCookie.CSN
CSN time.
TIME_LIMIT_EXCEEDED - org.ldaptive.ResultCode
time limit exceeded.
TIME_REGEX - Static variable in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
Generalized time format regular expression.
timeBeforeExpiration - Variable in class org.ldaptive.control.PasswordExpiringControl
time in seconds until expiration.
timeBeforeExpiration - Variable in class org.ldaptive.control.PasswordPolicyControl
Ppolicy warning.
TimeBeforeExpirationHandler(PasswordPolicyControl) - Constructor for class org.ldaptive.control.PasswordPolicyControl.TimeBeforeExpirationHandler
Creates a new time before expiration handler.
timeLimit - Variable in class org.ldaptive.SearchRequest
Time limit.
timeLimit(Duration) - Method in class org.ldaptive.SearchRequest.Builder
Sets the time limit.
timeout(Duration) - Method in class org.ldaptive.AbstractConnectionValidator.AbstractBuilder
Sets the validation timeout.
timeoutIsFailure - Variable in class org.ldaptive.AbstractConnectionValidator
Whether the occurrence of a timeout should result in a validation failure.
timeoutIsFailure(boolean) - Method in class org.ldaptive.AbstractConnectionValidator.AbstractBuilder
Sets whether timeout is a validation failure.
TIMEZONE_PATTERN - Static variable in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
Pattern for capturing timezone in generalized time.
TLS_NOT_SUPPORTED - org.ldaptive.ResultCode
tls not supported.
toByteArray(String, boolean) - Method in class org.ldaptive.LdapAttribute
Converts the supplied string value to a byte array respecting the LdapAttribute.binary flag.
toBytes(boolean) - Static method in class org.ldaptive.asn1.BooleanType
Converts the supplied boolean to a byte array.
toBytes(int) - Static method in class org.ldaptive.asn1.OidType
Converts the supplied oid component to a byte array.
toBytes(int[]) - Static method in class org.ldaptive.asn1.OidType
Converts the supplied list of oid components to a byte array.
toBytes(String) - Static method in class org.ldaptive.ad.GlobalIdentifier
Converts the supplied GUID to its binary format.
toBytes(String) - Static method in class org.ldaptive.ad.SecurityIdentifier
Converts the supplied SID to its binary format.
toBytes(String) - Static method in class org.ldaptive.asn1.OctetStringType
Converts the supplied string to a byte array using the UTF-8 encoding.
toBytes(BigInteger) - Static method in class org.ldaptive.asn1.IntegerType
Converts the supplied big integer to a byte array.
toBytes(UUID) - Static method in class org.ldaptive.asn1.UuidType
Converts the supplied uuid to a byte array.
toLowerCase(String) - Static method in class org.ldaptive.LdapUtils
Converts the supplied string to lower case.
toLowerCaseAscii(String) - Static method in class org.ldaptive.LdapUtils
Converts the characters A-Z to a-z.
toMillis(String) - Method in enum org.ldaptive.transcode.GeneralizedTimeValueTranscoder.FractionalPart
Converts the given fractional date part to milliseconds.
toNode(String) - Static method in class org.ldaptive.asn1.DERPath
Converts a string representation of a node into a DERPath.Node object.
TOO_LATE - org.ldaptive.ResultCode
too late, See RFC 3909.
toResult - Variable in class org.ldaptive.templates.Query
End index of search results to return.
toRoles(Collection<LdapAttribute>) - Static method in class org.ldaptive.jaas.LdapRole
Iterates over the supplied attributes and returns all values as a set of ldap roles.
toRoles(LdapEntry) - Static method in class org.ldaptive.jaas.LdapRole
Iterates over the supplied entry and returns all attributes as a set of ldap roles.
toRoles(SearchResponse) - Static method in class org.ldaptive.jaas.LdapRole
Iterates over the supplied result and returns all attributes as a set of ldap roles.
toString() - Method in class org.ldaptive.AbandonRequest
 
toString() - Method in class org.ldaptive.AbstractConnectionStrategy
 
toString() - Method in class org.ldaptive.AbstractConnectionValidator
 
toString() - Method in class org.ldaptive.AbstractMessage
 
toString() - Method in class org.ldaptive.AbstractOperation
 
toString() - Method in class org.ldaptive.AbstractOperationConnectionValidator
 
toString() - Method in class org.ldaptive.AbstractRequestMessage
 
toString() - Method in class org.ldaptive.AbstractResult
 
toString() - Method in class org.ldaptive.AbstractRetryMetadata
 
toString() - Method in class org.ldaptive.ad.control.DirSyncControl
 
toString() - Method in class org.ldaptive.ad.control.ExtendedDnControl
 
toString() - Method in class org.ldaptive.ad.control.GetStatsControl
 
toString() - Method in class org.ldaptive.ad.control.SearchOptionsControl
 
toString() - Method in class org.ldaptive.ad.control.util.NotificationClient.NotificationItem
 
toString() - Method in class org.ldaptive.ad.control.VerifyNameControl
 
toString() - Method in class org.ldaptive.AddRequest
 
toString() - Method in class org.ldaptive.asn1.AbstractDERTag
 
toString() - Method in class org.ldaptive.asn1.ApplicationDERTag
 
toString() - Method in class org.ldaptive.asn1.CustomDERTag
 
toString() - Method in class org.ldaptive.asn1.DefaultDERBuffer
 
toString() - Method in class org.ldaptive.asn1.DERPath.Node
 
toString() - Method in class org.ldaptive.asn1.DERPath
 
toString() - Method in class org.ldaptive.AttributeModification
 
toString() - Method in class org.ldaptive.auth.AccountState.DefaultWarning
 
toString() - Method in class org.ldaptive.auth.AccountState
 
toString() - Method in class org.ldaptive.auth.AuthenticationCriteria
 
toString() - Method in class org.ldaptive.auth.AuthenticationHandlerResponse
 
toString() - Method in class org.ldaptive.auth.AuthenticationRequest
 
toString() - Method in class org.ldaptive.auth.AuthenticationResponse
 
toString() - Method in class org.ldaptive.auth.Authenticator
 
toString() - Method in class org.ldaptive.auth.CompareAuthenticationHandler.Scheme
 
toString() - Method in class org.ldaptive.auth.CompareAuthenticationHandler
 
toString() - Method in class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
 
toString() - Method in class org.ldaptive.auth.ext.EDirectoryAuthenticationResponseHandler
 
toString() - Method in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
 
toString() - Method in class org.ldaptive.auth.FormatDnResolver
 
toString() - Method in class org.ldaptive.auth.NoOpDnResolver
 
toString() - Method in class org.ldaptive.auth.NoOpEntryResolver
 
toString() - Method in class org.ldaptive.auth.SearchDnResolver
 
toString() - Method in class org.ldaptive.auth.SearchEntryResolver
 
toString() - Method in class org.ldaptive.auth.SimpleBindAuthenticationHandler
 
toString() - Method in class org.ldaptive.auth.User
 
toString() - Method in class org.ldaptive.beans.AbstractClassDescriptor.SimpleAttributeValueMutator
 
toString() - Method in class org.ldaptive.beans.AbstractClassDescriptor
 
toString() - Method in class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
 
toString() - Method in class org.ldaptive.beans.reflect.ArrayReflectionTranscoder
 
toString() - Method in class org.ldaptive.beans.reflect.DefaultDnValueMutator
 
toString() - Method in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
 
toString() - Method in class org.ldaptive.beans.reflect.FieldAttributeValueMutator
 
toString() - Method in class org.ldaptive.beans.reflect.MethodAttributeValueMutator
 
toString() - Method in class org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
 
toString() - Method in class org.ldaptive.beans.spring.SpelAttributeValueMutator
 
toString() - Method in class org.ldaptive.beans.spring.SpelDnValueMutator
 
toString() - Method in class org.ldaptive.BindConnectionInitializer
 
toString() - Method in class org.ldaptive.ClosedRetryMetadata
 
toString() - Method in class org.ldaptive.CompareConnectionValidator
 
toString() - Method in class org.ldaptive.CompareOperation
 
toString() - Method in class org.ldaptive.CompareRequest
 
toString() - Method in class org.ldaptive.concurrent.AbstractOperationWorker
 
toString() - Method in class org.ldaptive.ConnectionConfig
 
toString() - Method in class org.ldaptive.control.AbstractControl
 
toString() - Method in class org.ldaptive.control.AuthorizationIdentityResponseControl
 
toString() - Method in class org.ldaptive.control.EntryChangeNotificationControl
 
toString() - Method in class org.ldaptive.control.GenericControl
 
toString() - Method in class org.ldaptive.control.MatchedValuesRequestControl
 
toString() - Method in class org.ldaptive.control.PagedResultsControl
 
toString() - Method in class org.ldaptive.control.PasswordExpiringControl
 
toString() - Method in class org.ldaptive.control.PasswordPolicyControl
 
toString() - Method in class org.ldaptive.control.PersistentSearchRequestControl
 
toString() - Method in class org.ldaptive.control.ProxyAuthorizationControl
 
toString() - Method in class org.ldaptive.control.SessionTrackingControl
 
toString() - Method in class org.ldaptive.control.SortKey
 
toString() - Method in class org.ldaptive.control.SortRequestControl
 
toString() - Method in class org.ldaptive.control.SortResponseControl
 
toString() - Method in class org.ldaptive.control.SyncDoneControl
 
toString() - Method in class org.ldaptive.control.SyncRequestControl
 
toString() - Method in class org.ldaptive.control.SyncStateControl
 
toString() - Method in class org.ldaptive.control.util.SyncReplClient
 
toString() - Method in class org.ldaptive.control.util.SyncReplRunner
 
toString() - Method in class org.ldaptive.control.util.VirtualListViewParams
 
toString() - Method in class org.ldaptive.control.VirtualListViewRequestControl
 
toString() - Method in class org.ldaptive.control.VirtualListViewResponseControl
 
toString() - Method in class org.ldaptive.Credential
 
toString() - Method in class org.ldaptive.DefaultConnectionFactory
 
toString() - Method in class org.ldaptive.DeleteRequest
 
toString() - Method in class org.ldaptive.dn.DefaultRDnNormalizer
 
toString() - Method in class org.ldaptive.dn.Dn
 
toString() - Method in class org.ldaptive.dn.NameValue
 
toString() - Method in class org.ldaptive.dn.RDn
 
toString() - Method in class org.ldaptive.dns.AbstractDNSResolver
 
toString() - Method in class org.ldaptive.dns.DefaultDNSContextFactory
 
toString() - Method in class org.ldaptive.dns.SRVDNSResolver
 
toString() - Method in class org.ldaptive.dns.SRVRecord
 
toString() - Method in class org.ldaptive.ext.MergeRequest
 
toString() - Method in class org.ldaptive.extended.ExtendedOperation
 
toString() - Method in class org.ldaptive.extended.ExtendedRequest
 
toString() - Method in class org.ldaptive.extended.ExtendedResponse
 
toString() - Method in class org.ldaptive.extended.IntermediateResponse
 
toString() - Method in class org.ldaptive.extended.SyncInfoMessage
 
toString() - Method in class org.ldaptive.filter.AbstractAttributeValueAssertionFilter
 
toString() - Method in class org.ldaptive.filter.AndFilter
 
toString() - Method in class org.ldaptive.filter.ExtensibleFilter
 
toString() - Method in class org.ldaptive.filter.NotFilter
 
toString() - Method in class org.ldaptive.filter.OrFilter
 
toString() - Method in class org.ldaptive.filter.PresenceFilter
 
toString() - Method in class org.ldaptive.filter.SubstringFilter
 
toString() - Method in class org.ldaptive.FilterTemplate
 
toString() - Method in class org.ldaptive.handler.CaseChangeEntryHandler
 
toString() - Method in class org.ldaptive.handler.DnAttributeEntryHandler
 
toString() - Method in class org.ldaptive.handler.MergeAttributeEntryHandler
 
toString() - Method in class org.ldaptive.handler.MergeResultHandler
 
toString() - Method in class org.ldaptive.handler.RecursiveResultHandler
 
toString() - Method in class org.ldaptive.handler.SortResultHandler
 
toString() - Method in class org.ldaptive.jaas.LdapCredential
 
toString() - Method in class org.ldaptive.jaas.LdapDnPrincipal
 
toString() - Method in class org.ldaptive.jaas.LdapGroup
 
toString() - Method in class org.ldaptive.jaas.LdapPrincipal
 
toString() - Method in class org.ldaptive.jaas.LdapRole
 
toString() - Method in class org.ldaptive.jaas.SearchRoleResolver
 
toString() - Method in class org.ldaptive.LdapAttribute
 
toString() - Method in class org.ldaptive.LdapEntry
 
toString() - Method in class org.ldaptive.LdapURL
 
toString() - Method in class org.ldaptive.LdapURLRetryMetadata
 
toString() - Method in class org.ldaptive.LdapURLSet
 
toString() - Method in class org.ldaptive.ModifyDnRequest
 
toString() - Method in class org.ldaptive.ModifyRequest
 
toString() - Method in class org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
 
toString() - Method in class org.ldaptive.pool.AbstractConnectionPool
 
toString() - Method in class org.ldaptive.pool.BindConnectionPassivator
 
toString() - Method in class org.ldaptive.pool.BlockingConnectionPool
 
toString() - Method in class org.ldaptive.pool.IdlePruneStrategy
 
toString() - Method in class org.ldaptive.pool.PooledConnectionStatistics
 
toString() - Method in class org.ldaptive.pool.Queue
 
toString() - Method in class org.ldaptive.PooledConnectionFactory
 
toString() - Method in class org.ldaptive.sasl.CramMD5BindRequest
 
toString() - Method in class org.ldaptive.sasl.DefaultSaslClientRequest
 
toString() - Method in class org.ldaptive.sasl.DigestMD5BindRequest
 
toString() - Method in class org.ldaptive.sasl.GssApiBindRequest
 
toString() - Method in class org.ldaptive.sasl.SaslBindRequest
 
toString() - Method in class org.ldaptive.sasl.SaslConfig
 
toString() - Method in class org.ldaptive.schema.AttributeType
 
toString() - Method in class org.ldaptive.schema.DITContentRule
 
toString() - Method in class org.ldaptive.schema.DITStructureRule
 
toString() - Method in class org.ldaptive.schema.Extensions
 
toString() - Method in class org.ldaptive.schema.MatchingRule
 
toString() - Method in class org.ldaptive.schema.MatchingRuleUse
 
toString() - Method in class org.ldaptive.schema.NameForm
 
toString() - Method in class org.ldaptive.schema.ObjectClass
 
toString() - Method in class org.ldaptive.schema.Schema
 
toString() - Method in class org.ldaptive.schema.Syntax
 
toString() - Method in class org.ldaptive.SearchConnectionValidator
 
toString() - Method in class org.ldaptive.SearchOperation
 
toString() - Method in class org.ldaptive.SearchRequest
 
toString() - Method in class org.ldaptive.SearchResponse
 
toString() - Method in class org.ldaptive.SearchResultReference
 
toString() - Method in class org.ldaptive.SimpleBindRequest
 
toString() - Method in class org.ldaptive.SingleConnectionFactory
 
toString() - Method in class org.ldaptive.ssl.AggregateTrustManager
 
toString() - Method in class org.ldaptive.ssl.DefaultSSLContextInitializer
 
toString() - Method in class org.ldaptive.ssl.HostnameVerifierAdapter
 
toString() - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig
 
toString() - Method in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
 
toString() - Method in class org.ldaptive.ssl.SslConfig
 
toString() - Method in class org.ldaptive.ssl.X509CredentialConfig
 
toString() - Method in class org.ldaptive.ssl.X509SSLContextInitializer
 
toString() - Method in class org.ldaptive.templates.Query
 
toString() - Method in class org.ldaptive.templates.SearchTemplates
 
toString() - Method in class org.ldaptive.templates.SearchTemplatesOperation
 
toString() - Method in class org.ldaptive.transport.DefaultCompareOperationHandle
 
toString() - Method in class org.ldaptive.transport.DefaultExtendedOperationHandle
 
toString() - Method in class org.ldaptive.transport.DefaultOperationHandle
 
toString() - Method in class org.ldaptive.transport.DefaultSearchOperationHandle
 
toString() - Method in class org.ldaptive.transport.netty.ConnectionTransport
 
toString() - Method in class org.ldaptive.transport.netty.EncodedRequest
 
toString() - Method in class org.ldaptive.transport.netty.HandleMap
 
toString() - Method in class org.ldaptive.transport.netty.NettyConnection
 
toString() - Method in class org.ldaptive.transport.netty.NettyConnectionFactoryTransport
 
toString() - Method in class org.ldaptive.transport.netty.NettyDERBuffer
 
toString(byte[]) - Static method in class org.ldaptive.ad.GlobalIdentifier
Converts the supplied GUID to its string format.
toString(byte[]) - Static method in class org.ldaptive.ad.SecurityIdentifier
Converts the supplied SID to its string format.
toString(StringBuilder) - Method in class org.ldaptive.asn1.DERPath.Node
Appends the string representation of this instance to the given string builder.
toUpperCase(String) - Static method in class org.ldaptive.LdapUtils
Converts the supplied string to upper case.
toUpperCaseAscii(String) - Static method in class org.ldaptive.LdapUtils
Converts the characters a-z to A-Z.
TrackingIdentifierHandler(SessionTrackingControl) - Constructor for class org.ldaptive.control.SessionTrackingControl.TrackingIdentifierHandler
Creates a new tracking identifier handler.
transcoder - Variable in class org.ldaptive.beans.spring.SpelAttributeValueMutator
Custom transcoder for this attribute.
transcoder() - Method in annotation type org.ldaptive.beans.Attribute
Transcoder for this attribute.
TRANSCODER - Static variable in class org.ldaptive.ad.UnicodePwdAttribute
transcoder used when adding string values.
TranscoderFactory - Class in org.ldaptive.beans.reflect
Creates value transcoders and stores them in a static map.
TranscoderFactory() - Constructor for class org.ldaptive.beans.reflect.TranscoderFactory
Default constructor.
TRANSCODERS - Static variable in class org.ldaptive.beans.reflect.TranscoderFactory
Value transcoders.
transport - Variable in class org.ldaptive.DefaultConnectionFactory
Transport used by this factory.
Transport - Interface in org.ldaptive.transport
Provides an abstraction layer for different TransportConnection implementations.
TRANSPORT_OVERRIDE - Static variable in class org.ldaptive.transport.TransportFactory
Map of connection factory class to transport constructor.
TransportConnection - Class in org.ldaptive.transport
Base class for connection implementations.
TransportConnection(ConnectionConfig) - Constructor for class org.ldaptive.transport.TransportConnection
Creates a new transport connection.
TransportFactory - Class in org.ldaptive.transport
Factory for creating connection transports.
TransportFactory() - Constructor for class org.ldaptive.transport.TransportFactory
Default constructor.
transportOption(String, Object) - Method in class org.ldaptive.ConnectionConfig.Builder
 
transportOptions - Variable in class org.ldaptive.ConnectionConfig
Transport options.
TreeDeleteControl - Class in org.ldaptive.control
Request control for TreeDelete.
TreeDeleteControl() - Constructor for class org.ldaptive.control.TreeDeleteControl
Default constructor.
TreeDeleteControl(boolean) - Constructor for class org.ldaptive.control.TreeDeleteControl
Creates a new tree delete control.
trimSpace(String) - Static method in class org.ldaptive.LdapUtils
Removes the space character from both the beginning and end of the supplied value.
TRUE_BYTE - Static variable in class org.ldaptive.asn1.BooleanType
Boolean true byte representation.
trustAliases - Variable in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
Aliases of trust entries to use.
trustCertificates - Variable in class org.ldaptive.ssl.X509CredentialConfig
Name of the trust certificates to use for the SSL connection.
trustCertificates(String) - Method in class org.ldaptive.ssl.X509CredentialConfig.Builder
 
trustCerts - Variable in class org.ldaptive.ssl.X509SSLContextInitializer
Certificates used to create trust managers.
trustKeystore - Variable in class org.ldaptive.ssl.KeyStoreSSLContextInitializer
KeyStore used to create trust managers.
trustManager - Variable in class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
Trust manager.
trustManagerCheck(AggregateTrustManager.TrustManagerConsumer) - Method in class org.ldaptive.ssl.AggregateTrustManager
Invoke the supplied consumer for each trust manager.
trustManagers - Variable in class org.ldaptive.ssl.AbstractSSLContextInitializer
Trust managers.
trustManagers - Variable in class org.ldaptive.ssl.AggregateTrustManager
Trust managers to invoke.
trustManagers - Variable in class org.ldaptive.ssl.DefaultTrustManager
Default trust managers.
trustManagers - Variable in class org.ldaptive.ssl.SslConfig
Trust managers.
trustManagers(TrustManager...) - Method in class org.ldaptive.ssl.SslConfig.Builder
 
trustStore - Variable in class org.ldaptive.ssl.KeyStoreCredentialConfig
Name of the truststore to use for the SSL connection.
trustStore(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig.Builder
 
trustStoreAliases - Variable in class org.ldaptive.ssl.KeyStoreCredentialConfig
Truststore aliases to use.
trustStoreAliases(String...) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig.Builder
 
trustStorePassword - Variable in class org.ldaptive.ssl.KeyStoreCredentialConfig
Password needed to open the truststore.
trustStorePassword(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig.Builder
 
trustStoreType - Variable in class org.ldaptive.ssl.KeyStoreCredentialConfig
Truststore type.
trustStoreType(String) - Method in class org.ldaptive.ssl.KeyStoreCredentialConfig.Builder
 
trustStrategy - Variable in class org.ldaptive.ssl.AggregateTrustManager
Whether to require all trust managers succeed.
tryFirstPass - Variable in class org.ldaptive.jaas.AbstractLoginModule
Whether credentials from the shared state should be used if they are available.
type - Variable in class org.ldaptive.beans.reflect.AbstractCollectionReflectionTranscoder
Type that is a collection.
type - Variable in class org.ldaptive.beans.reflect.ArrayReflectionTranscoder
Type of array element for this transcoder.
type(SyncInfoMessage.Type) - Method in class org.ldaptive.extended.SyncInfoMessage.Builder
 
Type() - Constructor for enum org.ldaptive.AttributeModification.Type
 
Type() - Constructor for enum org.ldaptive.extended.SyncInfoMessage.Type
 
Type() - Constructor for enum org.ldaptive.filter.Filter.Type
 
typeConverter - Variable in class org.ldaptive.beans.spring.SpringLdapEntryMapper
Type converter used by all contexts.
typeMappings - Variable in class org.ldaptive.beans.generate.BeanGenerator
Mapping to determine attribute value type.
typeMappings(Map<String, Class<?>>) - Method in class org.ldaptive.beans.generate.BeanGenerator.Builder
 
typesOnly - Variable in class org.ldaptive.SearchRequest
Types only.
typesOnly(boolean) - Method in class org.ldaptive.SearchRequest.Builder
Sets the types only.

U

UNAVAILABLE - org.ldaptive.ResultCode
unavailable.
UNAVAILABLE_CRITICAL_EXTENSION - org.ldaptive.ResultCode
unavailable critical extension.
UnbindRequest - Class in org.ldaptive
LDAP unbind request defined as:
UnbindRequest() - Constructor for class org.ldaptive.UnbindRequest
 
UNDEFINED_ATTRIBUTE_TYPE - org.ldaptive.ResultCode
undefined attribute type.
UnicodePwdAttribute - Class in org.ldaptive.ad
Helper class for the active directory unicodePwd attribute.
UnicodePwdAttribute() - Constructor for class org.ldaptive.ad.UnicodePwdAttribute
Default constructor.
UnicodePwdAttribute(String...) - Constructor for class org.ldaptive.ad.UnicodePwdAttribute
Creates a new unicode pwd attribute.
UnicodePwdValueTranscoder - Class in org.ldaptive.ad.transcode
Decodes and encodes an active directory unicodePwd value for use in an ldap attribute value.
UnicodePwdValueTranscoder() - Constructor for class org.ldaptive.ad.transcode.UnicodePwdValueTranscoder
 
UNIFORM_RESOURCE_IDENTIFIER - org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
uniform resource identifier (6).
UNISTR - org.ldaptive.asn1.UniversalDERTag
UniversalString type.
UniversalDERTag - Enum in org.ldaptive.asn1
Enumeration with common BER/DER universal tag types.
UniversalDERTag(int, boolean) - Constructor for enum org.ldaptive.asn1.UniversalDERTag
Creates a new universal DER tag.
UNKNOWN - org.ldaptive.auth.ext.FreeIPAAccountState.Error
unknown state.
unsolicitedNotification(UnsolicitedNotification) - Method in class org.ldaptive.transport.DefaultOperationHandle
UnsolicitedNotification - Class in org.ldaptive.extended
LDAP unsolicited notification defined as:
UnsolicitedNotification() - Constructor for class org.ldaptive.extended.UnsolicitedNotification
Default constructor.
UnsolicitedNotification(DERBuffer) - Constructor for class org.ldaptive.extended.UnsolicitedNotification
Creates a new unsolicited notification.
UnsolicitedNotification.Builder - Class in org.ldaptive.extended
 
UnsolicitedNotificationHandler - Interface in org.ldaptive.handler
Marker interface for an intermediate response handler.
unsolicitedNotificationHandlers - Variable in class org.ldaptive.AbstractOperation
Functions to handle unsolicited notifications.
unsolicitedNotificationHandlers - Variable in class org.ldaptive.AbstractSearchOperationFactory
Functions to handle unsolicited notifications.
UNWILLING_TO_PERFORM - org.ldaptive.ResultCode
unwilling to perform.
UPPER - org.ldaptive.handler.CaseChangeEntryHandler.CaseChange
upper case.
uris(String...) - Method in class org.ldaptive.SearchResultReference.Builder
 
url(String) - Method in class org.ldaptive.ConnectionConfig.Builder
 
URL_PATTERN - Static variable in class org.ldaptive.LdapURL
Pattern to match LDAP URL.
URLResourceLoader - Class in org.ldaptive.io
Creates an InputStream from a string that is a URL.
URLResourceLoader() - Constructor for class org.ldaptive.io.URLResourceLoader
 
urls - Variable in class org.ldaptive.LdapURLSet
List of LDAP URLs to connect to in the order provided by the connection strategy.
usage - Variable in class org.ldaptive.schema.AttributeType
Usage.
USE_NIO - Static variable in class org.ldaptive.transport.netty.NettyUtils
Whether to use NIO even if other transports are available.
useFirstPass - Variable in class org.ldaptive.jaas.AbstractLoginModule
Whether credentials from the shared state should be used.
useOperationalAttributes - Variable in class org.ldaptive.beans.generate.BeanGenerator
Whether to include operational attributes.
useOperationalAttributes(boolean) - Method in class org.ldaptive.beans.generate.BeanGenerator.Builder
 
useOptionalAttributes - Variable in class org.ldaptive.beans.generate.BeanGenerator
Whether to include optional attributes.
useOptionalAttributes(boolean) - Method in class org.ldaptive.beans.generate.BeanGenerator.Builder
 
user - Variable in class org.ldaptive.auth.AuthenticationRequest
User.
user(User) - Method in class org.ldaptive.auth.AuthenticationRequest.Builder
Sets the user.
User - Class in org.ldaptive.auth
Encapsulates the data needed to perform authentication for a user.
User(String) - Constructor for class org.ldaptive.auth.User
Creates a new user.
User(String, Object) - Constructor for class org.ldaptive.auth.User
Creates a new user.
USER_APPLICATIONS - org.ldaptive.schema.AttributeUsage
user applications.
USER_CANCELLED - org.ldaptive.ResultCode
user cancelled.
useReplace - Variable in class org.ldaptive.ext.MergeRequest
Whether to use replace or add/delete for attribute modifications.
userFilter - Variable in class org.ldaptive.auth.AbstractSearchEntryResolver
Filter for searching for the user.
userFilter - Variable in class org.ldaptive.auth.SearchDnResolver
Filter for searching for the user.
userFilterParameters - Variable in class org.ldaptive.auth.AbstractSearchEntryResolver
Filter parameters for searching for the user.
userFilterParameters - Variable in class org.ldaptive.auth.SearchDnResolver
Filter parameters for searching for the user.
username - Variable in class org.ldaptive.sasl.ScramBindRequest
Username.
USERNAME_ACCT_OID - Static variable in class org.ldaptive.control.SessionTrackingControl
OID for the SASL authorization identity string format.
userRoleAttribute - Variable in class org.ldaptive.jaas.LdapLoginModule
User attribute to add to role data.
useSSL - Variable in class org.ldaptive.dns.SRVDNSResolver
Connect to LDAP using LDAPS.
useSSL - Variable in class org.ldaptive.dns.SRVRecord
whether to use LDAPS.
useSSL - Variable in class org.ldaptive.DnsSrvConnectionStrategy
Connect to LDAP using LDAPS.
useStartTLS - Variable in class org.ldaptive.ConnectionConfig
Connect to LDAP using startTLS.
useStartTLS(boolean) - Method in class org.ldaptive.ConnectionConfig.Builder
 
UTCTIME - org.ldaptive.asn1.UniversalDERTag
UTCTime type.
utf8Encode(byte[]) - Static method in class org.ldaptive.LdapUtils
This will convert the supplied value to a UTF-8 encoded string.
utf8Encode(byte[], boolean) - Static method in class org.ldaptive.LdapUtils
This will convert the supplied value to a UTF-8 encoded string.
utf8Encode(String) - Static method in class org.ldaptive.LdapUtils
This will convert the supplied value to a UTF-8 encoded byte array.
utf8Encode(String, boolean) - Static method in class org.ldaptive.LdapUtils
This will convert the supplied value to a UTF-8 encoded byte array.
UTF8STR - org.ldaptive.asn1.UniversalDERTag
UTF8String type.
UUID_LENGTH - Static variable in class org.ldaptive.asn1.UuidType
Number of bytes in a uuid.
uuids(UUID...) - Method in class org.ldaptive.extended.SyncInfoMessage.Builder
 
UuidType - Class in org.ldaptive.asn1
Converts UUIDs to and from their DER encoded format.
UuidType(UUID) - Constructor for class org.ldaptive.asn1.UuidType
Creates a new uuid type.
UuidType(DERTag, UUID) - Constructor for class org.ldaptive.asn1.UuidType
Creates a new uuid type.
UUIDValueTranscoder - Class in org.ldaptive.transcode
Decodes and encodes a UUID for use in an ldap attribute value.
UUIDValueTranscoder() - Constructor for class org.ldaptive.transcode.UUIDValueTranscoder
 

V

validate() - Method in class org.ldaptive.pool.AbstractConnectionPool
Attempts to validate all connections in the pool.
validate(String) - Method in class org.ldaptive.schema.AbstractDefaultDefinitionFunction
Validates that the supplied definition is generally of the correct form.
validateFilter(Filter) - Method in class org.ldaptive.control.MatchedValuesRequestControl
Throws if the supplied filter is not a valid type for the matched values request control.
validateInput(String, AuthenticationRequest) - Method in class org.ldaptive.auth.Authenticator
Validates the authentication request and resolved DN.
validateOnCheckIn - Variable in class org.ldaptive.pool.AbstractConnectionPool
Whether the ldap connection should be validated when returned to the pool.
validateOnCheckIn(boolean) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
validateOnCheckOut - Variable in class org.ldaptive.pool.AbstractConnectionPool
Whether the ldap connection should be validated when given from the pool.
validateOnCheckOut(boolean) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
validatePeriod - Variable in class org.ldaptive.AbstractConnectionValidator
Validation period.
validatePeriodically - Variable in class org.ldaptive.pool.AbstractConnectionPool
Whether the pool should be validated periodically.
validatePeriodically(boolean) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
validateTimeout - Variable in class org.ldaptive.AbstractConnectionValidator
Maximum length of time a connection validation should block.
ValidationException - Exception in org.ldaptive.pool
Thrown when an attempt to validate a pooled connection fails.
ValidationException(Exception) - Constructor for exception org.ldaptive.pool.ValidationException
Creates a new validation exception.
ValidationException(String) - Constructor for exception org.ldaptive.pool.ValidationException
Creates a new validation exception.
ValidationException(String, Exception) - Constructor for exception org.ldaptive.pool.ValidationException
Creates a new validation exception.
validationExceptionHandler - Variable in class org.ldaptive.PooledConnectionFactory
Validation exception handler.
validationExceptionHandler(ValidationExceptionHandler) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
ValidationExceptionHandler - Interface in org.ldaptive.pool
Marker interface for a validation exception handler.
validator - Variable in class org.ldaptive.pool.AbstractConnectionPool
For validating connections.
validator - Variable in class org.ldaptive.SingleConnectionFactory
For validating the connection.
validator(ConnectionValidator) - Method in class org.ldaptive.PooledConnectionFactory.Builder
 
validator(ConnectionValidator) - Method in class org.ldaptive.SingleConnectionFactory.Builder
 
ValidatorHandler(ConnectionValidator) - Constructor for class org.ldaptive.transport.netty.NettyConnection.ValidatorHandler
Creates a new validator handler.
validResultCodes - Variable in class org.ldaptive.AbstractOperationConnectionValidator
Valid result codes.
validResultCodes(ResultCode...) - Method in class org.ldaptive.AbstractOperationConnectionValidator.AbstractBuilder
Sets the result codes to use for validation.
value - Variable in class org.ldaptive.AbstractMessage.ControlParser
Control value.
value - Variable in enum org.ldaptive.ad.control.DirSyncControl.Flag
underlying value.
value - Variable in class org.ldaptive.control.GenericControl
control value.
value - Variable in enum org.ldaptive.control.PersistentSearchChangeType
underlying value.
value - Variable in enum org.ldaptive.control.SyncRequestControl.Mode
underlying value.
value - Variable in enum org.ldaptive.control.SyncStateControl.State
underlying value.
value - Variable in class org.ldaptive.control.util.SyncReplCookie.CSN
Entire CSN value.
value - Variable in enum org.ldaptive.ReturnAttributes
underlying value.
value() - Method in enum org.ldaptive.ad.control.DirSyncControl.Flag
Returns the value.
value() - Method in enum org.ldaptive.control.PersistentSearchChangeType
Returns the value.
value() - Method in enum org.ldaptive.control.SyncRequestControl.Mode
Returns the value.
value() - Method in enum org.ldaptive.control.SyncStateControl.State
Returns the value.
value() - Method in enum org.ldaptive.props.PropertySource.PropertyDomain
Returns the properties domain value.
value() - Method in enum org.ldaptive.ResultCode
Returns the result code value.
value() - Method in enum org.ldaptive.ReturnAttributes
Returns the value(s).
value(byte[]) - Method in class org.ldaptive.extended.ExtendedRequest.Builder
Sets the request value.
value(String) - Method in class org.ldaptive.CompareRequest.Builder
Sets the assertion value.
VALUE_PATH - Static variable in class org.ldaptive.AbstractMessage.ControlParser
DER path to value.
VALUE_PATH - Static variable in class org.ldaptive.extended.ExtendedResponse
DER path to value.
valueOf(int) - Static method in enum org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
Returns the error for the supplied integer constant.
valueOf(int) - Static method in enum org.ldaptive.auth.ext.EDirectoryAccountState.Error
Returns the error for the supplied integer constant.
valueOf(int) - Static method in enum org.ldaptive.auth.ext.FreeIPAAccountState.Error
Returns the error for the supplied integer constant.
valueOf(int) - Static method in enum org.ldaptive.control.PasswordPolicyControl.Error
Returns the error for the supplied integer constant.
valueOf(int) - Static method in enum org.ldaptive.control.PersistentSearchChangeType
Returns the persistent search change type for the supplied integer constant.
valueOf(int) - Static method in enum org.ldaptive.control.SyncRequestControl.Mode
Returns the mode for the supplied integer constant.
valueOf(int) - Static method in enum org.ldaptive.control.SyncStateControl.State
Returns the state for the supplied integer constant.
valueOf(int) - Static method in enum org.ldaptive.ResultCode
Returns the result code for the supplied integer constant.
valueOf(long) - Static method in enum org.ldaptive.ad.control.DirSyncControl.Flag
Returns the flag for the supplied integer constant.
valueOf(String) - Static method in enum org.ldaptive.ad.control.DirSyncControl.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.ad.control.ExtendedDnControl.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.ad.control.SearchOptionsControl.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.asn1.UniversalDERTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.AttributeModification.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.auth.AuthenticationResultCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.auth.ext.EDirectoryAccountState.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.auth.ext.FreeIPAAccountState.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.auth.ext.PasswordExpirationAccountState.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.control.PasswordPolicyControl.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.control.PersistentSearchChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.control.SyncRequestControl.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.control.SyncStateControl.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.DerefAliases
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.extended.SyncInfoMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.filter.Filter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.filter.SubstringFilter.Substrings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.handler.CaseChangeEntryHandler.CaseChange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.pool.QueueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.props.PropertySource.PropertyDomain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.ResultCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.ReturnAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.sasl.Mechanism
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.sasl.QualityOfProtection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.sasl.SecurityStrength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.schema.AttributeUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.schema.ObjectClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.SearchScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.ssl.AggregateTrustManager.Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.transcode.GeneralizedTimeValueTranscoder.FractionalPart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ldaptive.transport.netty.NettyConnection.MessageStatus
Returns the enum constant of this type with the specified name.
values - Variable in class org.ldaptive.LdapEntry.AttributeParser
Attribute values.
values() - Static method in enum org.ldaptive.ad.control.DirSyncControl.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.ad.control.ExtendedDnControl.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.ad.control.SearchOptionsControl.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.asn1.UniversalDERTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.AttributeModification.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.auth.AuthenticationResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.auth.ext.ActiveDirectoryAccountState.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.auth.ext.EDirectoryAccountState.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.auth.ext.FreeIPAAccountState.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.auth.ext.PasswordExpirationAccountState.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in annotation type org.ldaptive.beans.Attribute
Attribute values.
values() - Static method in enum org.ldaptive.control.PasswordPolicyControl.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.control.PersistentSearchChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.control.SyncRequestControl.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.control.SyncStateControl.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.DerefAliases
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.extended.SyncInfoMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.filter.Filter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.filter.SubstringFilter.Substrings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.handler.CaseChangeEntryHandler.CaseChange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.pool.QueueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.props.PropertySource.PropertyDomain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.ResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.ReturnAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.sasl.Mechanism
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.sasl.QualityOfProtection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.sasl.SecurityStrength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.schema.AttributeUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.schema.ObjectClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.SearchScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.ssl.AggregateTrustManager.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.transcode.GeneralizedTimeValueTranscoder.FractionalPart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ldaptive.transport.netty.NettyConnection.MessageStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values(byte[]...) - Method in class org.ldaptive.LdapAttribute.Builder
 
values(String...) - Method in class org.ldaptive.LdapAttribute.Builder
 
values(ByteBuffer...) - Method in class org.ldaptive.LdapAttribute.Builder
 
values(Function<T, byte[]>, T...) - Method in class org.ldaptive.LdapAttribute.Builder
 
VALUES_PATH - Static variable in class org.ldaptive.LdapEntry.AttributeParser
DER path to values.
valueTranscoder - Variable in class org.ldaptive.beans.reflect.AbstractAttributeValueMutator
Transcoder for modifying this attribute.
valueTranscoder - Variable in class org.ldaptive.beans.reflect.ArrayReflectionTranscoder
Underlying value transcoder.
valueTranscoder - Variable in class org.ldaptive.beans.reflect.DefaultReflectionTranscoder
Transcoder for this type.
valueTranscoder - Variable in class org.ldaptive.beans.reflect.SingleValueReflectionTranscoder
Underlying value transcoder.
ValueTranscoder<T> - Interface in org.ldaptive.transcode
Interface for decoding and encoding custom types for ldap attribute values.
verified - Variable in class org.ldaptive.ssl.HostnameVerifyingListener
Whether hostname verification succeeded.
verified - Variable in class org.ldaptive.transport.ScramSaslClient.ServerFinalMessage
Whether the server message was successfully verified.
verifier - Variable in class org.ldaptive.ssl.DefaultHostnameVerifier
Hostname verifier delegate.
verify(String, X509Certificate) - Method in class org.ldaptive.ssl.AllowAnyHostnameVerifier
 
verify(String, X509Certificate) - Method in interface org.ldaptive.ssl.CertificateHostnameVerifier
Verify the supplied hostname matches the supplied certificate.
verify(String, X509Certificate) - Method in class org.ldaptive.ssl.DefaultHostnameVerifier
Verify if the hostname is an IP address using LdapUtils.isIPAddress(String).
verify(String, SSLSession) - Method in class org.ldaptive.ssl.AllowAnyHostnameVerifier
 
verify(String, SSLSession) - Method in class org.ldaptive.ssl.DefaultHostnameVerifier
 
verify(String, SSLSession) - Method in class org.ldaptive.ssl.HostnameVerifierAdapter
 
verifyDNS(String, X509Certificate) - Method in class org.ldaptive.ssl.DefaultHostnameVerifier
Verify the certificate allows use of the supplied DNS name.
verifyHostname(SSLSession, X509Certificate) - Method in class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
Resolves a hostname from the supplied session and invokes X509ExtendedTrustManagerWrapper.hostnameVerifier.
verifyIP(String, X509Certificate) - Method in class org.ldaptive.ssl.DefaultHostnameVerifier
Verify the certificate allows use of the supplied IP address.
VerifyNameControl - Class in org.ldaptive.ad.control
Request control for active directory servers to use an extended form of an object distinguished name.
VerifyNameControl() - Constructor for class org.ldaptive.ad.control.VerifyNameControl
Default constructor.
VerifyNameControl(String) - Constructor for class org.ldaptive.ad.control.VerifyNameControl
Creates a new verify name control.
VerifyNameControl(String, boolean) - Constructor for class org.ldaptive.ad.control.VerifyNameControl
Creates a new verify name control.
VERSION - Static variable in interface org.ldaptive.BindRequest
bind protocol version.
viewResult - Variable in class org.ldaptive.control.VirtualListViewResponseControl
Result of the vlv operation.
ViewResultHandler(VirtualListViewResponseControl) - Constructor for class org.ldaptive.control.VirtualListViewResponseControl.ViewResultHandler
Creates a new view result handler.
VIRTUAL_LIST_VIEW_ERROR - org.ldaptive.ResultCode
virtual list view error, See draft-ietf-ldapext-ldapv3-vlv.
VirtualListViewClient - Class in org.ldaptive.control.util
Client that simplifies using the virtual list view control.
VirtualListViewClient(ConnectionFactory, SortKey...) - Constructor for class org.ldaptive.control.util.VirtualListViewClient
Creates a new virtual list view client.
VirtualListViewParams - Class in org.ldaptive.control.util
Contains data required by the virtual list view operation.
VirtualListViewParams(int, int, int) - Constructor for class org.ldaptive.control.util.VirtualListViewParams
Creates a new virtual list view params.
VirtualListViewParams(int, int, int, CookieManager) - Constructor for class org.ldaptive.control.util.VirtualListViewParams
Creates a new virtual list view params.
VirtualListViewParams(String, int, int) - Constructor for class org.ldaptive.control.util.VirtualListViewParams
Creates a new virtual list view params.
VirtualListViewParams(String, int, int, CookieManager) - Constructor for class org.ldaptive.control.util.VirtualListViewParams
Creates a new virtual list view params.
VirtualListViewRequestControl - Class in org.ldaptive.control
Request control for virtual list view.
VirtualListViewRequestControl() - Constructor for class org.ldaptive.control.VirtualListViewRequestControl
Default constructor.
VirtualListViewRequestControl(int, int, int) - Constructor for class org.ldaptive.control.VirtualListViewRequestControl
Creates a new virtual list view request control.
VirtualListViewRequestControl(int, int, int, boolean) - Constructor for class org.ldaptive.control.VirtualListViewRequestControl
Creates a new virtual list view request control.
VirtualListViewRequestControl(int, int, int, byte[], boolean) - Constructor for class org.ldaptive.control.VirtualListViewRequestControl
Creates a new virtual list view request control.
VirtualListViewRequestControl(int, int, int, int, byte[]) - Constructor for class org.ldaptive.control.VirtualListViewRequestControl
Creates a new virtual list view request control.
VirtualListViewRequestControl(int, int, int, int, byte[], boolean) - Constructor for class org.ldaptive.control.VirtualListViewRequestControl
Creates a new virtual list view request control.
VirtualListViewRequestControl(String, int, int) - Constructor for class org.ldaptive.control.VirtualListViewRequestControl
Creates a new virtual list view request control.
VirtualListViewRequestControl(String, int, int, boolean) - Constructor for class org.ldaptive.control.VirtualListViewRequestControl
Creates a new virtual list view request control.
VirtualListViewRequestControl(String, int, int, byte[]) - Constructor for class org.ldaptive.control.VirtualListViewRequestControl
Creates a new virtual list view request control.
VirtualListViewRequestControl(String, int, int, byte[], boolean) - Constructor for class org.ldaptive.control.VirtualListViewRequestControl
Creates a new virtual list view request control.
VirtualListViewResponseControl - Class in org.ldaptive.control
Response control for virtual list view.
VirtualListViewResponseControl() - Constructor for class org.ldaptive.control.VirtualListViewResponseControl
Default constructor.
VirtualListViewResponseControl(boolean) - Constructor for class org.ldaptive.control.VirtualListViewResponseControl
Creates a new virtual list view response control.
VirtualListViewResponseControl(int, int, ResultCode, byte[]) - Constructor for class org.ldaptive.control.VirtualListViewResponseControl
Creates a new virtual list view response control.
VirtualListViewResponseControl(int, int, ResultCode, byte[], boolean) - Constructor for class org.ldaptive.control.VirtualListViewResponseControl
Creates a new virtual list view response control.
VirtualListViewResponseControl.ContentCountHandler - Class in org.ldaptive.control
Parse handler implementation for the content count.
VirtualListViewResponseControl.ContextIDHandler - Class in org.ldaptive.control
Parse handler implementation for the context ID.
VirtualListViewResponseControl.TargetPositionHandler - Class in org.ldaptive.control
Parse handler implementation for the target position.
VirtualListViewResponseControl.ViewResultHandler - Class in org.ldaptive.control
Parse handler implementation for the view result.
VTEXSTR - org.ldaptive.asn1.UniversalDERTag
VideotexString type.

W

waitForConnectionEstablish(NettyConnection.ClientInitializer, ChannelFuture) - Method in class org.ldaptive.transport.netty.NettyConnection
Waits until the TCP connection has completed.
waitForSSLHandshake(Channel) - Method in class org.ldaptive.transport.netty.NettyConnection
Waits until the SSL handshake has completed.
warningPeriod - Variable in class org.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
Amount of time before expiration to produce a warning.
warningPeriod - Variable in class org.ldaptive.auth.ext.EDirectoryAuthenticationResponseHandler
Amount of time before expiration to produce a warning.
warningPeriod - Variable in class org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler
Amount of time before expiration to produce a warning.
weight - Variable in class org.ldaptive.dns.SRVRecord
SRV weight.
WhoAmIEntryResolver - Class in org.ldaptive.auth
Executes the whoami extended operation on the authenticated connection, then performs an object level search on the result.
WhoAmIEntryResolver() - Constructor for class org.ldaptive.auth.WhoAmIEntryResolver
 
WhoAmIRequest - Class in org.ldaptive.extended
LDAP who am i request defined as:
WhoAmIRequest() - Constructor for class org.ldaptive.extended.WhoAmIRequest
Default constructor.
WhoAmIResponseParser - Class in org.ldaptive.extended
Utility class for parsing the responseValue from a whoami extended operation.
WhoAmIResponseParser() - Constructor for class org.ldaptive.extended.WhoAmIResponseParser
Default constructor.
withoutProof - Variable in class org.ldaptive.transport.ScramSaslClient.ClientFinalMessage
Channel binding attribute plus the combined nonce.
write() - Method in class org.ldaptive.beans.generate.BeanGenerator
Writes the generated classes to disk.
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.ldaptive.transport.netty.SaslHandler
 
write(String) - Method in class org.ldaptive.beans.generate.BeanGenerator
Writes the generated classes to disk at the supplied path.
write(SearchResponse) - Method in class org.ldaptive.io.LdifWriter
Writes the supplied search result to the writer.
write(SearchResponse) - Method in interface org.ldaptive.io.SearchResultWriter
Writes the supplied ldap result.
write(DefaultOperationHandle) - Method in class org.ldaptive.transport.netty.NettyConnection
 
write(DefaultOperationHandle) - Method in class org.ldaptive.transport.TransportConnection
Write the request in the supplied handle to the LDAP server.
writeCookie(byte[]) - Method in interface org.ldaptive.control.util.CookieManager
Writes a cookie to storage.
writeCookie(byte[]) - Method in class org.ldaptive.control.util.DefaultCookieManager
 
WSP_REGEX - Static variable in class org.ldaptive.schema.AbstractRegexDefinitionFunction
Regex to match zero or more spaces.

X

X400_ADDRESS - org.ldaptive.ssl.DefaultHostnameVerifier.SubjectAltNameType
x400 address (3).
X509CertificateCredentialReader - Class in org.ldaptive.ssl
Loads an X.509 certificate credential from a classpath, filepath, or stream resource.
X509CertificateCredentialReader() - Constructor for class org.ldaptive.ssl.X509CertificateCredentialReader
 
X509CertificatesCredentialReader - Class in org.ldaptive.ssl
Loads X.509 certificate credentials from a classpath, filepath, or stream resource.
X509CertificatesCredentialReader() - Constructor for class org.ldaptive.ssl.X509CertificatesCredentialReader
 
X509CredentialConfig - Class in org.ldaptive.ssl
Provides the properties necessary for creating an SSL context initializer with an X.509 credential reader.
X509CredentialConfig() - Constructor for class org.ldaptive.ssl.X509CredentialConfig
 
X509CredentialConfig.Builder - Class in org.ldaptive.ssl
 
X509DnDecoder - Class in org.ldaptive.ssl
Utility class for decoding the DER data in an X509 DN.
X509DnDecoder() - Constructor for class org.ldaptive.ssl.X509DnDecoder
 
X509ExtendedTrustManagerWrapper - Class in org.ldaptive.ssl
Wraps an X509TrustManager in order to provide hostname verification.
X509ExtendedTrustManagerWrapper(X509TrustManager, CertificateHostnameVerifier) - Constructor for class org.ldaptive.ssl.X509ExtendedTrustManagerWrapper
Creates a new X509 extended trust manager wrapper.
X509SSLContextInitializer - Class in org.ldaptive.ssl
Provides an SSL context initializer which can use X.509 certificates to create key and trust managers.
X509SSLContextInitializer() - Constructor for class org.ldaptive.ssl.X509SSLContextInitializer
 

Y

YEAR_PATTERN - Static variable in class org.ldaptive.transcode.GeneralizedTimeValueTranscoder
Pattern for capturing the year in generalized time.

Z

ZonedDateTimeToStringConverter - Class in org.ldaptive.beans.spring.convert
Convert a ZonedDateTime to a String.
ZonedDateTimeToStringConverter() - Constructor for class org.ldaptive.beans.spring.convert.ZonedDateTimeToStringConverter
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages