| Package | Description |
|---|---|
| org.ldaptive | |
| org.ldaptive.ad | |
| org.ldaptive.beans | |
| org.ldaptive.cli | |
| org.ldaptive.handler | |
| org.ldaptive.io | |
| org.ldaptive.jaas | |
| org.ldaptive.provider.jndi |
| Modifier and Type | Field and Description |
|---|---|
private LdapAttribute |
AttributeModification.attribute
Attribute to modify.
|
private LdapAttribute |
CompareRequest.attribute
Attribute to compare.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<LdapAttribute> |
AddRequest.attributes
Attributes to add to the newly created entry.
|
private java.util.Map<java.lang.String,LdapAttribute> |
LdapEntry.entryAttributes
Attributes contained in this bean.
|
| Modifier and Type | Method and Description |
|---|---|
static LdapAttribute |
LdapAttribute.createLdapAttribute(SortBehavior sb,
java.lang.String name,
java.util.Collection<java.lang.Object> values)
Creates a new ldap attribute.
|
LdapAttribute |
AttributeModification.getAttribute()
Returns the ldap attribute.
|
LdapAttribute |
CompareRequest.getAttribute()
Returns the attribute containing the value to compare.
|
LdapAttribute |
LdapEntry.getAttribute()
Returns a single attribute of this attributes.
|
LdapAttribute |
LdapEntry.getAttribute(java.lang.String name)
Returns the attribute with the supplied name.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<LdapAttribute> |
DnParser.convertDnToAttributes(java.lang.String dn)
Parses the supplied DN and converts each RDN into a
LdapAttribute. |
java.util.Collection<LdapAttribute> |
LdapEntry.getAttributes()
Returns a collection of ldap attribute.
|
java.util.Collection<LdapAttribute> |
AddRequest.getLdapAttributes()
Returns the attributes to add.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LdapEntry.addAttribute(LdapAttribute... attr)
Adds an attribute to this ldap attributes.
|
void |
LdapEntry.removeAttribute(LdapAttribute... attr)
Removes an attribute from this ldap attributes.
|
void |
AttributeModification.setAttribute(LdapAttribute attr)
Sets the ldap attribute.
|
void |
CompareRequest.setAttribute(LdapAttribute attr)
Sets the attribute to compare.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LdapEntry.addAttributes(java.util.Collection<LdapAttribute> attrs)
Adds attribute(s) to this ldap attributes.
|
void |
LdapEntry.removeAttributes(java.util.Collection<LdapAttribute> attrs)
Removes the attribute(s) from this ldap attributes.
|
void |
AddRequest.setLdapAttributes(java.util.Collection<LdapAttribute> attrs)
Sets the attributes to add.
|
| Constructor and Description |
|---|
AttributeModification(AttributeModificationType type,
LdapAttribute attr)
Creates a new attribute modification.
|
CompareRequest(java.lang.String dn,
LdapAttribute attr)
Creates a new compare request.
|
LdapEntry(java.lang.String dn,
LdapAttribute... attr)
Creates a new ldap entry.
|
| Constructor and Description |
|---|
AddRequest(java.lang.String dn,
java.util.Collection<LdapAttribute> attrs)
Creates a new add request.
|
LdapEntry(java.lang.String dn,
java.util.Collection<LdapAttribute> attrs)
Creates a new ldap entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnicodePwdAttribute
Helper class for the active directory unicodePwd attribute.
|
| Modifier and Type | Field and Description |
|---|---|
private LdapAttribute |
AbstractClassDescriptor.SimpleAttributeValueMutator.la
Ldap attribute to operate on.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
CompareOperationCli.compare(ConnectionFactory cf,
java.lang.String dn,
LdapAttribute attr)
Executes the ldap compare operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSearchEntryHandler.handleAttribute(Connection conn,
SearchRequest request,
LdapAttribute attr)
Handle a single attribute.
|
| Modifier and Type | Method and Description |
|---|---|
protected LdapAttribute |
Dsmlv1Reader.createLdapAttribute(java.lang.String name,
org.w3c.dom.NodeList nodes)
Returns an ldap attribute derived from the supplied node list.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.w3c.dom.Element |
Dsmlv1Writer.createAttrElement(org.w3c.dom.Document doc,
LdapAttribute attr)
Returns a
|
protected org.w3c.dom.Element |
Dsmlv1Writer.createObjectclassElement(org.w3c.dom.Document doc,
LdapAttribute attr)
Returns a
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<org.w3c.dom.Element> |
Dsmlv1Writer.createDsmlAttributes(org.w3c.dom.Document doc,
java.util.Collection<LdapAttribute> attrs)
Returns a list of
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<LdapRole> |
LdapRole.toRoles(java.util.Collection<LdapAttribute> attributes)
Iterates over the supplied attributes and returns all values as a set of ldap roles.
|
| Modifier and Type | Method and Description |
|---|---|
LdapAttribute |
JndiUtils.toLdapAttribute(javax.naming.directory.Attribute attr)
Returns an ldap attribute using the supplied jndi attribute.
|
| Modifier and Type | Method and Description |
|---|---|
javax.naming.directory.Attribute |
JndiUtils.fromLdapAttribute(LdapAttribute attr)
Returns a jndi attribute that represents the values in the supplied ldap attribute.
|
| Modifier and Type | Method and Description |
|---|---|
javax.naming.directory.Attributes |
JndiUtils.fromLdapAttributes(java.util.Collection<LdapAttribute> attrs)
Returns a jndi attributes that represents the values in the supplied ldap attributes.
|