Class Summary |
DseAuthProvider |
AuthProvider which supplies authenticator instances for clients to connect t
DSE clusters secured with Kerberos
The SASL protocol name defaults to "dse"; should you need to change that
it can be overridden using the dse.sasl.protocol system property. |
KerberosAuthenticator |
Responsible for authenticating with secured DSE services using Kerberos
over GSSAPI & SASL. |
PrivilegedSaslClient |
Wrapper around SaslClient , which performs necessary parts of
the authentication protocol as PrivilegedAction s with the
assumed identity of the Subject supplied in the constructor. |