Java org.apache.hadoop.security.alias CredentialProvider fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.security.alias CredentialProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.security.alias CredentialProvider.

The text is from its open source code.

Method

CredentialEntrycreateCredentialEntry(String name, char[] credential)
Create a new credential.
voiddeleteCredentialEntry(String name)
Delete the given credential.
voidflush()
Ensures that any changes to the credentials are written to persistent store.
ListgetAliases()
Get the aliases for all credentials.
CredentialEntrygetCredentialEntry(String alias)
Get the credential entry for a specific alias.