|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface STCEntry
Entry interface that models an LDAP entry.
| Method Summary | |
|---|---|
int |
countAttribute()
Returns the number of attributes |
STCAttributes |
getAttributes()
Gets the attributes of the entry |
java.lang.String |
getName()
Gets the name of the entry |
void |
reset()
Method to reset the values |
STCAttribute |
retrieveSTCAttribute(int i)
Returns the attribute at the specified index from the array of attributes |
void |
setName(java.lang.String name)
Sets the name of the entry |
| Method Detail |
|---|
void setName(java.lang.String name)
name - the entry namejava.lang.String getName()
STCAttributes getAttributes()
STCAttribute retrieveSTCAttribute(int i)
throws java.lang.IndexOutOfBoundsException
i - the index of the attribute to be returned
java.lang.IndexOutOfBoundsException - if the index specified is not in rangeint countAttribute()
void reset()
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||