Package | Description |
---|---|
org.forgerock.audit.handlers.csv |
This package contains the default AuditEventHandler implementations.
|
org.forgerock.audit.rotation | |
org.forgerock.http.handler |
Core
Handler implementations. |
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP.
|
org.forgerock.openig.jwt |
Provides JWT capabilities to OpenIG.
|
org.forgerock.openig.openam |
OpenAM-specific integration classes.
|
org.forgerock.openig.util |
Miscellaneous utility classes.
|
org.forgerock.util.time |
Provides a time service abstraction.
|
Modifier and Type | Method and Description |
---|---|
Duration |
CsvAuditEventHandlerConfiguration.CsvSecurity.getSignatureIntervalDuration()
Get's
CsvAuditEventHandlerConfiguration.CsvSecurity.getSignatureInterval() value as a Duration . |
Modifier and Type | Method and Description |
---|---|
Duration |
TimeLimitRotationPolicy.getRotationInterval()
Gets the rotation duration interval.
|
Modifier and Type | Method and Description |
---|---|
List<Duration> |
FixedTimeRotationPolicy.getDailyRotationTimes() |
Constructor and Description |
---|
TimeLimitRotationPolicy(Duration rotationInterval)
Constructs a TimeLimitRotationPolicy with a given
Duration |
Constructor and Description |
---|
FixedTimeRotationPolicy(List<Duration> rotationTimes)
Constructs a
FixedTimeRotationPolicy given a list of milliseconds after midnight to rotateIfNeeded the files. |
Modifier and Type | Field and Description |
---|---|
static Option<Duration> |
HttpClientHandler.OPTION_CONNECT_TIMEOUT
The TCP connect timeout for new HTTP connections.
|
static Option<Duration> |
HttpClientHandler.OPTION_SO_TIMEOUT
The TCP socket timeout when waiting for HTTP responses.
|
Constructor and Description |
---|
ThrottlingFilter(TimeService time,
int numberOfRequests,
Duration duration,
Expression<String> partitionKey)
Constructs a ThrottlingFilter.
|
Modifier and Type | Field and Description |
---|---|
static Duration |
JwtSessionManager.MAX_SESSION_TIMEOUT
The maximum session timeout duration, allows for an expiry time of approx 10 years (does not take leap years
into consideration).
|
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.
|
JwtSessionManager(KeyPair keyPair,
String cookieName,
TimeService timeService,
Duration sessionTimeout)
Builds a new JwtSessionManager using the given KeyPair for session encryption, storing the opaque result in a
cookie with the given name.
|
Constructor and Description |
---|
PolicyEnforcementFilter(URI baseUri,
Handler policiesHandler,
Duration cacheMaxExpiration)
Creates a new OpenAM enforcement filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreadSafeCache.setDefaultTimeout(Duration defaultTimeout)
Sets the default cache entry expiration delay, if none provided in the
caller.
|
Modifier and Type | Method and Description |
---|---|
V |
ThreadSafeCache.getValue(K key,
Callable<V> callable,
AsyncFunction<V,Duration,Exception> expire)
Borrow (and create before hand if absent) a cache entry.
|
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 2011-2015 ForgeRock AS.