|
SiteMinder Java SDK r12.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnetegrity.siteminder.javaagent.TunnelServiceRequest
public class TunnelServiceRequest
Holds information needed to describe a tunnel service request in the Agent API.
AgentAPI| Field Summary | |
|---|---|
static int |
ATTR_SERVICE_DATA
Service response data returned as an attribute from tunnel(). |
static int |
ATTR_STATUS_MESSAGE
Status message returned as an attribute from tunnel(). |
byte[] |
data
The data object being passed. |
java.lang.String |
function
The name of the function within the library. |
java.lang.String |
library
The name of the library that the Policy Server will invoke. |
java.lang.String |
parameter
The name of the parameter to pass to the function. |
| Constructor Summary | |
|---|---|
TunnelServiceRequest(java.lang.String p_library,
java.lang.String p_function,
java.lang.String p_parameter,
byte[] p_data)
Creates a tunnel service request object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ATTR_STATUS_MESSAGE
tunnel().
public static final int ATTR_SERVICE_DATA
tunnel().
public java.lang.String library
public java.lang.String function
public java.lang.String parameter
public byte[] data
| Constructor Detail |
|---|
public TunnelServiceRequest(java.lang.String p_library,
java.lang.String p_function,
java.lang.String p_parameter,
byte[] p_data)
p_library - The library name.p_function - The function name to be called within the library.p_parameter - The name of the parameter.p_data - The binary data being tunneled through to the function.
This value is captured by the constructor.
|
Java SDK r12.5 Thu 09/08/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||