|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AliasDerefMode | |
|---|---|
| org.apache.directory.shared.ldap.filter | |
| org.apache.directory.shared.ldap.message | |
| Uses of AliasDerefMode in org.apache.directory.shared.ldap.filter |
|---|
| Methods in org.apache.directory.shared.ldap.filter that return AliasDerefMode | |
|---|---|
AliasDerefMode |
ScopeNode.getDerefAliases()
Gets the alias dereferencing mode type safe enumeration. |
| Constructors in org.apache.directory.shared.ldap.filter with parameters of type AliasDerefMode | |
|---|---|
ScopeNode(AliasDerefMode aliasDerefAliases,
java.lang.String baseDn,
SearchScope scope)
Creates a new ScopeNode object. |
|
| Uses of AliasDerefMode in org.apache.directory.shared.ldap.message |
|---|
| Methods in org.apache.directory.shared.ldap.message that return AliasDerefMode | |
|---|---|
AliasDerefMode |
SearchRequestImpl.getDerefAliases()
Gets the alias handling parameter. |
AliasDerefMode |
InternalSearchRequest.getDerefAliases()
Gets the alias handling parameter. |
static AliasDerefMode |
AliasDerefMode.getEnum(java.util.Map<java.lang.String,java.lang.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(java.lang.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. |
| Methods in org.apache.directory.shared.ldap.message with parameters of type AliasDerefMode | |
|---|---|
void |
SearchRequestImpl.setDerefAliases(AliasDerefMode aliasDerefAliases)
Sets the alias handling parameter. |
void |
InternalSearchRequest.setDerefAliases(AliasDerefMode aliasDerefAliases)
Sets the alias handling parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||