|
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.SessionDef
netegrity.siteminder.javaagent.ServiceSession
public class ServiceSession
Holds information needed to describe an impersonated user's session in the Agent API.
| Field Summary | |
|---|---|
static int |
SESSION_TYPE_ADMIN
|
static int |
SESSION_TYPE_IDENTITY
|
static int |
SESSION_TYPE_SESSION
|
| Fields inherited from class netegrity.siteminder.javaagent.SessionDef |
|---|
currentServerTime, id, idleTimeout, maxTimeout, reason, sessionLastTime, sessionStartTime, spec |
| Constructor Summary | |
|---|---|
ServiceSession()
|
|
| Method Summary | |
|---|---|
void |
addEndUserAttribute(int id,
java.lang.String value)
Adds a end user attribute. |
java.util.Map |
getAllEndUserAttributes()
|
java.lang.String[] |
getEndUserAttribute(int id)
Gets the values of a end user attribute. |
int[] |
getEndUserAttrIDs()
Gets the array of end user attribute IDs. |
void |
setAllEndUserAttributes(java.util.Map attrs)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SESSION_TYPE_IDENTITY
public static final int SESSION_TYPE_SESSION
public static final int SESSION_TYPE_ADMIN
| Constructor Detail |
|---|
public ServiceSession()
| Method Detail |
|---|
public void addEndUserAttribute(int id,
java.lang.String value)
id - The attribute's ID.value - The attribute's value.public java.lang.String[] getEndUserAttribute(int id)
id - The attribute's ID.
public int[] getEndUserAttrIDs()
public java.util.Map getAllEndUserAttributes()
public void setAllEndUserAttributes(java.util.Map attrs)
|
Java SDK r12.5 Thu 09/08/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||