public class SecurityResultCallbackImpl extends BaseCallbackImpl implements ISecurityResultCallback
| Constructor and Description |
|---|
SecurityResultCallbackImpl(long id)
Constructor with callback id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onError(ISecurityResultCallbackError error)
No data received - error condition, not authorized .
|
void |
onResult(SecureKeyPair[] keyValues)
Correct data received.
|
void |
onWarning(SecureKeyPair[] keyValues,
ISecurityResultCallbackWarning warning)
Data received with warning - ie Found entries with existing key and values have been overriden
|
getAPIGroup, getAPIVersion, getId, getJSONParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIGroup, getAPIVersionpublic SecurityResultCallbackImpl(long id)
id - The id of the callback.public void onError(ISecurityResultCallbackError error)
onError in interface ISecurityResultCallbackerror - Error valuespublic void onResult(SecureKeyPair[] keyValues)
onResult in interface ISecurityResultCallbackkeyValues - key and valuespublic void onWarning(SecureKeyPair[] keyValues, ISecurityResultCallbackWarning warning)
onWarning in interface ISecurityResultCallbackkeyValues - key and valueswarning - Warning values