org.esupportail.cas.server.handlers.ldap
Class FastBindLdapHandler

java.lang.Object
  extended by org.esupportail.cas.server.util.log.Debug
      extended by org.esupportail.cas.server.util.BasicHandler
          extended by org.esupportail.cas.server.util.RedundantHandler
              extended by org.esupportail.cas.server.handlers.ldap.LdapHandler
                  extended by org.esupportail.cas.server.handlers.ldap.FastBindLdapHandler

public final class FastBindLdapHandler
extends LdapHandler

This class implements a fastbind LDAP handler class. It is used by GenericHandler.

Author:
Pascal Aubry

Field Summary
 
Fields inherited from class org.esupportail.cas.server.util.BasicHandler
FAILED_CONTINUE, FAILED_STOP, SUCCEEDED
 
Constructor Summary
FastBindLdapHandler(org.dom4j.Element handlerElement, java.lang.Boolean configDebug)
          Constructor.
 
Method Summary
 
Methods inherited from class org.esupportail.cas.server.handlers.ldap.LdapHandler
getFilter
 
Methods inherited from class org.esupportail.cas.server.util.RedundantHandler
addServers, authenticate, getServers
 
Methods inherited from class org.esupportail.cas.server.util.BasicHandler
checkConfigElement, getConfigElement, getConfigSubElementContent, hasConfigSubElement
 
Methods inherited from class org.esupportail.cas.server.util.log.Debug
checkClass, elementDebugValue, isDebug, setDebug, trace, trace, traceBegin, traceEnd, traceEnd, traceEnd, traceThrow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastBindLdapHandler

public FastBindLdapHandler(org.dom4j.Element handlerElement,
                           java.lang.Boolean configDebug)
                    throws java.lang.Exception
Constructor.

Parameters:
handlerElement - the XML element that declares the handler in the configuration file
configDebug - debugging mode of the global configuration
Throws:
java.lang.Exception - Exception