|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LdapAttributes | |
|---|---|
| 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 | |
|---|---|
class |
AbstractLdapAttributes<T extends Map<String,LdapAttribute>>
AbstractLdapAttributes provides a base implementation of
LdapAttributes where the underlying attributes are backed by a
Map. |
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 | |
|---|---|
protected LdapAttributes |
AbstractLdapEntry.ldapAttributes
Attributes contained in this entry. |
| Methods in edu.vt.middleware.ldap.bean that return LdapAttributes | |
|---|---|
LdapAttributes |
LdapEntry.getLdapAttributes()
This returns the LdapAttributes for this
LdapEntry. |
LdapAttributes |
AbstractLdapEntry.getLdapAttributes()
This returns the LdapAttributes for this
LdapEntry. |
LdapAttributes |
UnorderedLdapBeanFactory.newLdapAttributes()
Create a new instance of LdapAttributes. |
LdapAttributes |
SortedLdapBeanFactory.newLdapAttributes()
Create a new instance of LdapAttributes. |
LdapAttributes |
OrderedLdapBeanFactory.newLdapAttributes()
Create a new instance of LdapAttributes. |
LdapAttributes |
LdapBeanFactory.newLdapAttributes()
Create a new instance of LdapAttributes. |
| Methods in edu.vt.middleware.ldap.bean with parameters of type LdapAttributes | |
|---|---|
void |
LdapEntry.setLdapAttributes(LdapAttributes a)
This sets the attributes for this LdapEntry. |
void |
AbstractLdapEntry.setLdapAttributes(LdapAttributes a)
This sets the attributes for this LdapEntry. |
| Uses of LdapAttributes in edu.vt.middleware.ldap.dsml |
|---|
| Methods in edu.vt.middleware.ldap.dsml with parameters of type LdapAttributes | |
|---|---|
protected List<org.dom4j.Element> |
Dsmlv1.createDsmlAttributes(LdapAttributes ldapAttributes,
org.dom4j.Namespace ns)
This will return a list of DSML attribute elements from the supplied
LdapAttributes. |
protected List<org.dom4j.Element> |
AbstractDsml.createDsmlAttributes(LdapAttributes ldapAttributes,
org.dom4j.Namespace ns)
This will return a list of DSML attribute elements from the supplied
LdapAttributes. |
| Uses of LdapAttributes in edu.vt.middleware.ldap.jaas |
|---|
| Methods in edu.vt.middleware.ldap.jaas that return LdapAttributes | |
|---|---|
LdapAttributes |
LdapPrincipal.getLdapAttributes()
This returns the ldap attributes for this LdapPrincipal. |
LdapAttributes |
LdapDnPrincipal.getLdapAttributes()
This returns the ldap attributes for this LdapPrincipal. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||