|
SiteMinder Java SDK r12.0 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--netegrity.siteminder.javaagent.SessionDef
Holds information needed to describe a session in the Agent API.
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. |
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int reason
public int idleTimeout
public int maxTimeout
public int currentServerTime
public int sessionStartTime
public int sessionLastTime
public java.lang.String id
public java.lang.String spec
| Constructor Detail |
public SessionDef()
|
Java SDK r12.0 SP2 Fri 11/06/2009 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||