| Package | Description |
|---|---|
| org.apache.hadoop.security.alias |
Provides the hadoop credential provider API.
|
| Class | Description |
|---|---|
| AbstractJavaKeyStoreProvider |
Abstract class for implementing credential providers that are based on
Java Keystores as the underlying credential store.
|
| 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.PasswordReader |
To facilitate testing since Console is a final class.
|
| KeyStoreProvider |
CredentialProvider based on Java Key Store API.
|
| LocalKeyStoreProvider |
CredentialProvider based on Java's KeyStore file format.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.