Uses of Class
org.apache.directory.server.core.ReferralHandlingMode

Packages that use ReferralHandlingMode
org.apache.directory.server.core   
org.apache.directory.server.core.interceptor.context   
 

Uses of ReferralHandlingMode in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core that return ReferralHandlingMode
static ReferralHandlingMode ReferralHandlingMode.getModeFromJndi(java.lang.String jndiValue)
          Gets the enumeration constant for the JNDI Context.REFERRAL key's value.
 ReferralHandlingMode MockOperation.getReferralHandlingMode()
           
static ReferralHandlingMode ReferralHandlingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReferralHandlingMode[] ReferralHandlingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.server.core with parameters of type ReferralHandlingMode
 void MockOperation.setReferralHandlingMode(ReferralHandlingMode referralHandlingMode)
           
 

Uses of ReferralHandlingMode in org.apache.directory.server.core.interceptor.context
 

Methods in org.apache.directory.server.core.interceptor.context that return ReferralHandlingMode
 ReferralHandlingMode BindOperationContext.getReferralHandlingMode()
           
 

Methods in org.apache.directory.server.core.interceptor.context with parameters of type ReferralHandlingMode
 void BindOperationContext.setReferralHandlingMode(ReferralHandlingMode referralHandlingMode)
           
 



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