public class SecureStoreServiceClient extends WorkFusionRestServiceProvider implements ISecureStoreServiceClient
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteEntry(java.lang.String alias,
java.lang.String password) |
SecureEntryDTO |
getEntry(java.lang.String alias,
java.lang.String password) |
static ISecureStoreServiceClient |
getInstance(WebServiceConnectionProperties connectionProperties) |
boolean |
saveEntry(java.lang.String alias,
java.lang.String key,
java.lang.String value,
java.lang.String password) |
initConnectionProperties, isInitializedinitpublic static ISecureStoreServiceClient getInstance(WebServiceConnectionProperties connectionProperties)
public SecureEntryDTO getEntry(java.lang.String alias, java.lang.String password)
getEntry in interface ISecureStoreServiceClientpublic boolean saveEntry(java.lang.String alias,
java.lang.String key,
java.lang.String value,
java.lang.String password)
saveEntry in interface ISecureStoreServiceClientpublic boolean deleteEntry(java.lang.String alias,
java.lang.String password)
deleteEntry in interface ISecureStoreServiceClient