Package com.exedio.cope.vault
Class VaultServiceParameters
java.lang.Object
com.exedio.cope.vault.VaultServiceParameters
-
Method Summary
Modifier and TypeMethodDescriptionboolean
If this method returns false, put methods such asVaultService.put(String, byte[], VaultPutInfo)
will not be called.
-
Method Details
-
getVaultProperties
-
isWritable
public boolean isWritable()If this method returns false, put methods such asVaultService.put(String, byte[], VaultPutInfo)
will not be called. This happens typically forreference vaults
.
-