public class VerifySignatureStepModel extends BaseStepModel
| Constructor and Description |
|---|
VerifySignatureStepModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromMap(Map<String,Object> context)
Initialize object with given attribute map.
|
String |
getApplicationKey() |
String |
getApplicationSecret() |
String |
getDataFileName() |
String |
getHttpMethod() |
String |
getPassword() |
String |
getResourceId() |
io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes |
getSignatureType() |
String |
getStatusFileName() |
void |
setApplicationKey(String applicationKey)
Application key.
|
void |
setApplicationSecret(String applicationSecret)
Application secret.
|
void |
setDataFileName(String dataFileName)
File with the request data, used for POST, PUT and DELETE methods.
|
void |
setHttpMethod(String httpMethod)
HTTP method used for the request call.
|
void |
setPassword(String password)
Password for the password related key encryption.
|
void |
setResourceId(String resourceId)
Resource identifier for a given call.
|
void |
setSignatureType(io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes signatureType)
PowerAuth 2.0 signature type.
|
void |
setStatusFileName(String statusFileName)
File name of the file with stored activation status.
|
Map<String,Object> |
toMap()
Convert this object to map.
|
getHeaders, getResultStatusObject, getUriString, setHeaders, setResultStatusObject, setUriStringpublic void setStatusFileName(String statusFileName)
statusFileName - Status file name.public void setApplicationKey(String applicationKey)
applicationKey - APP_KEY.public void setApplicationSecret(String applicationSecret)
applicationSecret - APP_SECRET.public void setHttpMethod(String httpMethod)
httpMethod - HTTP method for the call.public void setResourceId(String resourceId)
resourceId - Resource identifier.public void setSignatureType(io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes signatureType)
signatureType - Signature type.public void setDataFileName(String dataFileName)
dataFileName - Request data filename.public void setPassword(String password)
password - Password.public String getStatusFileName()
public String getApplicationKey()
public String getApplicationSecret()
public String getHttpMethod()
public String getResourceId()
public io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes getSignatureType()
public String getDataFileName()
public String getPassword()
public Map<String,Object> toMap()
BaseStepModeltoMap in class BaseStepModelpublic void fromMap(Map<String,Object> context)
BaseStepModelfromMap in class BaseStepModelcontext - Context with attributes.Copyright © 2016–2018 Lime - HighTech Solutions Inc.. All rights reserved.