Uses of Class
org.apache.directory.api.ldap.model.message.AliasDerefMode

Packages that use AliasDerefMode
org.apache.directory.api.ldap.model.filter   
org.apache.directory.api.ldap.model.message   
 

Uses of AliasDerefMode in org.apache.directory.api.ldap.model.filter
 

Methods in org.apache.directory.api.ldap.model.filter that return AliasDerefMode
 AliasDerefMode ScopeNode.getDerefAliases()
          Gets the alias dereferencing mode type safe enumeration.
 

Constructors in org.apache.directory.api.ldap.model.filter with parameters of type AliasDerefMode
ScopeNode(AliasDerefMode aliasDerefAliases, Dn baseDn, String baseId, SearchScope scope)
          Creates a new ScopeNode object.
 

Uses of AliasDerefMode in org.apache.directory.api.ldap.model.message
 

Methods in org.apache.directory.api.ldap.model.message that return AliasDerefMode
 AliasDerefMode SearchParams.getAliasDerefMode()
           
 AliasDerefMode SearchRequestImpl.getDerefAliases()
          Gets the alias handling parameter.
 AliasDerefMode SearchRequest.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.
 

Methods in org.apache.directory.api.ldap.model.message with parameters of type AliasDerefMode
 void SearchParams.setAliasDerefMode(AliasDerefMode aliasDerefMode)
           
 SearchRequest SearchRequestImpl.setDerefAliases(AliasDerefMode aliasDerefAliases)
          Sets the alias handling parameter.
 SearchRequest SearchRequest.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-2013 The Apache Software Foundation. All Rights Reserved.