|
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.TokenDescriptor
public class TokenDescriptor
Holds descriptive information about a single sign-on token.
AgentAPI| Field Summary | |
|---|---|
boolean |
bThirdParty
Indicates whether the token was originally created by a third-party custom agent and has not yet been updated by a standard SiteMinder agent. |
int |
ver
The version of the token. |
| Constructor Summary | |
|---|---|
TokenDescriptor(int p_ver,
boolean p_bThirdParty)
Creates a token descriptor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int ver
public boolean bThirdParty
| Constructor Detail |
|---|
public TokenDescriptor(int p_ver,
boolean p_bThirdParty)
p_ver - The version of the token.p_bThirdParty - Indicates whether the token was originally
created by a third-party custom agent and has
not yet been updated by a standard SiteMinder agent.
|
Java SDK r12.5 Thu 09/08/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||