org.ldaptive.sasl
Class CramMd5Config

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

public class CramMd5Config
extends SaslConfig

Contains all the configuration data for SASL Cram-MD5 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
CramMd5Config()
          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

CramMd5Config

public CramMd5Config()
Default constructor.

Method Detail

toString

public String toString()

Overrides:
toString in class SaslConfig


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