Uses of Class
org.ldaptive.AbstractFreezable
Packages that use AbstractFreezable
Package
Description
-
Uses of AbstractFreezable in org.ldaptive
Subclasses of AbstractFreezable in org.ldaptiveModifier and TypeClassDescriptionclassProvides common implementations for configuration objects.classBase class for connection strategy implementations.classBase class for connection validator implementations.classAbstractOperationConnectionValidator<Q extends Request,S extends Result> Base class for validators that use an operation to perform validation.classAbstractOperationFactory<Q extends Request,S extends Result> Base class for classes that need to configure an operation.classBase class for connection strategies that implement an active/passive format for URLs.classBase class for classes that need to configure a search operation.classConnection strategy that attempts hosts ordered exactly the way they are configured.classInitializes a connection by performing a bind operation.classValidates a connection is healthy by performing a compare operation.final classContains all the configuration data needed to control connections.classCreates connections for performing ldap operations.classConnection strategy that tries all IP addresses resolved from DNS.classDNS SRV connection strategy.classLDAP attribute defined as:final classCreates connections for performing ldap operations and manages those connections as a pool.classConnection strategy that randomizes the list of configured URLs.classConnection strategy that reorders its URLs based on the number of times it's been invoked.classValidates a connection is healthy by performing a search operation.final classCreates a single connection which is proxied for LDAP operations. -
Uses of AbstractFreezable in org.ldaptive.ad
Subclasses of AbstractFreezable in org.ldaptive.adModifier and TypeClassDescriptionclassHelper class for the active directory unicodePwd attribute. -
Uses of AbstractFreezable in org.ldaptive.ad.handler
Subclasses of AbstractFreezable in org.ldaptive.ad.handlerModifier and TypeClassDescriptionclassBase class for entry handlers that convert a binary attribute to its string form.classProcesses an objectGuid attribute by converting it from binary to its string form.classProcesses an objectSid attribute by converting it from binary to its string form.classConstructs the primary group SID and then searches for that group and puts its DN in the 'memberOf' attribute of the original search entry.classRewrites attributes returned from Active Directory to include all values by performing additional searches. -
Uses of AbstractFreezable in org.ldaptive.auth
Subclasses of AbstractFreezable in org.ldaptive.authModifier and TypeClassDescriptionclassBase class for an LDAP authentication implementations.classBase implementation for search entry resolvers.final classUsed in conjunction with anAggregateDnResolverto authenticate the resolved DN.final classUsed in conjunction with anAggregateDnResolverto execute a list of response handlers.final classLooks up a user's DN using multiple DN resolvers.final classUsed in conjunction with anAggregateDnResolverto resolve an entry.final classProvides functionality to authenticate users against an ldap directory.classReads the authorization identity response control, then performs an object level search on the result.final classProvides an LDAP authentication implementation that uses a compare operation against the userPassword attribute.classReturns a DN by applying a formatter.classBase implementation for search dn resolvers.classLooks up the LDAP entry associated with a user.final classProvides an LDAP authentication implementation that leverages the LDAP bind operation.classExecutes the whoami extended operation on the authenticated connection, then performs an object level search on the result. -
Uses of AbstractFreezable in org.ldaptive.auth.ext
Subclasses of AbstractFreezable in org.ldaptive.auth.extModifier and TypeClassDescriptionclassAttempts to parse the authentication response message and set the account state using data associated with active directory.classAttempts to parse the authentication response and set the account state using data associated with eDirectory.classAttempts to parse the authentication response and set the account state using data associated with FreeIPA. -
Uses of AbstractFreezable in org.ldaptive.beans.persistence
Subclasses of AbstractFreezable in org.ldaptive.beans.persistenceModifier and TypeClassDescriptionclassDefault implementation of an ldap entry manager. -
Uses of AbstractFreezable in org.ldaptive.control.util
Subclasses of AbstractFreezable in org.ldaptive.control.utilModifier and TypeClassDescriptionclassClient that simplifies using the paged results control.classClient that simplifies using the virtual list view control. -
Uses of AbstractFreezable in org.ldaptive.dn
Subclasses of AbstractFreezable in org.ldaptive.dnModifier and TypeClassDescriptionfinal classDistinguished name containing zero or more relative distinguished names. -
Uses of AbstractFreezable in org.ldaptive.handler
Subclasses of AbstractFreezable in org.ldaptive.handlerModifier and TypeClassDescriptionclassBase class for entry handlers which simply returns values unaltered.classProvides the ability to modify the case of search entry DNs, attribute names, and attribute values.classAdds the entry DN as an attribute to the result set.classMerges the values of one or more attributes into a single attribute.classThis recursively searches based on a supplied attribute and merges those results into the original entry. -
Uses of AbstractFreezable in org.ldaptive.jaas
Subclasses of AbstractFreezable in org.ldaptive.jaasModifier and TypeClassDescriptionclassBase class for search role resolver implementations. -
Uses of AbstractFreezable in org.ldaptive.pool
Subclasses of AbstractFreezable in org.ldaptive.poolModifier and TypeClassDescriptionclassContains the base implementation for pooling connections.classBase class for prune strategy implementations.classRemoves connections from the pool based on how long they have existed.classPassivates a connection by performing a bind operation on it.classImplements a pool of connections that has a set minimum and maximum size.classRemoves connections from the pool based on how long they have been idle in the available queue. -
Uses of AbstractFreezable in org.ldaptive.referral
Subclasses of AbstractFreezable in org.ldaptive.referralModifier and TypeClassDescriptionclassAbstractFollowReferralHandler<Q extends Request,S extends Result> Common implementation of referral handling.classBase class with functionality for handling an ldap referral for search operations.classProvides handling of an ldap referral for add operations.classProvides handling of an ldap referral for compare operations.classProvides handling of an ldap referral for delete operations.classProvides handling of an ldap referral for modify dn operations.classProvides handling of an ldap referral for modify operations.classProvides handling of an ldap referral for search operations.classProvides handling of an ldap continuation reference for search operations. -
Uses of AbstractFreezable in org.ldaptive.sasl
Subclasses of AbstractFreezable in org.ldaptive.saslModifier and TypeClassDescriptionfinal classContains basic configuration data for SASL authentication. -
Uses of AbstractFreezable in org.ldaptive.schema
Subclasses of AbstractFreezable in org.ldaptive.schemaModifier and TypeClassDescriptionclassBase schema bean for named schema elements.classBase class for schema elements.final classBean for an attribute type schema element.final classBean for a DIT content rule schema element.final classBean for a DIT content rule schema element.final classBean for an extension found in a schema element.final classBean for a matching rule schema element.final classBean for a matching rule use schema element.final classBean for a name form schema element.final classBean for an object class schema element.final classBean that contains the schema definitions in RFC 4512.(package private) final classSchemaElementRegistry<K,V extends SchemaElement<K>> Class containing a registry that associates element IDs and names with schema elements.classBean for an attribute syntax schema element. -
Uses of AbstractFreezable in org.ldaptive.ssl
Subclasses of AbstractFreezable in org.ldaptive.sslModifier and TypeClassDescriptionclassProvides the properties necessary for creating an SSL context initializer with a keystore credential reader.final classContains all the configuration data for SSL and startTLS.classProvides the properties necessary for creating an SSL context initializer with an X.509 credential reader. -
Uses of AbstractFreezable in org.ldaptive.transport
Subclasses of AbstractFreezable in org.ldaptive.transportModifier and TypeClassDescriptionclassBase class for entry handlers which simply returns values unaltered.classMessageFunctional<Q extends Request,S extends Result> Base class for processing a message that is initialized with properties from the handle.static classMessageFunctional.BiConsumer<Q extends Request,S extends Result, T, U> Marker class to inject handle properties.static classMessageFunctional.Consumer<Q extends Request,S extends Result, T> Marker class to inject handle properties.static classMessageFunctional.Function<Q extends Request,S extends Result, T, R> Marker class to inject handle properties.final classContains configuration properties for creating thread pools used by transports.