| TestCustomSaslAuthenticationProvider |
Tests the pluggable authentication framework with SASL using a contrived authentication system.
|
| TestCustomSaslAuthenticationProvider.InMemoryClientProvider |
Client provider that finds custom Token in the user's UGI and authenticates with the server
via DIGEST-MD5 using that password.
|
| TestCustomSaslAuthenticationProvider.InMemoryProviderSelector |
Custom provider which can select our custom provider, amongst other tokens which
may be available.
|
| TestCustomSaslAuthenticationProvider.InMemoryServerProvider |
Server provider which validates credentials from an in-memory database.
|
| TestCustomSaslAuthenticationProvider.PasswordAuthTokenIdentifier |
A custom token identifier for our custom auth'n method.
|
| TestDefaultProviderSelector |
|
| TestSaslClientAuthenticationProviders |
|
| TestSaslClientAuthenticationProviders.ConflictingProvider1 |
|
| TestSaslClientAuthenticationProviders.ConflictingProvider2 |
|
| TestSaslServerAuthenticationProviders |
|
| TestSaslServerAuthenticationProviders.InitCheckingSaslServerAuthenticationProvider |
|