|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.ldapadapter.appconn.STCEntryImpl
public class STCEntryImpl
This class is used as a container for an entry and its attributes
| Constructor Summary | |
|---|---|
protected |
STCEntryImpl()
|
protected |
STCEntryImpl(java.lang.String name)
Creates a new instance of STCEntry with no attributes |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected STCEntryImpl()
protected STCEntryImpl(java.lang.String name)
name - the entry name| Method Detail |
|---|
public void setName(java.lang.String name)
setName in interface STCEntryname - the entry namepublic java.lang.String getName()
getName in interface STCEntrypublic STCAttributes getAttributes()
getAttributes in interface STCEntry
public STCAttribute retrieveSTCAttribute(int i)
throws java.lang.IndexOutOfBoundsException
retrieveSTCAttribute in interface STCEntryi - the index of the attribute to be returned
java.lang.IndexOutOfBoundsException - if the index specified is not in rangepublic int countAttribute()
countAttribute in interface STCEntrypublic void reset()
reset in interface STCEntry
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||