| Package | Description |
|---|---|
| com.sun.identity.common | |
| com.sun.identity.security | |
| com.sun.identity.security.keystore | |
| com.sun.identity.security.keystore.v_14 | |
| com.sun.identity.shared.datastruct | |
| com.sun.identity.shared.debug |
Defines debug logging classes.
|
| com.sun.identity.shared.jaxrpc |
Defines classes to handle JAX-RPC.
|
| com.sun.identity.shared.locale |
Defines classes to handle localization.
|
| com.sun.identity.shared.xml | |
| org.forgerock.openam.shared.concurrency |
This package contains concurrency utilities for use throughout the OpenAM codebase.
|
| org.forgerock.openam.shared.guice |
This package contains Guice module for openam-shared bindings.
|
| org.forgerock.openam.shared.resourcename |
This package contains url resource name utilities for use throughout the OpenAM codebase.
|
| org.forgerock.openam.utils |
This package contains general utilities for use throughout the OpenAM codebase.
|
| Constructor and Description |
|---|
TimerPool(String name,
int poolSize,
boolean daemon,
Debug debug)
Constructor of TimerPool.
|
| Modifier and Type | Field and Description |
|---|---|
static Debug |
SecurityDebug.debug |
| Modifier and Type | Field and Description |
|---|---|
static Debug |
AMX509KeyManagerImpl.debug |
static Debug |
AMX509KeyManagerFactory.debug |
| Modifier and Type | Field and Description |
|---|---|
static Debug |
AMX509KeyManagerImpl.debug |
| Modifier and Type | Method and Description |
|---|---|
static int |
CollectionHelper.getIntMapAttr(Map map,
String name,
int defaultValue,
Debug debug)
Returns integer value from a Map of String of Set of String.
|
static long |
CollectionHelper.getLongMapAttr(Map<String,Set<String>> config,
String name,
long defaultValue,
Debug debug)
Returns a long value from the given configuration map.
|
| Modifier and Type | Method and Description |
|---|---|
static Debug |
Debug.getInstance(String debugName)
Gets an existing instance of Debug for the specified debug name or a new
one if no such instance already exists.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Debug |
JAXRPCHelper.debug |
| Modifier and Type | Method and Description |
|---|---|
static String |
Locale.getString(ResourceBundle rb,
String resource,
Debug debug)
Gets the localized string for the specified key
|
static String |
Locale.getString(ResourceBundle rb,
String resource,
Debug debug,
ResourceBundle defaultRb)
Gets the localized string for the specified key from the specified
Resource or from the specified default resource
|
static String |
Locale.URLDecodeField(String strIn,
Debug debug) |
static String |
Locale.URLDecodeField(String strIn,
String charset,
Debug debug) |
static String |
Locale.URLEncodeField(String input,
String enc,
Debug debug)
This method is replacement function for
URLEncoder |
| Modifier and Type | Method and Description |
|---|---|
static Set |
XMLUtils.encodeAttributeSet(Set set,
Debug debug) |
static Document |
XMLUtils.toDOMDocument(InputStream is,
Debug debug)
Converts the XML document from an input stream to DOM Document format.
|
static Document |
XMLUtils.toDOMDocument(String xmlString,
Debug debug)
Converts the XML document from a String format to DOM Document format.
|
| Constructor and Description |
|---|
ThreadMonitor(ExecutorService workPool,
org.forgerock.util.thread.listener.ShutdownManager shutdownManager,
Debug debug)
Create an instance of the ThreadMonitor with an assigned work pool of threads to use.
|
ThreadMonitor(ExecutorService workPool,
org.forgerock.util.thread.listener.ShutdownManager shutdownManager,
Debug debug,
int maxRecoveryDelayInMS,
int recoveryDelayDeltaInMS)
A constructor reserved for test.
|
| Modifier and Type | Field and Description |
|---|---|
static Debug |
CloseableHttpClientHandlerProvider.DEBUG
Debug instance for general utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected Debug |
BasePrefixResourceName.debug
Debug instance.
|
| Constructor and Description |
|---|
BasePrefixResourceName(Debug debug,
T exactMatch,
T noMatch,
T subResourceMatch,
T superResourceMatch,
T wildcardMatch)
Constructs a new BasePrefixResourceName instance.
|
BaseURLResourceName(Debug debug,
T exactMatch,
T noMatch,
T subResourceMatch,
T superResourceMatch,
T wildcardMatch)
Constructs a new BaseURLResourceName instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AMKeyProvider.setLogger(Debug logger)
Sets the debug logger.
|
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.