Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.ad | |
org.ldaptive.cli | |
org.ldaptive.handler | |
org.ldaptive.io | |
org.ldaptive.jaas | |
org.ldaptive.provider.jndi |
Modifier and Type | Method and Description |
---|---|
static LdapAttribute |
LdapAttribute.createLdapAttribute(SortBehavior sb,
String name,
Collection<Object> values)
Creates a new ldap attribute.
|
LdapAttribute |
CompareRequest.getAttribute()
Returns the attribute containing the value to compare.
|
LdapAttribute |
AttributeModification.getAttribute()
Returns the ldap attribute.
|
LdapAttribute |
LdapEntry.getAttribute()
Returns a single attribute of this attributes.
|
LdapAttribute |
LdapEntry.getAttribute(String name)
Returns the attribute with the supplied name.
|
Modifier and Type | Method and Description |
---|---|
static List<LdapAttribute> |
DnParser.convertDnToAttributes(String dn)
Parses the supplied DN and converts each RDN into a
LdapAttribute . |
Collection<LdapAttribute> |
LdapEntry.getAttributes()
Returns a collection of ldap attribute.
|
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 |
CompareRequest.setAttribute(LdapAttribute attr)
Sets the attribute to compare.
|
void |
AttributeModification.setAttribute(LdapAttribute attr)
Sets the ldap attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapEntry.addAttributes(Collection<LdapAttribute> attrs)
Adds attribute(s) to this ldap attributes.
|
void |
LdapEntry.removeAttributes(Collection<LdapAttribute> attrs)
Removes the attribute(s) from this ldap attributes.
|
void |
AddRequest.setLdapAttributes(Collection<LdapAttribute> attrs)
Sets the attributes to add.
|
Constructor and Description |
---|
AttributeModification(AttributeModificationType type,
LdapAttribute attr)
Creates a new attribute modification.
|
CompareRequest(String dn,
LdapAttribute attr)
Creates a new compare request.
|
LdapEntry(String dn,
LdapAttribute... attr)
Creates a new ldap entry.
|
Constructor and Description |
---|
AddRequest(String dn,
Collection<LdapAttribute> attrs)
Creates a new add request.
|
LdapEntry(String dn,
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 | Method and Description |
---|---|
protected int |
CompareOperationCli.compare(ConnectionFactory cf,
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(String name,
NodeList nodes)
Returns an ldap attribute derived from the supplied node list.
|
Modifier and Type | Method and Description |
---|---|
protected Element |
Dsmlv1Writer.createAttrElement(Document doc,
LdapAttribute attr)
Returns a
|
protected Element |
Dsmlv1Writer.createObjectclassElement(Document doc,
LdapAttribute attr)
Returns a
|
Modifier and Type | Method and Description |
---|---|
protected List<Element> |
Dsmlv1Writer.createDsmlAttributes(Document doc,
Collection<LdapAttribute> attrs)
Returns a list of
|
Modifier and Type | Method and Description |
---|---|
static Set<LdapRole> |
LdapRole.toRoles(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(Attribute attr)
Returns an ldap attribute using the supplied jndi attribute.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
JndiUtils.fromLdapAttribute(LdapAttribute attr)
Returns a jndi attribute that represents the values in the supplied ldap attribute.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
JndiUtils.fromLdapAttributes(Collection<LdapAttribute> attrs)
Returns a jndi attributes that represents the values in the supplied ldap attributes.
|
Copyright © 2016. All rights reserved.