Uses of Interface
org.forgerock.audit.secure.SecureStorage
-
Packages that use SecureStorage Package Description org.forgerock.audit.providers Dependencies that can be made available to theAuditService
via aDependencyProvider
.org.forgerock.audit.secure Classes for handling secure audit logging. -
-
Uses of SecureStorage in org.forgerock.audit.providers
Methods in org.forgerock.audit.providers that return SecureStorage Modifier and Type Method Description SecureStorage
DefaultSecureStorageProvider. getSecureStorage(String name)
SecureStorage
SecureStorageProvider. getSecureStorage(String name)
Returns the secure storage corresponding to the given name.Methods in org.forgerock.audit.providers with parameters of type SecureStorage Modifier and Type Method Description void
DefaultSecureStorageProvider. registerSecureStorage(String name, SecureStorage storage)
Register a storage with the given name.Constructor parameters in org.forgerock.audit.providers with type arguments of type SecureStorage Constructor Description DefaultSecureStorageProvider(Map<String,SecureStorage> storages)
Creates a provider with some storages instances. -
Uses of SecureStorage in org.forgerock.audit.secure
Classes in org.forgerock.audit.secure that implement SecureStorage Modifier and Type Class Description class
KeyStoreSecureStorage
Implementation of a secure storage using a keystore.
-