Package | Description |
---|---|
org.forgerock.openig.decoration.capture |
Capture decoration classes that prints filters and handlers input and output messages..
|
org.forgerock.openig.heap |
Manages collections or "heaps" of associated objects, initialized from
declarative configuration artifacts.
|
org.forgerock.openig.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.openig.jwt |
Provides JWT capabilities to OpenIG.
|
org.forgerock.openig.log |
Facility for logging and real-time performance monitoring.
|
org.forgerock.openig.util |
Miscellaneous utility classes.
|
Constructor and Description |
---|
MessageCapture(Logger logger,
boolean captureEntity)
Builds a MessageCapture that will prints messages in the provided
logger . |
MessageCapture(Logger logger,
boolean captureEntity,
boolean captureExchange)
Builds a MessageCapture that will prints messages in the provided
logger . |
Modifier and Type | Field and Description |
---|---|
protected Logger |
GenericHeaplet.logger
Provides methods for logging activities.
|
Logger |
GenericHeapObject.logger
Provides methods for various logging activities.
|
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpClient.disableRetries(Logger logger)
Disables automatic retrying of failed requests.
|
Constructor and Description |
---|
JwtCookieSession(Exchange exchange,
KeyPair pair,
String cookieName,
Logger logger)
Builds a new JwtCookieSession that will manage the given Exchange's session.
|
Constructor and Description |
---|
LogTimer(Logger logger)
Constructs a new timer with a logging level of
STAT . |
LogTimer(Logger logger,
LogLevel level)
Constructs a new timer to log events at a specified logging level.
|
LogTimer(Logger logger,
LogLevel level,
String event)
Constructs a new timer to log events of a specific type at a specific logging level.
|
Modifier and Type | Method and Description |
---|---|
static org.forgerock.json.fluent.JsonValue |
Json.getWithDeprecation(org.forgerock.json.fluent.JsonValue config,
Logger logger,
String name,
String... deprecatedNames)
Returns the named property from the provided JSON object, falling back to
zero or more deprecated property names.
|
static void |
Json.warnForDeprecation(org.forgerock.json.fluent.JsonValue config,
Logger logger,
String name,
String deprecatedName)
Issues a warning that the configuration property
oldName is
deprecated and that the property newName should be used instead. |
Constructor and Description |
---|
NoRetryHttpRequestRetryHandler(Logger logger)
Constructs a new
NoRetryHttpRequestRetryHandler . |
Copyright © 2014 ForgeRock AS. All rights reserved.