Interface KeyStoreAccessDelegate
public interface KeyStoreAccessDelegate
This interface intercepts calls to
KeyStoreAccess allowing to cache KeyStore in memory instead
of deserialization on each request.-
Method Summary
Modifier and TypeMethodDescriptionread(KeyStoreAccess original) Must return null if KeyStore is absent.voidwrite(KeyStoreAccess original, KeyStore keyStore)
-
Method Details
-
read
Must return null if KeyStore is absent.- Parameters:
original- Underlying class that can perform the operation
-
write
- Parameters:
original- Underlying class that can perform the operationkeyStore- KeyStore to save
-