| Package | Description |
|---|---|
| org.ldaptive | |
| org.ldaptive.beans | |
| org.ldaptive.beans.reflect | |
| org.ldaptive.beans.spring | |
| org.ldaptive.io | |
| org.ldaptive.provider.jndi |
| Modifier and Type | Field and Description |
|---|---|
private static SortBehavior |
SortBehavior.defaultSortBehavior
Default sort behavior.
|
private SortBehavior |
SearchRequest.sortBehavior
Sort behavior of results.
|
private SortBehavior |
AbstractLdapBean.sortBehavior
Sort behavior.
|
| Modifier and Type | Method and Description |
|---|---|
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(java.lang.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,
java.lang.String name,
java.util.Collection<java.lang.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 | Method and Description |
|---|---|
SortBehavior |
AttributeValueMutator.getSortBehavior()
Returns the sort behavior of the attribute.
|
SortBehavior |
AbstractClassDescriptor.SimpleAttributeValueMutator.getSortBehavior() |
| Constructor and Description |
|---|
SimpleAttributeValueMutator(java.lang.String name,
java.lang.String[] values,
boolean binary,
SortBehavior behavior)
Creates a new simple attribute value mutator.
|
| Modifier and Type | Field and Description |
|---|---|
private SortBehavior |
AbstractAttributeValueMutator.attributeSortBehavior
Sort behavior of this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
SortBehavior |
AbstractAttributeValueMutator.getSortBehavior() |
| Constructor and Description |
|---|
AbstractAttributeValueMutator(java.lang.String name,
boolean binary,
SortBehavior sortBehavior,
ReflectionTranscoder transcoder)
Creates a new abstract attribute value mutator.
|
FieldAttributeValueMutator(java.lang.String name,
boolean binary,
SortBehavior sortBehavior,
ReflectionTranscoder transcoder,
java.lang.reflect.Field field)
Creates a new field attribute value mutator.
|
MethodAttributeValueMutator(java.lang.String name,
boolean binary,
SortBehavior sortBehavior,
ReflectionTranscoder transcoder,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter)
Creates a new method attribute value mutator.
|
| Modifier and Type | Method and Description |
|---|---|
SortBehavior |
SpelAttributeValueMutator.getSortBehavior() |
| Modifier and Type | Field and Description |
|---|---|
private SortBehavior |
Dsmlv1Reader.sortBehavior
Sort behavior.
|
private SortBehavior |
LdifReader.sortBehavior
Sort behavior.
|
private SortBehavior |
JsonReader.sortBehavior
Sort behavior.
|
| Constructor and Description |
|---|
Dsmlv1Reader(java.io.Reader reader,
SortBehavior sb)
Creates a new dsml reader.
|
JsonReader(java.io.Reader reader,
SortBehavior sb)
Creates a new json reader.
|
LdifReader(java.io.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.
|