| Class | Description |
|---|---|
| AbstractJavaKeyStoreProvider |
Abstract class for implementing credential providers that are based on
Java Keystores as the underlying credential store.
|
| BouncyCastleFipsKeyStoreProvider |
CredentialProvider based on Bouncy Castle FIPS KeyStore file format.
|
| BouncyCastleFipsKeyStoreProvider.Factory |
The factory to create JksProviders, which is used by the ServiceLoader.
|
| CredentialProvider |
A provider of credentials or password for Hadoop applications.
|
| CredentialProvider.CredentialEntry |
The combination of both the alias and the actual credential value.
|
| CredentialProviderFactory |
A factory to create a list of CredentialProvider based on the path given in a
Configuration.
|
| CredentialShell |
This program is the CLI utility for the CredentialProvider facilities in
Hadoop.
|
| CredentialShell.PasswordReader |
To facilitate testing since Console is a final class.
|
| JavaKeyStoreProvider |
CredentialProvider based on Java's KeyStore file format.
|
| JavaKeyStoreProvider.Factory |
The factory to create JksProviders, which is used by the ServiceLoader.
|
| KeyStoreProvider |
CredentialProvider based on Java Key Store API.
|
| LocalBouncyCastleFipsKeyStoreProvider |
CredentialProvider based on bouncy castle FIPS KeyStore file format.
|
| LocalBouncyCastleFipsKeyStoreProvider.Factory |
The factory to create KeyStore Providers, which is used by the
ServiceLoader.
|
| LocalJavaKeyStoreProvider |
CredentialProvider based on Java's KeyStore file format.
|
| LocalJavaKeyStoreProvider.Factory |
The factory to create JksProviders, which is used by the ServiceLoader.
|
| LocalKeyStoreProvider |
CredentialProvider based on Java's KeyStore file format.
|
| UserProvider |
A CredentialProvider for UGIs.
|
| UserProvider.Factory |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.