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 theAuditServicevia 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 SecureStorageDefaultSecureStorageProvider. getSecureStorage(String name)SecureStorageSecureStorageProvider. 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 voidDefaultSecureStorageProvider. 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 classKeyStoreSecureStorageImplementation of a secure storage using a keystore.
-