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.
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're declared.
 

Methods in org.apache.directory.server.core with parameters of type ReferralHandlingMode
 ClonedServerEntry DefaultCoreSession.lookup(org.apache.directory.shared.ldap.name.LdapDN dn, javax.naming.ldap.Control[] requestControls, ReferralHandlingMode refMode, org.apache.directory.shared.ldap.name.LdapDN authorized)
           
 ClonedServerEntry CoreSession.lookup(org.apache.directory.shared.ldap.name.LdapDN dn, javax.naming.ldap.Control[] requestControls, ReferralHandlingMode refMode, org.apache.directory.shared.ldap.name.LdapDN authorized)
           
 

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-2009 Apache Software Foundation. All Rights Reserved.