|
SiteMinder Java SDK r12.0 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.netegrity.policyserver.smapi.APIContext
Allows logging, tracing, and error messages to be sent to the Policy Server.
Also provides access to the applicable SiteMinder API version number and
to the context object AppSpecificContext.
| Field Summary | |
static int |
SM_API_VERSION_V3
Siteminder API version 3. |
static int |
SM_API_VERSION_V4
Siteminder API version 4. |
static int |
SM_API_VERSION_V4_1
Siteminder API version 4.1. |
| Method Summary | |
void |
error(java.lang.String msg)
Sends an error message to the Policy Server authorization log. |
AppSpecificContext |
getAppSpecificContext()
Retrieves the AppSpecificContext
for this APIContext. |
java.util.Map |
getAttrMap()
Returns a Map of additional parameters that were passed to the Single Sign On Service for SAML 2.0 or WS-Federation. |
int |
getVersion()
Retrieves the SiteMinder API version number. |
void |
log(java.lang.String msg)
Sends a log message to the Policy Server authorization log. |
void |
trace(java.lang.String checkpoint,
java.lang.String msg)
Sends a trace message to the Policy Server authorization log. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int SM_API_VERSION_V3
Siteminder API version 3.
public static final int SM_API_VERSION_V4
Siteminder API version 4.
public static final int SM_API_VERSION_V4_1
Siteminder API version 4.1.
| Method Detail |
public int getVersion()
Retrieves the SiteMinder API version number.
public void log(java.lang.String msg)
Sends a log message to the Policy Server authorization log. The SiteMinder logging facility must be enabled.
msg - The log message.
public void trace(java.lang.String checkpoint,
java.lang.String msg)
Sends a trace message to the Policy Server authorization log. The SiteMinder tracing facility must be enabled.
checkpoint - The checkpoint for this trace (usually a module or library).msg - The trace message.public void error(java.lang.String msg)
Sends an error message to the Policy Server authorization log. The SiteMinder logging facility must be enabled.
msg - The error message.public java.util.Map getAttrMap()
Returns a Map of additional parameters that were passed to the Single Sign On Service for SAML 2.0 or WS-Federation. The Map excludes SiteMinder and SAML specific parameters such as Protocol Binding and SAML Request.
public AppSpecificContext getAppSpecificContext()
Retrieves the AppSpecificContext
for this APIContext.
AppSpecificContext.
|
Java SDK r12.0 SP2 Fri 11/06/2009 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||