Skip navigation links
B C D E F G H I J P R S T V W 

B

BaseStep - Interface in io.getlime.security.powerauth.lib.cmd.steps
Interface for objects implementing execution steps.
BaseStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Abstract class defining a base for a step model classes.
BaseStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
 

C

close() - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Closes the logger output, writes code to close the array and opened object: // ] // }
close() - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Closes the logger output, writes code to close the array and opened object
ConfigurationUtils - Class in io.getlime.security.powerauth.lib.cmd.util
Helper class for configuration
ConfigurationUtils() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtils
 
configure() - Static method in class io.getlime.security.powerauth.lib.cmd.util.RestClientConfiguration
Run default REST client configuration.
CreateActivationStep - Class in io.getlime.security.powerauth.lib.cmd.steps
 
CreateActivationStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.CreateActivationStep
 
CreateActivationStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for creating a custom activation.
CreateActivationStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
CreateTokenStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Helper class with token creation logic.
CreateTokenStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.CreateTokenStep
 
CreateTokenStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for creating a new token.
CreateTokenStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 

D

defaultMapper() - Static method in class io.getlime.security.powerauth.lib.cmd.util.RestClientConfiguration
Return the mapper with default configuration.

E

EncryptedStorageUtil - Class in io.getlime.security.powerauth.lib.cmd.util
Utility class implementing processes related to data storage on client side.
EncryptedStorageUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.EncryptedStorageUtil
 
