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