| Package | Description |
|---|---|
| org.ldaptive | |
| org.ldaptive.io | |
| org.ldaptive.provider.jndi |
| Modifier and Type | Field and Description |
|---|---|
private static SortBehavior |
SortBehavior.defaultSortBehavior
Default sort behavior.
|
private SortBehavior |
AbstractLdapBean.sortBehavior
Sort behavior.
|
private SortBehavior |
SearchRequest.sortBehavior
Sort behavior of results.
|
| Modifier and Type | Method and Description |
|---|---|
static SortBehavior |
SortBehavior.getDefaultSortBehavior()
Returns the default sort behavior.
|
SortBehavior |
AbstractLdapBean.getSortBehavior()
Returns the sort behavior for this ldap bean.
|
SortBehavior |
SearchRequest.getSortBehavior()
Returns the sort behavior.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
private SortBehavior |
Dsmlv1Reader.sortBehavior
Sort behavior.
|
private SortBehavior |
LdifReader.sortBehavior
Sort behavior.
|
| Constructor and Description |
|---|
Dsmlv1Reader(Reader reader,
SortBehavior sb)
Creates a new dsml reader.
|
LdifReader(Reader reader,
SortBehavior sb)
Creates a new ldif reader.
|
| Modifier and Type | Field and Description |
|---|---|
private SortBehavior |
JndiUtils.sortBehavior
Ldap result sort behavior.
|
| Constructor and Description |
|---|
JndiUtils(SortBehavior sb)
Creates a new jndi util.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.