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 | Method and Description |
---|---|
SortBehavior |
AbstractClassDescriptor.SimpleAttributeValueMutator.getSortBehavior() |
SortBehavior |
AttributeValueMutator.getSortBehavior()
Returns the sort behavior of the attribute.
|
Constructor and Description |
---|
SimpleAttributeValueMutator(String name,
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(String name,
boolean binary,
SortBehavior sortBehavior,
ReflectionTranscoder transcoder)
Creates a new abstract attribute value mutator.
|
FieldAttributeValueMutator(String name,
boolean binary,
SortBehavior sortBehavior,
ReflectionTranscoder transcoder,
Field field)
Creates a new field attribute value mutator.
|
MethodAttributeValueMutator(String name,
boolean binary,
SortBehavior sortBehavior,
ReflectionTranscoder transcoder,
Method getter,
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 |
JsonReader.SearchResultDeserializer.sortBehavior
Sort behavior.
|
private SortBehavior |
LdifReader.sortBehavior
Sort behavior.
|
Constructor and Description |
---|
Dsmlv1Reader(Reader reader,
SortBehavior sb)
Creates a new dsml reader.
|
JsonReader(Reader reader,
SortBehavior sb)
Creates a new json reader.
|
LdifReader(Reader reader,
SortBehavior sb)
Creates a new ldif reader.
|
SearchResultDeserializer(SortBehavior sb)
Creates a new search result deserializer.
|
Modifier and Type | Field and Description |
---|---|
private SortBehavior |
ApacheLdapUtils.sortBehavior
Ldap result sort behavior.
|
Constructor and Description |
---|
ApacheLdapUtils(SortBehavior sb)
Creates a new apache ldap util.
|
Modifier and Type | Field and Description |
---|---|
private SortBehavior |
JLdapUtils.sortBehavior
Ldap result sort behavior.
|
Constructor and Description |
---|
JLdapUtils(SortBehavior sb)
Creates a new jldap util.
|
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.
|
Modifier and Type | Field and Description |
---|---|
private SortBehavior |
OpenDJUtils.sortBehavior
Ldap result sort behavior.
|
Constructor and Description |
---|
OpenDJUtils(SortBehavior sb)
Creates a new opendj util.
|
Modifier and Type | Field and Description |
---|---|
private SortBehavior |
UnboundIDUtils.sortBehavior
Ldap result sort behavior.
|
Constructor and Description |
---|
UnboundIDUtils(SortBehavior sb)
Creates a new unboundid util.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.