public class SaslDigestMd5Request extends AbstractSaslRequest
authorizationId, controls, credentials, mutualAuthentication, qualityOfProtection, realmName, saslMechanism, securityStrength, username| Constructor and Description |
|---|
SaslDigestMd5Request()
Creates a new instance of SaslDigestMd5Request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setRealmName(String realmName)
Sets the realm name.
|
addAllControls, addControl, getAuthorizationId, getControls, getCredentials, getQualityOfProtection, getRealmName, getSaslMechanism, getSecurityStrength, getUsername, isMutualAuthentication, setAuthorizationId, setCredentials, setCredentials, setMutualAuthentication, setQualityOfProtection, setSaslMechanism, setSecurityStrength, setUsernamepublic SaslDigestMd5Request()
public void setRealmName(String realmName)
setRealmName in class AbstractSaslRequestrealmName - The realm nameCopyright © 2009–2019 The Apache Software Foundation. All rights reserved.