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.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 captureContext)
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.
|
protected Logger |
GenericHeapObject.logger
Provides methods for various logging activities.
|
Modifier and Type | Method and Description |
---|---|
Logger |
GenericHeapObject.getLogger()
Return the logger.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericHeapObject.setLogger(Logger logger)
Sets the logger.
|
Constructor and Description |
---|
JwtCookieSession(Request request,
KeyPair pair,
String cookieName,
Logger logger,
TimeService timeService,
Duration sessionTimeout)
Builds a new JwtCookieSession that will manage the given Request'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 JsonValue |
JsonValues.evaluate(JsonValue value,
Logger logger)
Evaluates the given JSON value object, applying a
JsonTransformer
that will evaluate all String nodes. |
static JsonValue |
JsonValues.getWithDeprecation(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 |
JsonValues.warnForDeprecation(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. |
Copyright 2011-2015 ForgeRock AS.