|
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.Attribute
public class Attribute
Represents a single response attribute from the Agent API.
AgentAPI,
AttributeList| Field Summary | |
|---|---|
int |
flags
A request or response flag used in session variables operations. |
int |
id
The ID of the attribute. |
java.lang.String |
oid
OID value for the attribute. |
int |
ttl
The time-to-live (TTL) value, in seconds. |
byte[] |
value
The value of the attribute. |
| Constructor Summary | |
|---|---|
Attribute(int p_id,
int p_ttl,
int p_flags,
java.lang.String p_oid,
byte[] p_value)
Creates a fully defined attribute. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int id
AgentAPI and are prefixed with ATTR_.
public int ttl
public int flags
SM_AGENTAPI_REQATTR_FLAGS_DELETE
SM_AGENTAPI_REQATTR_FLAGS_NONE
SM_AGENTAPI_RESPATTR_FLAGS_NONE
SM_AGENTAPI_RESPATTR_FLAGS_UNRESOLVED
public java.lang.String oid
public byte[] value
| Constructor Detail |
|---|
public Attribute(int p_id,
int p_ttl,
int p_flags,
java.lang.String p_oid,
byte[] p_value)
p_id - The ID of this attribute.p_ttl - The TTL value of this attribute.p_flags - The flags for this attribute.p_oid - The OID for this attribute.p_value - An array containing the attribute value.
|
Java SDK r12.5 Thu 09/08/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||