com.xpn.xwiki.plugin.ldap
Class LDAPPluginReferralHandler

java.lang.Object
  extended by com.xpn.xwiki.plugin.ldap.LDAPPluginReferralHandler
All Implemented Interfaces:
com.novell.ldap.LDAPAuthHandler, com.novell.ldap.LDAPReferralHandler

public class LDAPPluginReferralHandler
extends Object
implements com.novell.ldap.LDAPAuthHandler

Connected to referrals.

Version:
$Id: 1ce443bf7a1880ecaedcf807ae0600daf98b0cab $

Constructor Summary
LDAPPluginReferralHandler(String bindDN, String bindPassword, XWikiContext context)
           
 
Method Summary
 com.novell.ldap.LDAPAuthProvider getAuthProvider(String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPPluginReferralHandler

public LDAPPluginReferralHandler(String bindDN,
                                 String bindPassword,
                                 XWikiContext context)
Parameters:
bindDN - the DN to use when binding.
bindPassword - the password to use when binding.
context - the XWiki context.
Method Detail

getAuthProvider

public com.novell.ldap.LDAPAuthProvider getAuthProvider(String host,
                                                        int port)
Specified by:
getAuthProvider in interface com.novell.ldap.LDAPAuthHandler


Copyright © 2004-2013 XWiki. All Rights Reserved.