Package | Description |
---|---|
org.forgerock.http.apache.async | |
org.forgerock.http.apache.sync | |
org.forgerock.http.handler | |
org.forgerock.http.spi | |
org.forgerock.jaspi.modules.session.openam | |
org.forgerock.util |
Modifier and Type | Method and Description |
---|---|
HttpClient |
AsyncHttpClientProvider.newHttpClient(Options options) |
Modifier and Type | Method and Description |
---|---|
HttpClient |
SyncHttpClientProvider.newHttpClient(Options options) |
Constructor and Description |
---|
HttpClientHandler(Options options)
Creates a new HTTP client using the provided client options.
|
Modifier and Type | Method and Description |
---|---|
<S> S |
Loader.load(Class<S> service,
Options options)
Loads a service of the specified type.
|
HttpClient |
HttpClientProvider.newHttpClient(Options options)
Returns a new
HttpClient configured using the provided set of
options. |
Constructor and Description |
---|
OpenAMSessionModule(Options httpClientOptions)
Cosntruct OpenAMSessionModule - use provide options for loading the HttpClientProvider.
|
Modifier and Type | Method and Description |
---|---|
static Options |
Options.copyOf(Options options)
Returns a copy of the provided set of options.
|
static Options |
Options.defaultOptions()
Returns a new set of options with default settings.
|
<T> Options |
Options.reset(Option<T> option)
Resets an option to its default behavior.
|
<T> Options |
Options.set(Option<T> option,
T value)
Sets an option to the provided value.
|
static Options |
Options.unmodifiableCopyOf(Options options)
Returns an unmodifiable copy of the provided set of options.
|
static Options |
Options.unmodifiableDefaultOptions()
Returns an unmodifiable set of options with default settings.
|
Modifier and Type | Method and Description |
---|---|
static Options |
Options.copyOf(Options options)
Returns a copy of the provided set of options.
|
static Options |
Options.unmodifiableCopyOf(Options options)
Returns an unmodifiable copy of the provided set of options.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.