Uses of Class
org.ldaptive.LdapAttribute

Packages that use LdapAttribute
org.ldaptive   
org.ldaptive.ad   
org.ldaptive.cli   
org.ldaptive.handler   
org.ldaptive.io   
org.ldaptive.jaas   
org.ldaptive.provider.jndi   
 

Uses of LdapAttribute in org.ldaptive
 

Methods in org.ldaptive that return LdapAttribute
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.
 

Methods in org.ldaptive that return types with arguments of type LdapAttribute
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.
 

Methods in org.ldaptive with parameters of type LdapAttribute
 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.
 

Method parameters in org.ldaptive with type arguments of type LdapAttribute
 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.
 

Constructors in org.ldaptive with parameters of type LdapAttribute
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 parameters in org.ldaptive with type arguments of type LdapAttribute
AddRequest(String dn, Collection<LdapAttribute> attrs)
          Creates a new add request.
LdapEntry(String dn, Collection<LdapAttribute> attrs)
          Creates a new ldap entry.
 

Uses of LdapAttribute in org.ldaptive.ad
 

Subclasses of LdapAttribute in org.ldaptive.ad
 class UnicodePwdAttribute
          Helper class for the active directory unicodePwd attribute.
 

Uses of LdapAttribute in org.ldaptive.cli
 

Methods in org.ldaptive.cli with parameters of type LdapAttribute
protected  int CompareOperationCli.compare(ConnectionFactory cf, String dn, LdapAttribute attr)
          Executes the ldap compare operation.
 

Uses of LdapAttribute in org.ldaptive.handler
 

Methods in org.ldaptive.handler with parameters of type LdapAttribute
protected  void AbstractSearchEntryHandler.handleAttribute(Connection conn, SearchRequest request, LdapAttribute attr)
          Handle a single attribute.
 

Uses of LdapAttribute in org.ldaptive.io
 

Methods in org.ldaptive.io that return LdapAttribute
protected  LdapAttribute Dsmlv1Reader.createLdapAttribute(String name, NodeList nodes)
          Returns an ldap attribute derived from the supplied node list.
 

Methods in org.ldaptive.io with parameters of type LdapAttribute
protected  Element Dsmlv1Writer.createAttrElement(Document doc, LdapAttribute attr)
          Returns a element for the supplied ldap attribute.
protected  Element Dsmlv1Writer.createObjectclassElement(Document doc, LdapAttribute attr)
          Returns a element for the supplied ldap attribute.
 

Method parameters in org.ldaptive.io with type arguments of type LdapAttribute
protected  List<Element> Dsmlv1Writer.createDsmlAttributes(Document doc, Collection<LdapAttribute> attrs)
          Returns a list of elements for the supplied attributes.
 

Uses of LdapAttribute in org.ldaptive.jaas
 

Method parameters in org.ldaptive.jaas with type arguments of type LdapAttribute
static Set<LdapRole> LdapRole.toRoles(Collection<LdapAttribute> attributes)
          Iterates over the supplied attributes and returns all values as a set of ldap roles.
 

Uses of LdapAttribute in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi that return LdapAttribute
 LdapAttribute JndiUtils.toLdapAttribute(Attribute attr)
          Returns an ldap attribute using the supplied jndi attribute.
 

Methods in org.ldaptive.provider.jndi with parameters of type LdapAttribute
 Attribute JndiUtils.fromLdapAttribute(LdapAttribute attr)
          Returns a jndi attribute that represents the values in the supplied ldap attribute.
 

Method parameters in org.ldaptive.provider.jndi with type arguments of type LdapAttribute
 Attributes JndiUtils.fromLdapAttributes(Collection<LdapAttribute> attrs)
          Returns a jndi attributes that represents the values in the supplied ldap attributes.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.