Package | Description |
---|---|
org.apache.ambari.server.security.encryption |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCredentialStore
AbstractCredentialStore is an abstract implementation of CredentialStore that loads and
stores @{link KeyStore} data.
|
class |
FileBasedCredentialStore
FileBasedCredentialStore is a CredentialStore implementation that creates and manages
a JCEKS (Java Cryptography Extension KeyStore) file on disk.
|
class |
InMemoryCredentialStore
InMemoryCredentialStore is a CredentialStore implementation that creates and manages
a JCEKS (Java Cryptography Extension KeyStore) in memory.
|
Modifier and Type | Method and Description |
---|---|
protected CredentialStore |
CredentialProvider.getKeystoreService() |
Copyright © 2022 Apache Software Foundation. All rights reserved.