SiteMinder
Java SDK r12.0 SP2


netegrity.siteminder.javaagent
Class TunnelServiceRequest

java.lang.Object
  |
  +--netegrity.siteminder.javaagent.TunnelServiceRequest

public class TunnelServiceRequest
extends java.lang.Object

Holds information needed to describe a tunnel service request in the Agent API.

Since:
SiteMinder 4.0
See Also:
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_STATUS_MESSAGE

public static final int ATTR_STATUS_MESSAGE
Status message returned as an attribute from tunnel().

See Also:
Constant Field Values

ATTR_SERVICE_DATA

public static final int ATTR_SERVICE_DATA
Service response data returned as an attribute from tunnel().

See Also:
Constant Field Values

library

public java.lang.String library
The name of the library that the Policy Server will invoke.


function

public java.lang.String function
The name of the function within the library.


parameter

public java.lang.String parameter
The name of the parameter to pass to the function.


data

public byte[] data
The data object being passed.

Constructor Detail

TunnelServiceRequest

public 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.

Parameters:
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.

SiteMinder
Java SDK r12.0 SP2

Fri 11/06/2009

http://ca.com
Copyright (c) 2009 CA.