org.ldaptive.sasl
Class DigestMd5Config

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

public class DigestMd5Config
extends SaslConfig

Contains all the configuration data for SASL Digest-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
DigestMd5Config()
          Default constructor.
 
Method Summary
 String getRealm()
          Returns the sasl realm.
 void setRealm(String realm)
          Sets the sasl realm.
 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

DigestMd5Config

public DigestMd5Config()
Default constructor.

Method Detail

getRealm

public String getRealm()
Returns the sasl realm.

Returns:
realm

setRealm

public void setRealm(String realm)
Sets the sasl realm.

Parameters:
realm - to set

toString

public String toString()

Overrides:
toString in class SaslConfig


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