public class SecureStoreService extends java.lang.Object implements ISecureStoreService
| Constructor and Description |
|---|
SecureStoreService(WebServiceConnectionProperties connectionProperties) |
| 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) |
boolean |
saveEntry(java.lang.String alias,
java.lang.String key,
java.lang.String value,
java.lang.String password) |
public SecureStoreService(WebServiceConnectionProperties connectionProperties)
public SecureEntryDTO getEntry(java.lang.String alias, java.lang.String password)
getEntry in interface ISecureStoreServicepublic boolean saveEntry(java.lang.String alias,
java.lang.String key,
java.lang.String value,
java.lang.String password)
saveEntry in interface ISecureStoreServicepublic boolean deleteEntry(java.lang.String alias,
java.lang.String password)
deleteEntry in interface ISecureStoreService