Sun Adapter for LDAP API

com.stc.connector.appconn.ldap
Interface STCAttributes

All Known Implementing Classes:
STCAttributesImpl

public interface STCAttributes

Attributes interface that models the attributes of an LDAP entry.

Version:
$Revision: 1.3 $
Author:

Method Summary
 int countSTCAttribute()
          Returns the number of attributes
 STCAttribute getSTCAttribute(int i)
          Returns the attribute at the specified index from the array of attributes
 void reset()
          Method to reset the values
 

Method Detail

countSTCAttribute

int countSTCAttribute()
Returns the number of attributes

Returns:
the count of attributes

getSTCAttribute

STCAttribute getSTCAttribute(int i)
                             throws java.lang.IndexOutOfBoundsException
Returns the attribute at the specified index from the array of attributes

Parameters:
i - the index of the attribute to be returned
Returns:
the attribute as a STCAttribute object
Throws:
java.lang.IndexOutOfBoundsException - if the index specified is not in range

reset

void reset()
Method to reset the values


Sun Adapter for LDAP API