Uses of Class
org.apache.directory.shared.ldap.message.AliasDerefMode

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 SearchRequest.getDerefAliases()
          Gets the alias handling parameter.
 AliasDerefMode SearchRequestImpl.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're declared.
 

Methods in org.apache.directory.shared.ldap.message with parameters of type AliasDerefMode
 void SearchRequest.setDerefAliases(AliasDerefMode aliasDerefAliases)
          Sets the alias handling parameter.
 void SearchRequestImpl.setDerefAliases(AliasDerefMode aliasDerefAliases)
          Sets the alias handling parameter.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.