Description
UserProvider contains the field cache.
private final Map<String, CredentialEntry> cache = new HashMap<String, CredentialEntry>();
It is referenced only in deleteCredentialEntry and so there is no real usage of cache.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-10607 Create an API to Separate Credentials/Password Storage from Applications
- Closed