org.ldaptive.sasl
Class ExternalConfig

java.lang.Object
  extended by org.ldaptive.AbstractConfig
      extended by org.ldaptive.sasl.SaslConfig
          extended by org.ldaptive.sasl.ExternalConfig

public class ExternalConfig
extends SaslConfig

Contains all the configuration data for SASL EXTERNAL authentication.

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.AbstractConfig
logger
 
Constructor Summary
ExternalConfig()
          Default constructor.
 
Method Summary
 String toString()
          
 
Methods inherited from class org.ldaptive.sasl.SaslConfig
getAuthorizationId, getMechanism, getMutualAuthentication, getQualityOfProtection, getSecurityStrength, setAuthorizationId, setMechanism, setMutualAuthentication, setQualityOfProtection, setSecurityStrength
 
Methods inherited from class org.ldaptive.AbstractConfig
checkImmutable, checkStringInput, makeImmutable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalConfig

public ExternalConfig()
Default constructor.

Method Detail

toString

public String toString()

Overrides:
toString in class SaslConfig


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