org.ldaptive.auth
Class AbstractBindAuthenticationHandler

java.lang.Object
  extended by org.ldaptive.auth.AbstractAuthenticationHandler
      extended by org.ldaptive.auth.AbstractBindAuthenticationHandler
All Implemented Interfaces:
AuthenticationHandler
Direct Known Subclasses:
BindAuthenticationHandler, PooledBindAuthenticationHandler

public abstract class AbstractBindAuthenticationHandler
extends AbstractAuthenticationHandler

Provides implementation common to bind authentication handlers.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Field Summary
 
Fields inherited from class org.ldaptive.auth.AbstractAuthenticationHandler
logger
 
Constructor Summary
AbstractBindAuthenticationHandler()
           
 
Method Summary
 SaslConfig getAuthenticationSaslConfig()
          Returns the sasl config for this authentication handler.
 void setAuthenticationSaslConfig(SaslConfig config)
          Sets the sasl config for this authentication handler.
 
Methods inherited from class org.ldaptive.auth.AbstractAuthenticationHandler
authenticate, authenticateInternal, getAuthenticationControls, getConnection, processRequestControls, setAuthenticationControls
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBindAuthenticationHandler

public AbstractBindAuthenticationHandler()
Method Detail

getAuthenticationSaslConfig

public SaslConfig getAuthenticationSaslConfig()
Returns the sasl config for this authentication handler.

Returns:
sasl config

setAuthenticationSaslConfig

public void setAuthenticationSaslConfig(SaslConfig config)
Sets the sasl config for this authentication handler.

Parameters:
config - sasl config


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.