public final class AuthenticatedConnectionContext extends org.forgerock.services.context.AbstractContext
Context containing a cached pre-authenticated LDAP connection which
should be re-used for performing subsequent LDAP operations. The LDAP
connection is typically acquired while perform authentication in an HTTP
servlet filter. It is the responsibility of the component which acquired the
connection to release once processing has completed.| Constructor and Description |
|---|
AuthenticatedConnectionContext(org.forgerock.services.context.Context parent,
org.forgerock.opendj.ldap.Connection connection)
Creates a new pre-authenticated cached LDAP connection context having the
provided parent and an ID automatically generated using
UUID.randomUUID(). |
public AuthenticatedConnectionContext(org.forgerock.services.context.Context parent, org.forgerock.opendj.ldap.Connection connection)
UUID.randomUUID().parent - The parent context.connection - The cached pre-authenticated LDAP connection which should be
re-used for subsequent LDAP operations.Copyright © 2011-2018 ForgeRock AS. All Rights Reserved.