Package edu.vt.middleware.ldap.bean
Class UnorderedLdapBeanFactory.UnorderedLdapAttributes
- java.lang.Object
-
- edu.vt.middleware.ldap.bean.AbstractLdapBean
-
- edu.vt.middleware.ldap.bean.AbstractLdapAttributes<java.util.HashMap<java.lang.String,LdapAttribute>>
-
- edu.vt.middleware.ldap.bean.UnorderedLdapBeanFactory.UnorderedLdapAttributes
-
- All Implemented Interfaces:
LdapAttributes
- Enclosing class:
- UnorderedLdapBeanFactory
protected class UnorderedLdapBeanFactory.UnorderedLdapAttributes extends AbstractLdapAttributes<java.util.HashMap<java.lang.String,LdapAttribute>>
UnorderedLdapAttributes
represents a collection of ldap attribute that are unordered.
-
-
Field Summary
-
Fields inherited from class edu.vt.middleware.ldap.bean.AbstractLdapAttributes
attributes, DEFAULT_IGNORE_CASE, HASH_CODE_SEED
-
Fields inherited from class edu.vt.middleware.ldap.bean.AbstractLdapBean
beanFactory, logger
-
-
Constructor Summary
Constructors Constructor Description UnorderedLdapAttributes()
Default constructor.
-
Method Summary
-
Methods inherited from class edu.vt.middleware.ldap.bean.AbstractLdapAttributes
addAttribute, addAttribute, addAttribute, addAttributes, addAttributes, clear, getAttribute, getAttributeNames, getAttributes, hashCode, removeAttribute, removeAttribute, removeAttributes, removeAttributes, size, toAttributes, toString
-
Methods inherited from class edu.vt.middleware.ldap.bean.AbstractLdapBean
equals
-
-