Package | Description |
---|---|
org.forgerock.audit.providers |
Dependencies that can be made available to the
AuditService via a
DependencyProvider . |
org.forgerock.audit.secure |
Classes for handling secure audit logging.
|
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 2010-2018 ForgeRock AS.