public class SecurityDelegate extends BaseSecurityDelegate implements me.adaptive.arp.api.ISecurity
| Constructor and Description |
|---|
SecurityDelegate()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteSecureKeyValuePairs(java.lang.String[] keys,
java.lang.String publicAccessName,
me.adaptive.arp.api.ISecurityResultCallback callback)
Deletes from the device internal storage the entry/entries containing the specified key names.
|
void |
getSecureKeyValuePairs(java.lang.String[] keys,
java.lang.String publicAccessName,
me.adaptive.arp.api.ISecurityResultCallback callback)
Retrieves from the device internal storage the entry/entries containing the specified key names.
|
boolean |
isDeviceModified()
Returns if the device has been modified in anyhow
|
void |
setSecureKeyValuePairs(me.adaptive.arp.api.SecureKeyPair[] keyValues,
java.lang.String publicAccessName,
me.adaptive.arp.api.ISecurityResultCallback callback)
Stores in the device internal storage the specified item/s.
|
getAPIGroup, getAPIVersionpublic void deleteSecureKeyValuePairs(java.lang.String[] keys,
java.lang.String publicAccessName,
me.adaptive.arp.api.ISecurityResultCallback callback)
deleteSecureKeyValuePairs in interface me.adaptive.arp.api.ISecuritykeys - Array with the key names to delete.publicAccessName - The name of the shared internal storage object (if needed).callback - callback to be executed upon function result.public void getSecureKeyValuePairs(java.lang.String[] keys,
java.lang.String publicAccessName,
me.adaptive.arp.api.ISecurityResultCallback callback)
getSecureKeyValuePairs in interface me.adaptive.arp.api.ISecuritykeys - Array with the key names to retrieve.publicAccessName - The name of the shared internal storage object (if needed).callback - callback to be executed upon function result.public boolean isDeviceModified()
isDeviceModified in interface me.adaptive.arp.api.ISecuritypublic void setSecureKeyValuePairs(me.adaptive.arp.api.SecureKeyPair[] keyValues,
java.lang.String publicAccessName,
me.adaptive.arp.api.ISecurityResultCallback callback)
setSecureKeyValuePairs in interface me.adaptive.arp.api.ISecuritykeyValues - Array containing the items to store on the device internal memory.publicAccessName - The name of the shared internal storage object (if needed).callback - callback to be executed upon function result.