|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.policyserver.smapi.AppSpecificContext
public class AppSpecificContext
Provides methods that allow custom authentication and authorization objects to share information associated with the current request.
Information shared throughAppSpecificContext
has request-only scope. For example, a custom object running
in the context of an authentication request cannot exchange
information with an object running in the context of an authorization request.
| Method Summary | |
|---|---|
byte[] |
getData()
Retrieves the request-specific data previously set with setData(). |
void |
setData(byte[] data)
Sets the request-specific data to share. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public byte[] getData()
throws SmJavaApiException
Retrieves the request-specific data previously set with setData().
SmJavaApiException
public void setData(byte[] data)
throws SmJavaApiException
Sets the request-specific data to share. The request-specific data will be resized to match the size of the input array.
data - The array of data to include in the request-specific context.
SmJavaApiException
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||