fr.univrennes1.cri.util.ldapUtils
Class ESUP_LDAPAttributes

java.lang.Object
  extended byfr.univrennes1.cri.util.ldapUtils.ESUP_LDAPAttributes

public class ESUP_LDAPAttributes
extends java.lang.Object


Constructor Summary
ESUP_LDAPAttributes()
           
ESUP_LDAPAttributes(java.util.Vector ldapAttribute)
           
 
Method Summary
 void addLDAPAttribute(java.lang.String name, java.util.Vector values)
          Adds a new attribut with its values
 ESUP_LDAPAttribute getLdapAttribute(java.lang.String attributeName)
           
 java.util.Vector getLdapAttributeList()
           
 java.lang.String toString()
          Returns a String representation of the attributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ESUP_LDAPAttributes

public ESUP_LDAPAttributes(java.util.Vector ldapAttribute)

ESUP_LDAPAttributes

public ESUP_LDAPAttributes()
Method Detail

addLDAPAttribute

public void addLDAPAttribute(java.lang.String name,
                             java.util.Vector values)
Adds a new attribut with its values

Parameters:
name - the attribut name
values - the attribut values

getLdapAttributeList

public java.util.Vector getLdapAttributeList()
Returns:
Returns the ldapAttributeList as a Vector of _LDAPAttribute

getLdapAttribute

public ESUP_LDAPAttribute getLdapAttribute(java.lang.String attributeName)
Returns:
Returns the ldapAttribute as a _LDAPAttribute

toString

public java.lang.String toString()
Returns a String representation of the attributes