SiteMinder
Java SDK r12.5


netegrity.siteminder.javaagent
Class SessionDef

java.lang.Object
  extended by netegrity.siteminder.javaagent.SessionDef
Direct Known Subclasses:
ServiceSession

public class SessionDef
extends java.lang.Object

Holds information needed to describe a session in the Agent API.

Since:
SiteMinder 4.0
See Also:
AgentAPI

Field Summary
 int currentServerTime
          The current server time, in GMT.
 java.lang.String id
          A value returned to identify the session.
 int idleTimeout
          The maximum time, in seconds, a session can be valid without the user accessing any resources before the agent should challenge the user to re-authenticate.
 int maxTimeout
          The maximum time, in seconds, a user session can be active before the agent challenges the user to re-authenticate.
 int reason
          The reason for a failed authentication or authorization.
 int sessionLastTime
          The server time, in GMT, when the session was last seen by the Policy Server.
 int sessionStartTime
          The server time, in GMT, when the session started.
 java.lang.String spec
          A value returned to identify the session and consisting of session data.
 
Constructor Summary
SessionDef()
          Creates an empty session.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reason

public int reason
The reason for a failed authentication or authorization.


idleTimeout

public int idleTimeout
The maximum time, in seconds, a session can be valid without the user accessing any resources before the agent should challenge the user to re-authenticate.


maxTimeout

public int maxTimeout
The maximum time, in seconds, a user session can be active before the agent challenges the user to re-authenticate.


currentServerTime

public int currentServerTime
The current server time, in GMT.


sessionStartTime

public int sessionStartTime
The server time, in GMT, when the session started.


sessionLastTime

public int sessionLastTime
The server time, in GMT, when the session was last seen by the Policy Server.


id

public java.lang.String id
A value returned to identify the session.


spec

public java.lang.String spec
A value returned to identify the session and consisting of session data.

Constructor Detail

SessionDef

public SessionDef()
Creates an empty session. Typically the values will come back from the API rather than be supplied by the user.


SiteMinder
Java SDK r12.5

Thu 09/08/2011

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