Modifier and Type | Field and Description |
---|---|
private LdapAttribute |
CompareRequest.attribute
Attribute to compare.
|
private LdapAttribute |
AttributeModification.attribute
Attribute to modify.
|
Modifier and Type | Field and Description |
---|---|
private Collection<LdapAttribute> |
AddRequest.attributes
Attributes to add to the newly created entry.
|
private Map<String,LdapAttribute> |
LdapEntry.entryAttributes
Attributes contained in this bean.
|
Modifier and Type | Method and Description |
---|---|
static LdapAttribute |
LdapAttribute.createLdapAttribute(SortBehavior sb,
String name,
Collection<Object> values)
Creates a new ldap attribute.
|
LdapAttribute |
LdapEntry.getAttribute()
Returns a single attribute of this attributes.
|
LdapAttribute |
CompareRequest.getAttribute()
Returns the attribute containing the value to compare.
|
LdapAttribute |
AttributeModification.getAttribute()
Returns the ldap attribute.
|
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 | 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,
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 <dsml:attr/> element for the supplied ldap attribute.
|
protected Element |
Dsmlv1Writer.createObjectclassElement(Document doc,
LdapAttribute attr)
Returns a <dsml:objectclass/> element for the supplied ldap attribute.
|
Modifier and Type | Method and Description |
---|---|
protected List<Element> |
Dsmlv1Writer.createDsmlAttributes(Document doc,
Collection<LdapAttribute> attrs)
Returns a list of <dsml:attr/> elements for the supplied attributes.
|
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 |
ApacheLdapUtils.toLdapAttribute(org.apache.directory.api.ldap.model.entry.Attribute a)
Returns an ldap attribute using the supplied apache ldap attribute.
|
Modifier and Type | Method and Description |
---|---|
org.apache.directory.api.ldap.model.entry.Attribute |
ApacheLdapUtils.fromLdapAttribute(LdapAttribute la)
Returns an apache ldap attribute that represents the values in the supplied ldap attribute.
|
Modifier and Type | Method and Description |
---|---|
org.apache.directory.api.ldap.model.entry.Attribute[] |
ApacheLdapUtils.fromLdapAttributes(Collection<LdapAttribute> c)
Returns a list of apache ldap attribute that represents the values in the supplied ldap attributes.
|
Modifier and Type | Method and Description |
---|---|
LdapAttribute |
JLdapUtils.toLdapAttribute(com.novell.ldap.LDAPAttribute a)
Returns an ldap attribute using the supplied jldap attribute.
|
Modifier and Type | Method and Description |
---|---|
com.novell.ldap.LDAPAttribute |
JLdapUtils.fromLdapAttribute(LdapAttribute la)
Returns a jldap attribute that represents the values in the supplied ldap attribute.
|
Modifier and Type | Method and Description |
---|---|
com.novell.ldap.LDAPAttributeSet |
JLdapUtils.fromLdapAttributes(Collection<LdapAttribute> c)
Returns a jldap attribute set that represents the values in the supplied ldap attributes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
LdapAttribute |
OpenDJUtils.toLdapAttribute(org.forgerock.opendj.ldap.Attribute a)
Returns an ldap attribute using the supplied opendj attribute.
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.ldap.Attribute |
OpenDJUtils.fromLdapAttribute(LdapAttribute la)
Returns an opendj attribute that represents the values in the supplied ldap attribute.
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.ldap.Attribute[] |
OpenDJUtils.fromLdapAttributes(Collection<LdapAttribute> c)
Returns a list of opendj attribute that represents the values in the supplied ldap attributes.
|
Modifier and Type | Method and Description |
---|---|
LdapAttribute |
UnboundIDUtils.toLdapAttribute(com.unboundid.ldap.sdk.Attribute a)
Returns an ldap attribute using the supplied unbound id attribute.
|
Modifier and Type | Method and Description |
---|---|
com.unboundid.ldap.sdk.Attribute |
UnboundIDUtils.fromLdapAttribute(LdapAttribute la)
Returns an unbound id attribute that represents the values in the supplied ldap attribute.
|
Modifier and Type | Method and Description |
---|---|
com.unboundid.ldap.sdk.Attribute[] |
UnboundIDUtils.fromLdapAttributes(Collection<LdapAttribute> c)
Returns a list of unbound id attribute that represents the values in the supplied ldap attributes.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.