Uses of Interface
edu.vt.middleware.ldap.bean.LdapAttribute
-
Packages that use LdapAttribute Package Description edu.vt.middleware.ldap.bean -
-
Uses of LdapAttribute in edu.vt.middleware.ldap.bean
Classes in edu.vt.middleware.ldap.bean with type parameters of type LdapAttribute Modifier and Type Class Description classAbstractLdapAttributes<T extends java.util.Map<java.lang.String,LdapAttribute>>AbstractLdapAttributesprovides a base implementation ofLdapAttributeswhere the underlying attributes are backed by aMap.Classes in edu.vt.middleware.ldap.bean that implement LdapAttribute Modifier and Type Class Description classAbstractLdapAttribute<T extends java.util.Set<java.lang.Object>>AbstractLdapAttributeprovides a base implementation ofLdapAttributewhere the underlying values are backed by aSet.protected classOrderedLdapBeanFactory.OrderedLdapAttributeOrderedLdapAttributerepresents a single ldap attribute whose values are ordered by insertion.protected classSortedLdapBeanFactory.SortedLdapAttributeSortedLdapAttributerepresents a single ldap attribute whose values are sorted.protected classUnorderedLdapBeanFactory.UnorderedLdapAttributeUnorderedLdapAttributerepresents a single ldap attribute whose values are unordered.Methods in edu.vt.middleware.ldap.bean that return LdapAttribute Modifier and Type Method Description LdapAttributeAbstractLdapAttributes. getAttribute(java.lang.String name)This returns theLdapAttributefor thisLdapAttributeswith the supplied name.LdapAttributeLdapAttributes. getAttribute(java.lang.String name)This returns theLdapAttributefor thisLdapAttributeswith the supplied name.LdapAttributeLdapBeanFactory. newLdapAttribute()Create a new instance ofLdapAttribute.LdapAttributeOrderedLdapBeanFactory. newLdapAttribute()Create a new instance ofLdapAttribute.LdapAttributeSortedLdapBeanFactory. newLdapAttribute()Create a new instance ofLdapAttribute.LdapAttributeUnorderedLdapBeanFactory. newLdapAttribute()Create a new instance ofLdapAttribute.Methods in edu.vt.middleware.ldap.bean that return types with arguments of type LdapAttribute Modifier and Type Method Description java.util.Collection<LdapAttribute>AbstractLdapAttributes. getAttributes()This returns aCollectionofLdapAttributefor thisLdapAttributes.java.util.Collection<LdapAttribute>LdapAttributes. getAttributes()This returns aCollectionofLdapAttributefor thisLdapAttributes.Methods in edu.vt.middleware.ldap.bean with parameters of type LdapAttribute Modifier and Type Method Description voidAbstractLdapAttributes. addAttribute(LdapAttribute a)This adds a new attribute to thisLdapAttributes.voidLdapAttributes. addAttribute(LdapAttribute a)This adds a new attribute to thisLdapAttributes.voidAbstractLdapAttributes. removeAttribute(LdapAttribute a)This removes an attribute from thisLdapAttributes.voidLdapAttributes. removeAttribute(LdapAttribute a)This removes an attribute from thisLdapAttributes.Method parameters in edu.vt.middleware.ldap.bean with type arguments of type LdapAttribute Modifier and Type Method Description voidAbstractLdapAttributes. addAttributes(java.util.Collection<LdapAttribute> c)This adds aCollectionof attributes to thisLdapAttributes.voidLdapAttributes. addAttributes(java.util.Collection<LdapAttribute> c)This adds aCollectionof attributes to thisLdapAttributes.voidAbstractLdapAttributes. removeAttributes(java.util.Collection<LdapAttribute> c)This removes aCollectionof attributes from thisLdapAttributes.voidLdapAttributes. removeAttributes(java.util.Collection<LdapAttribute> c)This removes aCollectionof attributes from thisLdapAttributes.
-