| Package | Description |
|---|---|
| edu.vt.middleware.ldap.bean | |
| edu.vt.middleware.ldap.dsml | |
| edu.vt.middleware.ldap.jaas |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
protected LdapAttributes |
AbstractLdapEntry.ldapAttributes
Attributes contained in this entry.
|
| Modifier and Type | Method and Description |
|---|---|
LdapAttributes |
LdapEntry.getLdapAttributes()
This returns the
LdapAttributes for this
LdapEntry. |
LdapAttributes |
AbstractLdapEntry.getLdapAttributes()
This returns the
LdapAttributes for this
LdapEntry. |
LdapAttributes |
OrderedLdapBeanFactory.newLdapAttributes()
Create a new instance of
LdapAttributes. |
LdapAttributes |
UnorderedLdapBeanFactory.newLdapAttributes()
Create a new instance of
LdapAttributes. |
LdapAttributes |
LdapBeanFactory.newLdapAttributes()
Create a new instance of
LdapAttributes. |
LdapAttributes |
SortedLdapBeanFactory.newLdapAttributes()
Create a new instance of
LdapAttributes. |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapEntry.setLdapAttributes(LdapAttributes a)
This sets the attributes for this
LdapEntry. |
void |
AbstractLdapEntry.setLdapAttributes(LdapAttributes a)
This sets the attributes for this
LdapEntry. |
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
| Modifier and Type | Method and Description |
|---|---|
LdapAttributes |
LdapDnPrincipal.getLdapAttributes()
This returns the ldap attributes for this
LdapPrincipal. |
LdapAttributes |
LdapPrincipal.getLdapAttributes()
This returns the ldap attributes for this
LdapPrincipal. |
Copyright © 2014. All rights reserved.