|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to abstract a set of attributes from the directory service
Method Summary | |
EnterpriseDirectoryAttribute |
get(java.lang.String attrName)
Return an attribute with the given name. |
java.util.Enumeration |
getAll()
Get all of the attributes in this set. |
java.util.Enumeration |
getNames()
Get all of the attribute names. |
EnterpriseDirectoryAttribute |
put(EnterpriseDirectoryAttribute attr)
Put a new attribute into the set. |
EnterpriseDirectoryAttribute |
put(java.lang.String attrName,
java.lang.Object val)
Put a new attribute into the set. |
EnterpriseDirectoryAttribute |
remove(java.lang.String attrName)
Remove an attribute from the set. |
int |
size()
Returns the number of attributes in this attribute set. |
Method Detail |
public EnterpriseDirectoryAttribute get(java.lang.String attrName)
attrID
- The attribute to return;public java.util.Enumeration getAll()
public java.util.Enumeration getNames()
public EnterpriseDirectoryAttribute put(EnterpriseDirectoryAttribute attr)
attr
- Attribute to add to the set.public EnterpriseDirectoryAttribute put(java.lang.String attrName, java.lang.Object val)
attrName
- The name of the attribute being added.val
- The value of the attribute.public EnterpriseDirectoryAttribute remove(java.lang.String attrName)
attrName
- The name of the attribute to remove.public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |