Example usage for Java org.apache.hadoop.security.alias CredentialProvider fields, constructors, methods, implement or subclass
The text is from its open source code.
CredentialEntry | createCredentialEntry(String name, char[] credential) Create a new credential. |
void | deleteCredentialEntry(String name) Delete the given credential. |
void | flush() Ensures that any changes to the credentials are written to persistent store. |
List | getAliases() Get the aliases for all credentials. |
CredentialEntry | getCredentialEntry(String alias) Get the credential entry for a specific alias. |