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 | 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(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 | 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() |
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.
|
Constructor and Description |
---|
JndiUtils(SortBehavior sb)
Creates a new jndi util.
|
Copyright © 2024. All rights reserved.