Package | Description |
---|---|
com.iplanet.am.util |
Provides utility classes for use by other OpenAM SDK and custom
applications accessing OpenAM SDK.
|
com.sun.identity.shared.debug |
Defines debug logging classes.
|
com.sun.identity.shared.locale |
Defines classes to handle localization.
|
Constructor and Description |
---|
ThreadPool(String name,
int poolSize,
int threshold,
boolean daemon,
Debug debug)
Constructs a thread pool with given parameters.
|
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 | Method and Description |
---|---|
static Collection<Debug> |
Debug.getInstances()
Returns a collection of all Debug instances that exist in the system at
the current instance.
|
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 Function
URL encoder function converts input string into URLencoded
byte stream after converting Unicode string into bytes using native
encoding. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.