fr.univrennes1.cri.util.ldapUtils
Class ESUP_LDAPAttributes
java.lang.Object
fr.univrennes1.cri.util.ldapUtils.ESUP_LDAPAttributes
- public class ESUP_LDAPAttributes
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ESUP_LDAPAttributes
public ESUP_LDAPAttributes(java.util.Vector ldapAttribute)
ESUP_LDAPAttributes
public ESUP_LDAPAttributes()
addLDAPAttribute
public void addLDAPAttribute(java.lang.String name,
java.util.Vector values)
- Adds a new attribut with its values
- Parameters:
name
- the attribut namevalues
- 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