Uses of Class
org.ldaptive.SortBehavior

Packages that use SortBehavior
org.ldaptive   
org.ldaptive.io   
org.ldaptive.provider.jndi   
 

Uses of SortBehavior in org.ldaptive
 

Methods in org.ldaptive that return SortBehavior
static SortBehavior SortBehavior.getDefaultSortBehavior()
          Returns the default sort behavior.
 SortBehavior SearchRequest.getSortBehavior()
          Returns the sort behavior.
 SortBehavior AbstractLdapBean.getSortBehavior()
          Returns the sort behavior for this ldap bean.
static SortBehavior SortBehavior.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortBehavior[] SortBehavior.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ldaptive with parameters of type SortBehavior
static LdapAttribute LdapAttribute.createLdapAttribute(SortBehavior sb, String name, Collection<Object> values)
          Creates a new ldap attribute.
 void SearchRequest.setSortBehavior(SortBehavior sb)
          Sets the sort behavior.
 

Constructors in org.ldaptive with parameters of type SortBehavior
AbstractLdapBean(SortBehavior sb)
          Creates a new abstract ldap bean.
LdapAttribute(SortBehavior sb)
          Creates a new ldap attribute.
LdapAttribute(SortBehavior sb, boolean binary)
          Creates a new ldap attribute.
LdapEntry(SortBehavior sb)
          Creates a new ldap entry.
SearchEntry(int id, ResponseControl[] c, SortBehavior sb)
          Creates a new search entry.
SearchResult(SortBehavior sb)
          Creates a new search result.
 

Uses of SortBehavior in org.ldaptive.io
 

Constructors in org.ldaptive.io with parameters of type SortBehavior
Dsmlv1Reader(Reader reader, SortBehavior sb)
          Creates a new dsml reader.
LdifReader(Reader reader, SortBehavior sb)
          Creates a new ldif reader.
 

Uses of SortBehavior in org.ldaptive.provider.jndi
 

Constructors in org.ldaptive.provider.jndi with parameters of type SortBehavior
JndiUtils(SortBehavior sb)
          Creates a new jndi util.
 



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