SiteMinder
Java SDK r12.5


netegrity.siteminder.javaagent
Class ResourceContextDef

java.lang.Object
  extended by netegrity.siteminder.javaagent.ResourceContextDef

public class ResourceContextDef
extends java.lang.Object

Holds information needed to describe a resource context in the Agent API.

Since:
SiteMinder 4.0
See Also:
AgentAPI

Field Summary
 java.lang.String action
          The action to check for -- for example, GET.
 java.lang.String agent
          With affiliate agents and with v5.x agents and above, this field specifies the name of the agent associated with the resource.
 java.lang.String resource
          The name of the resource to check -- for example, /inventory/.
 java.lang.String server
          The name of the server.
 
Constructor Summary
ResourceContextDef()
          Creates a resource context.
ResourceContextDef(java.lang.String p_agent, java.lang.String p_server, java.lang.String p_resource, java.lang.String p_action)
          Creates a resource context with the specified parameters.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agent

public java.lang.String agent
With affiliate agents and with v5.x agents and above, this field specifies the name of the agent associated with the resource. With 4.x agents, set this field to an empty string ("").


server

public java.lang.String server
The name of the server. This name appears in the log, but is otherwise ignored.


resource

public java.lang.String resource
The name of the resource to check -- for example, /inventory/.


action

public java.lang.String action
The action to check for -- for example, GET.

Constructor Detail

ResourceContextDef

public ResourceContextDef()
Creates a resource context.


ResourceContextDef

public ResourceContextDef(java.lang.String p_agent,
                          java.lang.String p_server,
                          java.lang.String p_resource,
                          java.lang.String p_action)
Creates a resource context with the specified parameters.

Parameters:
p_agent - The name of the agent associated with the resource. This parameter is used with affiliate agents and with v5.x agents and above. With 4.x agents, set this parameter to an empty string ("").
p_server - The name of the server (used only in the log).
p_resource - The resource to check -- for example, /inventory/.
p_action - The action to check for -- for example, GET.

SiteMinder
Java SDK r12.5

Thu 09/08/2011

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