Package | Description |
---|---|
org.forgerock.audit.providers | |
org.forgerock.audit.secure |
Modifier and Type | Method and Description |
---|---|
SecureStorage |
SecureStorageProvider.getSecureStorage(String name)
Returns the secure storage corresponding to the given name.
|
SecureStorage |
DefaultSecureStorageProvider.getSecureStorage(String name) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSecureStorageProvider.registerSecureStorage(String name,
SecureStorage storage)
Register a storage with the given name.
|
Constructor and Description |
---|
DefaultSecureStorageProvider(Map<String,SecureStorage> storages)
Creates a provider with some storages instances.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyStoreSecureStorage
Implementation of a secure storage using a keystore.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.