Uses of Interface
edu.vt.middleware.ldap.bean.LdapAttributes
-
Packages that use LdapAttributes Package Description edu.vt.middleware.ldap.bean edu.vt.middleware.ldap.dsml edu.vt.middleware.ldap.jaas -
-
Uses of LdapAttributes in edu.vt.middleware.ldap.bean
Classes in edu.vt.middleware.ldap.bean that implement LdapAttributes 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.protected classOrderedLdapBeanFactory.OrderedLdapAttributesOrderedLdapAttributesrepresents a collection of ldap attribute that are ordered by insertion.protected classSortedLdapBeanFactory.SortedLdapAttributesSortedLdapAttributesrepresents a collection of ldap attribute that are sorted by their name.protected classUnorderedLdapBeanFactory.UnorderedLdapAttributesUnorderedLdapAttributesrepresents a collection of ldap attribute that are unordered.Fields in edu.vt.middleware.ldap.bean declared as LdapAttributes Modifier and Type Field Description protected LdapAttributesAbstractLdapEntry. ldapAttributesAttributes contained in this entry.Methods in edu.vt.middleware.ldap.bean that return LdapAttributes Modifier and Type Method Description LdapAttributesAbstractLdapEntry. getLdapAttributes()This returns theLdapAttributesfor thisLdapEntry.LdapAttributesLdapEntry. getLdapAttributes()This returns theLdapAttributesfor thisLdapEntry.LdapAttributesLdapBeanFactory. newLdapAttributes()Create a new instance ofLdapAttributes.LdapAttributesOrderedLdapBeanFactory. newLdapAttributes()Create a new instance ofLdapAttributes.LdapAttributesSortedLdapBeanFactory. newLdapAttributes()Create a new instance ofLdapAttributes.LdapAttributesUnorderedLdapBeanFactory. newLdapAttributes()Create a new instance ofLdapAttributes.Methods in edu.vt.middleware.ldap.bean with parameters of type LdapAttributes Modifier and Type Method Description voidAbstractLdapEntry. setLdapAttributes(LdapAttributes a)This sets the attributes for thisLdapEntry.voidLdapEntry. setLdapAttributes(LdapAttributes a)This sets the attributes for thisLdapEntry. -
Uses of LdapAttributes in edu.vt.middleware.ldap.dsml
Methods in edu.vt.middleware.ldap.dsml with parameters of type LdapAttributes Modifier and Type Method Description protected java.util.List<org.dom4j.Element>AbstractDsml. createDsmlAttributes(LdapAttributes ldapAttributes, org.dom4j.Namespace ns)This will return a list of DSML attribute elements from the suppliedLdapAttributes.protected java.util.List<org.dom4j.Element>Dsmlv1. createDsmlAttributes(LdapAttributes ldapAttributes, org.dom4j.Namespace ns)This will return a list of DSML attribute elements from the suppliedLdapAttributes. -
Uses of LdapAttributes in edu.vt.middleware.ldap.jaas
Methods in edu.vt.middleware.ldap.jaas that return LdapAttributes Modifier and Type Method Description LdapAttributesLdapDnPrincipal. getLdapAttributes()This returns the ldap attributes for thisLdapPrincipal.LdapAttributesLdapPrincipal. getLdapAttributes()This returns the ldap attributes for thisLdapPrincipal.
-