execute(JsonStepLogger, Map<String, Object>) - Method in interface io.getlime.security.powerauth.lib.cmd.steps.BaseStep
Execute this step with given logger and context objects.
execute(JsonStepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.CreateActivationStep
 
execute(JsonStepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.CreateTokenStep
Execute this step with given context
execute(JsonStepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.GetStatusStep
Execute this step with given context
execute(JsonStepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.PrepareActivationStep
Execute this step with given context
execute(JsonStepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.RemoveStep
Execute this step with given context
execute(JsonStepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.VaultUnlockStep
Execute this step with given context
execute(JsonStepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.VerifySignatureStep
Execute this step with given context
execute(JsonStepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.VerifyTokenStep
 

F

flattenHttpHeaders(Headers) - Static method in class io.getlime.security.powerauth.lib.cmd.util.HttpUtil
Take HTTP headers and convert list in value to string by taking the first value from the list.
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
Initialize object with given attribute map.
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.GetStatusStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
 

G

getActivationCode() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
getActivationName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getActivationName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
getActivationOtp() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 
getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
 
getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
 
getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
getApplicationKey(JSONObject) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtils
Get application key value that is set in dictionary, or a default value.
getApplicationName(JSONObject) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtils
Get application name that is set in dictionary, or a default value.
getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 
getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
 
getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
 
getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
getApplicationSecret(JSONObject) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtils
Get application secret that is set in dictionary, or a default value.
getCustomAttributes() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getDataFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
getDataFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
 
getHeaders() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
 
getHttpMethod() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
getHttpMethod() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
Get HTTP method.
getIdentityAttributes() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getMasterKey(JSONObject, JsonStepLogger) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtils
Get master public key from the configuration object
getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 
getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 
getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
 
getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
 
getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
getResourceId() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
getResultStatusObject() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
 
getSignatureKnowledgeKey(char[], byte[], byte[], KeyGenerator) - Static method in class io.getlime.security.powerauth.lib.cmd.util.EncryptedStorageUtil
Decrypt the KEY_SIGNATURE_KNOWLEDGE key using a provided password.
getSignatureType() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 
getSignatureType() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
 
getSignatureType() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 
getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
 
getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
 
getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
GetStatusStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Helper class with step for getting activation status.
GetStatusStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.GetStatusStep
 
GetStatusStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for obtaining activation status.
GetStatusStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.GetStatusStepModel
 
getTokenId() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
Get token ID.
getTokenSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
Get token secret.
getUriString() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
 

H

HttpUtil - Class in io.getlime.security.powerauth.lib.cmd.util
Simple HTTP utilities class.
HttpUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.HttpUtil
 

I

io.getlime.security.powerauth.lib.cmd.logging - package io.getlime.security.powerauth.lib.cmd.logging
 
io.getlime.security.powerauth.lib.cmd.steps - package io.getlime.security.powerauth.lib.cmd.steps
 
io.getlime.security.powerauth.lib.cmd.steps.model - package io.getlime.security.powerauth.lib.cmd.steps.model
 
io.getlime.security.powerauth.lib.cmd.util - package io.getlime.security.powerauth.lib.cmd.util
 

J

JsonStepLogger - Class in io.getlime.security.powerauth.lib.cmd.logging
Class responsible for logging the steps performed during the processes to the JSON structure.
JsonStepLogger(OutputStream) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Create a new logger that outputs to the stream.

P

PrepareActivationStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Helper class with prepare activation logic.
PrepareActivationStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.PrepareActivationStep
 
PrepareActivationStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for preparing a new activation (key exchange).
PrepareActivationStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 

R

RemoveStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Helper class with activation remove logic.
RemoveStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.RemoveStep
 
RemoveStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for removing activation.
RemoveStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
 
RestClientConfiguration - Class in io.getlime.security.powerauth.lib.cmd.util
REST client configuration class.
RestClientConfiguration() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.RestClientConfiguration
 

S

setActivationCode(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
Activation code, in following format: "XXXXX-XXXXX-XXXXX-XXXXX" where each "X" is from Base32.
setActivationName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setActivationName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
Activation name.
setActivationOtp(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
Application key.
setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
Application key.
setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
Application key.
setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
Application key.
setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
Application key.
setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
Application secret.
setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
Application secret.
setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
Application secret.
setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
Application secret.
setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
Application secret.
setCustomAttributes(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setDataFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
File with the request data, used for POST, PUT and DELETE methods.
setDataFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
 
setHeaders(Map<String, String>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
Set HTTP headers used for requests.
setHttpMethod(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
HTTP method used for the request call.
setHttpMethod(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
Set HTTP method.
setIdentityAttributes(Map<String, String>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setMasterPublicKey(PublicKey) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setMasterPublicKey(PublicKey) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
Set master public key
setMasterPublicKey(PublicKey) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
Set Master Server Public Key, a value specific for given application.
setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
Password for the password related key encryption.
setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
Password for the password related key encryption.
setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
Password for the password related key encryption.
setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
Password for the password related key encryption.
setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
Password for the password related key encryption.
setResourceId(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
Resource identifier for a given call.
setResultStatusObject(JSONObject) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
Set the object representing activation status.
setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
PowerAuth 2.0 signature type.
setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
PowerAuth 2.0 signature type.
setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
PowerAuth 2.0 signature type.
setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
File name of the file with stored activation status.
setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
File name of the file with stored activation status.
setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
File name of the file with stored activation status.
setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
File name of the file with stored activation status.
setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
File name of the file with stored activation status.
setTokenId(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
Set token ID.
setTokenSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
Set token secret.
setUriString(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
Set base URI string of the PowerAuth 2.0 Standard RESTful API.
start() - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Start the object streaming, outputs start of the JSON object: // { // "steps" : [
start() - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Start the object streaming, outputs start of the JSON object:
StepLogger - Interface in io.getlime.security.powerauth.lib.cmd.logging
 
storeSignatureKnowledgeKey(char[], SecretKey, byte[], KeyGenerator) - Static method in class io.getlime.security.powerauth.lib.cmd.util.EncryptedStorageUtil
Encrypt the KEY_SIGNATURE_KNOWLEDGE key using a provided password.

T

toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
Convert this object to map.
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.GetStatusStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
 

V

VaultUnlockStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Helper class with vault unlock logics.
VaultUnlockStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.VaultUnlockStep
 
VaultUnlockStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for unlocking secure vault.
VaultUnlockStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
 
VerifySignatureStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Helper class with signature verification logic.
VerifySignatureStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.VerifySignatureStep
 
VerifySignatureStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for verifying data signature.
VerifySignatureStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
VerifyTokenStep - Class in io.getlime.security.powerauth.lib.cmd.steps
Step for the token validation activity.
VerifyTokenStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.VerifyTokenStep
 
VerifyTokenStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for verifying token digest.
VerifyTokenStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.VerifyTokenStepModel
 

W

writeDoneFailed() - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write information about incorrectly finished execution.
writeDoneFailed() - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write information about incorrectly finished execution.
writeDoneOK() - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write information about successfully finished execution.
writeDoneOK() - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write information about successfully finished execution.
writeError(String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write error with given error message.
writeError(Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write error with given exception information.
writeError(String, String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write error with given error name and error message, that is used as a description.
writeError(String, String, Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write error with given error name and error message, that is used as a description.
writeError(String) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write error with given error message.
writeError(Exception) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write error with given exception information.
writeError(String, String) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write error with given error name and error message, that is used as a description.
writeError(String, String, Exception) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write error with given error name and error message, that is used as a description.
writeItem(String, String, String, Object) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Writes a JSON object representing the step of the execution.
writeItem(String, String, String, Object) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Writes a JSON object representing the step of the execution.
writeServerCall(String, String, Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write the information about the server call.
writeServerCall(String, String, Object, Map<String, ?>) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write the information about the server call.
writeServerCallConnectionError(Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write error in case of a network issues.
writeServerCallConnectionError(Exception) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write error in case of a network issues.
writeServerCallError(int, Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write information about the failed server request.
writeServerCallError(int, Object, Map<String, ?>) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write information about the failed server request.
writeServerCallOK(Object, Map<String, ?>) - Method in class io.getlime.security.powerauth.lib.cmd.logging.JsonStepLogger
Write information about the successful server request.
writeServerCallOK(Object, Map<String, ?>) - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Write information about the successful server request.
B C D E F G H I J P R S T V W 
Skip navigation links

Copyright © 2016–2017 Lime - HighTech Solutions Inc.. All rights reserved.