Package | Description |
---|---|
org.forgerock.openig.filter.oauth2.cache |
This package contains classes used to implement an
AccessToken cache. |
org.forgerock.openig.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.openig.util |
Miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreadSafeCache.setTimeout(Duration timeout)
Sets the cache entry expiration delay.
|
Modifier and Type | Field and Description |
---|---|
static Duration |
HttpClient.DEFAULT_CONNECTION_TIMEOUT
Default connection timeout as a
Duration . |
static Duration |
HttpClient.DEFAULT_SO_TIMEOUT
Default socket timeout as a
Duration . |
Constructor and Description |
---|
HttpClient(TemporaryStorage storage,
int connections,
KeyManager[] keyManagers,
TrustManager[] trustManagers,
org.forgerock.openig.http.HttpClient.Verifier verifier,
Duration soTimeout,
Duration connectionTimeout)
Creates a new client handler with the specified maximum number of cached connections.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Duration.convertTo(TimeUnit targetUnit)
Convert the current duration to a given
TimeUnit . |
static Duration |
Duration.duration(String value)
Builds a new
Duration that will represents the given duration expressed in english. |
Copyright © 2014 ForgeRock AS. All rights reserved.