Uses of Interface
org.forgerock.audit.secure.SecureStorage
Package
Description
Dependencies that can be made available to the
AuditService
via a
DependencyProvider
.Classes for handling secure audit logging.
-
Uses of SecureStorage in org.forgerock.audit.providers
Modifier and TypeMethodDescriptionDefaultSecureStorageProvider.getSecureStorage
(String name) SecureStorageProvider.getSecureStorage
(String name) Returns the secure storage corresponding to the given name.Modifier and TypeMethodDescriptionvoid
DefaultSecureStorageProvider.registerSecureStorage
(String name, SecureStorage storage) Register a storage with the given name.ModifierConstructorDescriptionDefaultSecureStorageProvider
(Map<String, SecureStorage> storages) Creates a provider with some storages instances. -
Uses of SecureStorage in org.forgerock.audit.secure
Modifier and TypeClassDescriptionclass
Implementation of a secure storage using a keystore.