Class | Description |
---|---|
CustomAuthenticationProvider |
An authentication provider implementation that allows
AuthenticationProvider to be
customized at configuration time. |
PlainSaslClientCallbackHandler |
A client side callback to put application provided username/password into SASL transport.
|
PlainSaslServer |
This class provides PLAIN SASL authentication.
|
PlainSaslServer.Factory |
This class is used to create an instances of
PlainSaslServer . |
PlainSaslServerCallbackHandler |
A callback that is used by the SASL mechanisms to get further information to
complete the authentication.
|
PlainSaslServerProvider |
The Java SunSASL provider supports CRAM-MD5, DIGEST-MD5 and GSSAPI mechanisms on the server side.
|
SaslClientHandlerPlain |
SaslClientHandler implementation for Plain/Custom schemes. |
SaslServerHandlerPlain |
SaslServerHandler implementation for Plain/Custom schemes. |
SimpleAuthenticationProvider |
An authentication provider implementation that allows arbitrary combination of username and
password including empty strings.
|
Copyright © 2023. All Rights Reserved.