edu.vt.middleware.ldap.bean
Class UnorderedLdapBeanFactory.UnorderedLdapAttribute

java.lang.Object
  extended by edu.vt.middleware.ldap.bean.AbstractLdapBean
      extended by edu.vt.middleware.ldap.bean.AbstractLdapAttribute<HashSet<Object>>
          extended by edu.vt.middleware.ldap.bean.UnorderedLdapBeanFactory.UnorderedLdapAttribute
All Implemented Interfaces:
LdapAttribute
Enclosing class:
UnorderedLdapBeanFactory

protected class UnorderedLdapBeanFactory.UnorderedLdapAttribute
extends AbstractLdapAttribute<HashSet<Object>>

UnorderedLdapAttribute represents a single ldap attribute whose values are unordered.


Field Summary
 
Fields inherited from class edu.vt.middleware.ldap.bean.AbstractLdapAttribute
HASH_CODE_SEED, name, values
 
Fields inherited from class edu.vt.middleware.ldap.bean.AbstractLdapBean
beanFactory, logger
 
Constructor Summary
UnorderedLdapBeanFactory.UnorderedLdapAttribute()
          Default constructor.
 
Method Summary
 Set<String> getStringValues()
          This returns the value(s) of this LdapAttribute Values are encoded in base64 format if the underlying value is of type byte[]. The returned set is unmodifiable.
 
Methods inherited from class edu.vt.middleware.ldap.bean.AbstractLdapAttribute
convertValuesToString, getName, getValues, hashCode, setAttribute, setName, toAttribute, toString
 
Methods inherited from class edu.vt.middleware.ldap.bean.AbstractLdapBean
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnorderedLdapBeanFactory.UnorderedLdapAttribute

public UnorderedLdapBeanFactory.UnorderedLdapAttribute()
Default constructor.

Method Detail

getStringValues

public Set<String> getStringValues()
This returns the value(s) of this LdapAttribute Values are encoded in base64 format if the underlying value is of type byte[]. The returned set is unmodifiable.

Specified by:
getStringValues in interface LdapAttribute
Specified by:
getStringValues in class AbstractLdapAttribute<HashSet<Object>>
Returns:
unmodifiable Set


Copyright © 2003-2010 Virginia Tech. All Rights Reserved.