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 class
AbstractLdapAttributes<T extends java.util.Map<java.lang.String,LdapAttribute>>
AbstractLdapAttributes
provides a base implementation ofLdapAttributes
where the underlying attributes are backed by aMap
.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.Fields in edu.vt.middleware.ldap.bean declared as LdapAttributes Modifier and Type Field Description protected LdapAttributes
AbstractLdapEntry. ldapAttributes
Attributes contained in this entry.Methods in edu.vt.middleware.ldap.bean that return LdapAttributes Modifier and Type Method Description LdapAttributes
AbstractLdapEntry. getLdapAttributes()
This returns theLdapAttributes
for thisLdapEntry
.LdapAttributes
LdapEntry. getLdapAttributes()
This returns theLdapAttributes
for thisLdapEntry
.LdapAttributes
LdapBeanFactory. newLdapAttributes()
Create a new instance ofLdapAttributes
.LdapAttributes
OrderedLdapBeanFactory. newLdapAttributes()
Create a new instance ofLdapAttributes
.LdapAttributes
SortedLdapBeanFactory. newLdapAttributes()
Create a new instance ofLdapAttributes
.LdapAttributes
UnorderedLdapBeanFactory. newLdapAttributes()
Create a new instance ofLdapAttributes
.Methods in edu.vt.middleware.ldap.bean with parameters of type LdapAttributes Modifier and Type Method Description void
AbstractLdapEntry. setLdapAttributes(LdapAttributes a)
This sets the attributes for thisLdapEntry
.void
LdapEntry. 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 LdapAttributes
LdapDnPrincipal. getLdapAttributes()
This returns the ldap attributes for thisLdapPrincipal
.LdapAttributes
LdapPrincipal. getLdapAttributes()
This returns the ldap attributes for thisLdapPrincipal
.
-