Package | Description |
---|---|
edu.vt.middleware.ldap.bean |
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 . |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 |
OrderedLdapBeanFactory.newLdapAttribute()
Create a new instance of
LdapAttribute . |
LdapAttribute |
LdapBeanFactory.newLdapAttribute()
Create a new instance of
LdapAttribute . |
LdapAttribute |
SortedLdapBeanFactory.newLdapAttribute()
Create a new instance of
LdapAttribute . |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2014. All rights reserved.