Uses of Class
edu.vt.middleware.ldap.bean.AbstractLdapAttributes
-
Packages that use AbstractLdapAttributes Package Description edu.vt.middleware.ldap.bean -
-
Uses of AbstractLdapAttributes in edu.vt.middleware.ldap.bean
Subclasses of AbstractLdapAttributes in edu.vt.middleware.ldap.bean Modifier and Type Class Description protected class
OrderedLdapBeanFactory.OrderedLdapAttributes
OrderedLdapAttributes
represents a collection of ldap attribute that are ordered by insertion.protected class
SortedLdapBeanFactory.SortedLdapAttributes
SortedLdapAttributes
represents a collection of ldap attribute that are sorted by their name.protected class
UnorderedLdapBeanFactory.UnorderedLdapAttributes
UnorderedLdapAttributes
represents a collection of ldap attribute that are unordered.
-