| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.filter | |
| org.apache.directory.api.ldap.model.message |
| Modifier and Type | Field and Description |
|---|---|
private AliasDerefMode |
ScopeNode.aliasDerefAliases
the alias dereferencing mode
|
| Modifier and Type | Method and Description |
|---|---|
AliasDerefMode |
ScopeNode.getDerefAliases()
Gets the alias dereferencing mode type safe enumeration.
|
| Constructor and Description |
|---|
ScopeNode(AliasDerefMode aliasDerefAliases,
Dn baseDn,
String baseId,
SearchScope scope)
Creates a new ScopeNode object.
|
| Modifier and Type | Field and Description |
|---|---|
private AliasDerefMode |
SearchRequestImpl.aliasDerefMode
Alias dereferencing mode enumeration value (default to DEREF_ALWAYS)
|
private AliasDerefMode |
SearchParams.aliasDerefMode
The aliasDerefMode.
|
| Modifier and Type | Method and Description |
|---|---|
AliasDerefMode |
SearchParams.getAliasDerefMode() |
AliasDerefMode |
SearchRequest.getDerefAliases()
Gets the alias handling parameter.
|
AliasDerefMode |
SearchRequestImpl.getDerefAliases()
Gets the alias handling parameter.
|
static AliasDerefMode |
AliasDerefMode.getDerefMode(int val)
get the AliasDerefMode corresponding to the integer value passed
|
static AliasDerefMode |
AliasDerefMode.getDerefMode(String val)
get the AliasDerefMode corresponding to the string value jndiValue passed
|
static AliasDerefMode |
AliasDerefMode.getEnum(Map<String,Object> env)
Gets the enumeration from by extracting the value for the JNDI LDAP
specific environment property, java.naming.ldap.derefAliases, from the
environment.
|
static AliasDerefMode |
AliasDerefMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AliasDerefMode[] |
AliasDerefMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchParams.setAliasDerefMode(AliasDerefMode aliasDerefMode) |
SearchRequest |
SearchRequest.setDerefAliases(AliasDerefMode aliasDerefAliases)
Sets the alias handling parameter.
|
SearchRequest |
SearchRequestImpl.setDerefAliases(AliasDerefMode aliasDerefAliases)
Sets the alias handling parameter.
|
static SearchParams |
SearchParams.toSearchParams(SearchControls searchControls,
AliasDerefMode aliasDerefMode)
Creates a
SearchParams from JNDI search controls. |
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.