|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LdapAttribute | |
|---|---|
| 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 | |
|---|---|
class |
AbstractLdapAttributes<T extends Map<String,LdapAttribute>>
AbstractLdapAttributes provides a base implementation of
LdapAttributes where the underlying attributes are backed by a
Map. |
| Classes in edu.vt.middleware.ldap.bean that implement LdapAttribute | |
|---|---|
class |
AbstractLdapAttribute<T extends Set<Object>>
AbstractLdapAttribute provides a base implementation of
LdapAttribute where the underlying values are backed by a
Set. |
protected class |
OrderedLdapBeanFactory.OrderedLdapAttribute
OrderedLdapAttribute represents a single ldap attribute whose
values are ordered by insertion. |
protected class |
SortedLdapBeanFactory.SortedLdapAttribute
SortedLdapAttribute represents a single ldap attribute whose
values are sorted. |
protected class |
UnorderedLdapBeanFactory.UnorderedLdapAttribute
UnorderedLdapAttribute represents a single ldap attribute
whose values are unordered. |
| Methods in edu.vt.middleware.ldap.bean that return LdapAttribute | |
|---|---|
LdapAttribute |
LdapAttributes.getAttribute(String name)
This returns the LdapAttribute for this
LdapAttributes with the supplied name. |
LdapAttribute |
AbstractLdapAttributes.getAttribute(String name)
This returns the LdapAttribute for this
LdapAttributes with the supplied name. |
LdapAttribute |
UnorderedLdapBeanFactory.newLdapAttribute()
Create a new instance of LdapAttribute. |
LdapAttribute |
SortedLdapBeanFactory.newLdapAttribute()
Create a new instance of LdapAttribute. |
LdapAttribute |
OrderedLdapBeanFactory.newLdapAttribute()
Create a new instance of LdapAttribute. |
LdapAttribute |
LdapBeanFactory.newLdapAttribute()
Create a new instance of LdapAttribute. |
| Methods in edu.vt.middleware.ldap.bean that return types with arguments of type LdapAttribute | |
|---|---|
Collection<LdapAttribute> |
LdapAttributes.getAttributes()
This returns a Collection of LdapAttribute for
this LdapAttributes. |
Collection<LdapAttribute> |
AbstractLdapAttributes.getAttributes()
This returns a Collection of LdapAttribute for
this LdapAttributes. |
| Methods in edu.vt.middleware.ldap.bean with parameters of type LdapAttribute | |
|---|---|
void |
LdapAttributes.addAttribute(LdapAttribute a)
This adds a new attribute to this LdapAttributes. |
void |
AbstractLdapAttributes.addAttribute(LdapAttribute a)
This adds a new attribute to this LdapAttributes. |
void |
LdapAttributes.removeAttribute(LdapAttribute a)
This removes an attribute from this LdapAttributes. |
void |
AbstractLdapAttributes.removeAttribute(LdapAttribute a)
This removes an attribute from this LdapAttributes. |
| Method parameters in edu.vt.middleware.ldap.bean with type arguments of type LdapAttribute | |
|---|---|
void |
LdapAttributes.addAttributes(Collection<LdapAttribute> c)
This adds a Collection of attributes to this
LdapAttributes. |
void |
AbstractLdapAttributes.addAttributes(Collection<LdapAttribute> c)
This adds a Collection of attributes to this
LdapAttributes. |
void |
LdapAttributes.removeAttributes(Collection<LdapAttribute> c)
This removes a Collection of attributes from this
LdapAttributes. |
void |
AbstractLdapAttributes.removeAttributes(Collection<LdapAttribute> c)
This removes a Collection of attributes from this
LdapAttributes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||