org.apache.directory.ldap.client.api
Class DigestMd5Request

java.lang.Object
  extended by org.apache.directory.ldap.client.api.SaslRequest
      extended by org.apache.directory.ldap.client.api.DigestMd5Request

public class DigestMd5Request
extends SaslRequest

Holds the data required to complete the DIGEST-MD5 SASL operation

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.ldap.client.api.SaslRequest
authorizationId, controls, credentials, mutualAuthentication, qualityOfProtection, realmName, saslMechanism, securityStrength, username
 
Constructor Summary
DigestMd5Request()
          Creates a new instance of DigestMd5Request.
 
Method Summary
 void setRealmName(String realmName)
          Sets the realm name.
 
Methods inherited from class org.apache.directory.ldap.client.api.SaslRequest
addAllControls, addControl, getAuthorizationId, getControls, getCredentials, getQualityOfProtection, getRealmName, getSaslMechanism, getSecurityStrength, getUsername, isMutualAuthentication, setAuthorizationId, setCredentials, setCredentials, setMutualAuthentication, setQualityOfProtection, setSaslMechanism, setSecurityStrength, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestMd5Request

public DigestMd5Request()
Creates a new instance of DigestMd5Request.

Method Detail

setRealmName

public void setRealmName(String realmName)
Sets the realm name.

Overrides:
setRealmName in class SaslRequest
Parameters:
realmName - The realm name


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.