|
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.AttributeList
public class AttributeList
Represents the (unordered) collection of response attributes from the Agent API.
AgentAPI,
Attribute| Constructor Summary | |
|---|---|
AttributeList()
Creates an empty collection of attributes. |
|
| Method Summary | |
|---|---|
void |
addAttribute(Attribute a)
Adds an attribute to the collection. |
void |
addAttribute(int id,
int ttl,
int flags,
java.lang.String oid,
byte[] value)
Adds an attribute to the collection, given its constituent pieces. |
java.util.Enumeration |
attributes()
Provides an enumeration of the attributes in the collection. |
Attribute |
getAttributeAt(int index)
Gets a particular attribute from the collection. |
int |
getAttributeCount()
Gets the number of attributes in the collection. |
void |
removeAllAttributes()
Removes all attributes from the collection. |
void |
removeAttribute(Attribute a)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeList()
| Method Detail |
|---|
public void addAttribute(Attribute a)
a - The attribute to be added.public void removeAttribute(Attribute a)
public void addAttribute(int id,
int ttl,
int flags,
java.lang.String oid,
byte[] value)
id - the The Id of the attribute.p_ttl - The TTL value of this attribute.p_flags - the flags for this attribute.p_oid - The OID for this attribute.value - The value of the attribute array.public int getAttributeCount()
public Attribute getAttributeAt(int index)
index - The index into the collection (zero-based).
public void removeAllAttributes()
public java.util.Enumeration attributes()
|
Java SDK r12.5 Thu 09/08/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||