Package com.exedio.cope.vault
Class VaultServiceParameters
- java.lang.Object
-
- com.exedio.cope.vault.VaultServiceParameters
-
public final class VaultServiceParameters extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VaultProperties
getVaultProperties()
boolean
isWritable()
If this method returns false, put methods such asVaultService.put(String, byte[], VaultPutInfo)
will not be called.
-
-
-
Method Detail
-
getVaultProperties
@Nonnull public VaultProperties 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
.
-
-