|
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.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.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.0 SP2 Fri 11/06/2009 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||