Package | Description |
---|---|
org.forgerock.audit.util |
This package contains utility classes used in the audit service.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.openig.heap |
Manages collections or "heaps" of associated objects, initialized from
declarative configuration artifacts.
|
org.forgerock.openig.tools.am |
Access Management Server.
|
org.forgerock.openig.tools.userprofile |
This package contains classes to call AM to retrieve user's profile info.
|
Modifier and Type | Field and Description |
---|---|
protected static String |
ElasticsearchUtil.FIELD_NAMES_FIELD
JSON field-name of normalized field-names.
|
protected static String |
ElasticsearchUtil.NORMALIZED_FIELD
JSON field-name of metadata to assist in de-normalization.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
ElasticsearchUtil.replaceKeyPeriodsWithUnderscores(String json)
Replaces all period-characters in JSON keys with underscore-characters
[ref].
|
protected static JsonValue |
ElasticsearchUtil.restoreKeyPeriods(JsonValue value,
JsonValue normalized)
Reverses the normalization steps preformed by
ElasticsearchUtil.replaceKeyPeriodsWithUnderscores(String) . |
Constructor and Description |
---|
TimeoutScheduler(com.forgerock.opendj.util.ReferenceCountedObject.Reference<ScheduledExecutorService> scheduler,
Clock clock,
long period,
TimeUnit unit)
Creates a new
TimeoutScheduler . |
Constructor and Description |
---|
HeapImpl(Name name)
Builds a root heap (will be referenced by children but has no parent itself).
|
Modifier and Type | Method and Description |
---|---|
AmService.Builder |
AmService.Builder.authenticationService(AuthenticationService authenticationService)
Bind a
AuthenticationService instance to this builder. |
AmService.Builder |
AmService.Builder.notificationService(NotificationService notificationService)
Bind a
NotificationService instance to this builder. |
AmService.Builder |
AmService.Builder.sessionService(SessionService sessionService)
Bind a
SessionService instance to this builder. |
AmService.Builder |
AmService.Builder.uriService(UriService uriService)
Bind a
UriService instance to this builder. |
Modifier and Type | Method and Description |
---|---|
static String |
UserProfile.unwrap(JsonValue config,
String key)
Utility method to unwrap a profile attribute that is wrapped in a JSON array.
|
Copyright 2011-2017 ForgeRock AS.