Package | Description |
---|---|
com.iplanet.am.util |
Provides utility classes for use by other OpenAM SDK and custom
applications accessing OpenAM SDK.
|
com.iplanet.services.cdm |
Provides the classes for implementing services and applications
serving multiple clients to OpenSSO.
|
com.sun.identity.saml2.common |
Defines common SAMLv2 utilities and constants.
|
com.sun.identity.shared.debug |
Defines debug logging classes.
|
com.sun.identity.shared.locale |
Defines classes to handle localization.
|
com.sun.identity.xacml.common |
Defines common XACML Utilities and Constants
|
Constructor and Description |
---|
ThreadPool(String name,
int poolSize,
int threshold,
boolean daemon,
Debug debug)
Constructs a thread pool with given parameters.
|
Modifier and Type | Field and Description |
---|---|
protected static Debug |
ClientDetectionDefaultImpl.debug |
Modifier and Type | Field and Description |
---|---|
static Debug |
SAML2SDKUtils.debug |
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 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 | Field and Description |
---|---|
static Debug |
XACMLSDKUtils.debug |
Copyright © 2010-2013, ForgeRock All Rights Reserved.