Package org.forgerock.audit.providers
Interface SecureStorageProvider
- All Known Implementing Classes:
DefaultSecureStorageProvider
public interface SecureStorageProvider
Strategy for obtaining a secure storage, used by handlers providing tamper-evident feature.
-
Method Summary
Modifier and TypeMethodDescriptiongetSecureStorage
(String name) Returns the secure storage corresponding to the given name.
-
Method Details
-
getSecureStorage
Returns the secure storage corresponding to the given name.- Parameters:
name
- The name of instance to retrieve- Returns:
- the secure storage
-