public final class DigestAuthMethod extends TokenAuthMethod
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DigestAuthMethod.SaslDigestCallbackHandler |
CallbackHandler for SASL DIGEST-MD5 mechanism
|
authcode, authenticationMethod, mechanismName, simpleName| Modifier and Type | Method | Description |
|---|---|---|
javax.security.sasl.SaslClient |
createSaslClient(java.util.Map<java.lang.String,java.lang.Object> saslProperties) |
Implementors which uses SASL authentication must return
true
for isSasl() method and return and instance of
SaslClient. |
javax.security.sasl.SaslServer |
createSaslServer(Server.Connection connection,
java.util.Map<java.lang.String,java.lang.Object> saslProperties) |
Implementors which uses SASL authentication must return
true
for isSasl() method and return and instance of
SaslServer. |
decodeIdentifier, encodeIdentifier, encodePassword, getAuthorizedUgi, getIdentifier, getProtocol, getServerId, isProxyAllowed, isSaslcreateCallbackHandler, equals, getAuthCode, getAuthenticationMethod, getMechanismName, getUser, hashCode, isNegotiable, loginModules, reLogin, shouldReLogin, toString, write, writeUGIpublic javax.security.sasl.SaslClient createSaslClient(java.util.Map<java.lang.String,java.lang.Object> saslProperties)
throws java.io.IOException
RpcAuthMethodtrue
for isSasl() method and return and instance of
SaslClient.createSaslClient in class RpcAuthMethodjava.io.IOExceptionpublic javax.security.sasl.SaslServer createSaslServer(Server.Connection connection, java.util.Map<java.lang.String,java.lang.Object> saslProperties) throws java.io.IOException
RpcAuthMethodtrue
for isSasl() method and return and instance of
SaslServer.createSaslServer in class RpcAuthMethodjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.