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

A

ActivationRecoveryStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Class with activation recovery logic.
ActivationRecoveryStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.ActivationRecoveryStep
 
ActivationRecoveryStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for creating an activation using recovery code.
ActivationRecoveryStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Default constructor.

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 class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
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
CommitUpgradeStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Step for committing upgrade to PowerAuth protocol version 3.0.
CommitUpgradeStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.CommitUpgradeStep
 
CommitUpgradeStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for committing upgrade between different PowerAuth protocol versions.
CommitUpgradeStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
 
ConfigurationUtil - Class in io.getlime.security.powerauth.lib.cmd.util
Helper class for configuration
ConfigurationUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtil
 
configure() - Static method in class io.getlime.security.powerauth.lib.cmd.util.RestClientConfiguration
Run default REST client configuration.
ConfirmRecoveryCodeStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with confirm recovery logic.
ConfirmRecoveryCodeStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.ConfirmRecoveryCodeStep
 
ConfirmRecoveryCodeStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for confirming recovery code.
ConfirmRecoveryCodeStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
 
CounterUtil - Class in io.getlime.security.powerauth.lib.cmd.util
Helper class for counter.
CounterUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.CounterUtil
 
CreateActivationStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
Class with create activation logic.
CreateActivationStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.CreateActivationStep
 
CreateActivationStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Class with create activation logic.
CreateActivationStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.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.v2
Helper class with token creation logic.
CreateTokenStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.CreateTokenStep
 
CreateTokenStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with token creation logic.
CreateTokenStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.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
 
EncryptStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
Encrypt step encrypts request data using non-personalized end-to-end encryption.
EncryptStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.EncryptStep
 
EncryptStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Encrypt step encrypts request data using ECIES encryption in application or activation scope.
EncryptStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.EncryptStep
 
EncryptStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing parameters of the step for sending encrypted data to intermediate server.
EncryptStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
 
execute(StepLogger, Map<String, Object>) - Method in interface io.getlime.security.powerauth.lib.cmd.steps.BaseStep
Execute this step with given logger and context objects.
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.CreateActivationStep
 
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.CreateTokenStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.EncryptStep
Execute this step with given context.
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.GetStatusStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.PrepareActivationStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.RemoveStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.RemoveTokenStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v2.VaultUnlockStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.ActivationRecoveryStep
 
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.CommitUpgradeStep
Execute this step with given context.
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.ConfirmRecoveryCodeStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.CreateActivationStep
 
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.CreateTokenStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.EncryptStep
Execute this step with given context.
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.GetStatusStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.PrepareActivationStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.RemoveStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.RemoveTokenStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.SignAndEncryptStep
Execute this step with given context.
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.StartUpgradeStep
Execute this step with given context.
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.v3.VaultUnlockStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.VerifySignatureStep
Execute this step with given context
execute(StepLogger, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.VerifyTokenStep
 
extractRequestDataBytes(VerifySignatureStepModel, StepLogger) - Static method in class io.getlime.security.powerauth.lib.cmd.util.VerifySignatureUtil
Extract request data bytes for signature verification.

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.ActivationRecoveryStepModel
 
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.CommitUpgradeStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
 
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.EncryptStepModel
 
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.RemoveTokenStepModel
 
fromMap(Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
 
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.ActivationRecoveryStepModel
Get activation name.
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.ActivationRecoveryStepModel
Get application key.
getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
Get application key.
getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Get application key.
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.EncryptStepModel
Get application key.
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.RemoveTokenStepModel
 
getApplicationKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
Get application key.
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.ConfigurationUtil
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.ConfigurationUtil
Get application name that is set in dictionary, or a default value.
getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Get application secret.
getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
Get application secret.
getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Get application secret.
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.EncryptStepModel
Get application secret.
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.RemoveTokenStepModel
 
getApplicationSecret() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
Get application secret.
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.ConfigurationUtil
Get application secret that is set in dictionary, or a default value.
getCtrData(BaseStepModel, StepLogger) - Static method in class io.getlime.security.powerauth.lib.cmd.util.CounterUtil
Get counter data.
getCustomAttributes() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Get custom attributes.
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.EncryptStepModel
Set name of file with request data.
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
 
getDescription() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
Get item description.
getErrorMessage() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepError
Get error message.
getErrors() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Get step errors.
getException() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepError
Get exception.
getHeaders() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepRequest
Get request HTTP headers.
getHeaders() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepResponse
Get HTTP headers.
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.ActivationRecoveryStepModel
Get identity attributes.
getIdentityAttributes() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateActivationStepModel
 
getItems() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Get step items.
getKnowledgeKeyPassword(VerifySignatureStepModel) - Static method in class io.getlime.security.powerauth.lib.cmd.util.VerifySignatureUtil
Get knowledge key unlock password.
getMasterKey(JSONObject, JsonStepLogger) - Static method in class io.getlime.security.powerauth.lib.cmd.util.ConfigurationUtil
Get master public key from the configuration object
getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Get Base64 encoded master public key.
getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Get Base64 encoded master public key.
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.EncryptStepModel
Get master public key.
getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.PrepareActivationStepModel
 
getMasterPublicKey() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveTokenStepModel
 
getMethod() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepRequest
Get request HTTP method.
getName() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepError
Get error name.
getName() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
Get item name.
getObject() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
Get related object (optional).
getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Get knowledge key password.
getPassword() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Get knowledge key password.
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.RemoveTokenStepModel
 
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
 
getReason() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
Get reason why vault is being unlocked.
getRecoveryCode() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Get recovery code.
getRequest() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Get request.
getRequestObject() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepRequest
Get request object.
getResourceId() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
 
getResponse() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Get response.
getResponseObject() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepResponse
Get response object.
getResult() - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Get step result.
getResultStatusObject() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
 
getScope() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
Get ECIES encryption scope.
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.RemoveTokenStepModel
 
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
 
getStatus() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
Get item status.
getStatusCode() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepResponse
Get HTTP status code.
getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Get file name of the file with stored activation status.
getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
Get status file name.
getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Get file name of the file with stored activation status.
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.RemoveTokenStepModel
 
getStatusFileName() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
Get status file name.
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.v2
Helper class with step for getting activation status.
GetStatusStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.GetStatusStep
 
GetStatusStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with step for getting activation status.
GetStatusStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.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.RemoveTokenStepModel
Get token ID.
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.
getUri() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepRequest
Get request URI.
getUriString() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
 
getVersion() - 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

incrementCounter(BaseStepModel) - Static method in class io.getlime.security.powerauth.lib.cmd.util.CounterUtil
Increment counter value in step model.
intValue(JSONObject, String) - Static method in class io.getlime.security.powerauth.lib.cmd.util.JsonUtil
Extract int value from JSON object stored using key with given key.
io.getlime.security.powerauth.lib.cmd.logging - package io.getlime.security.powerauth.lib.cmd.logging
 
io.getlime.security.powerauth.lib.cmd.logging.model - package io.getlime.security.powerauth.lib.cmd.logging.model
 
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.steps.v2 - package io.getlime.security.powerauth.lib.cmd.steps.v2
 
io.getlime.security.powerauth.lib.cmd.steps.v3 - package io.getlime.security.powerauth.lib.cmd.steps.v3
 
io.getlime.security.powerauth.lib.cmd.util - package io.getlime.security.powerauth.lib.cmd.util
 
isSuccess() - Method in class io.getlime.security.powerauth.lib.cmd.logging.model.StepResult
Get whether step was successful.

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.
JsonUtil - Class in io.getlime.security.powerauth.lib.cmd.util
Helper class for obtaining typed values from JSON.
JsonUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.JsonUtil
 

L

longValue(JSONObject, String) - Static method in class io.getlime.security.powerauth.lib.cmd.util.JsonUtil
Extract long value from JSON object stored using key with given key.

O

ObjectStepLogger - Class in io.getlime.security.powerauth.lib.cmd.logging
Object-based step logger useful for tests.
ObjectStepLogger() - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Default constructor with no logging.
ObjectStepLogger(OutputStream) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
Constructor with output stream.

P

PrepareActivationStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
Helper class with prepare activation logic.
PrepareActivationStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.PrepareActivationStep
 
PrepareActivationStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with prepare activation logic.
PrepareActivationStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.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.v2
Helper class with activation remove logic.
RemoveStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.RemoveStep
 
RemoveStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with activation remove logic.
RemoveStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.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
 
RemoveTokenStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v2
Helper class with token remove logic.
RemoveTokenStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.RemoveTokenStep
 
RemoveTokenStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with token remove logic.
RemoveTokenStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.RemoveTokenStep
 
RemoveTokenStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for removing a token.
RemoveTokenStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveTokenStepModel
 
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.ActivationRecoveryStepModel
Set activation name.
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.ActivationRecoveryStepModel
Set application key.
setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
Set application key.
setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Application key.
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.EncryptStepModel
Set 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.RemoveTokenStepModel
Application key.
setApplicationKey(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
Set 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.ActivationRecoveryStepModel
Set application secret.
setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
Set application secret.
setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Application secret.
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.EncryptStepModel
Set 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.RemoveTokenStepModel
Application secret.
setApplicationSecret(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
Set 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.ActivationRecoveryStepModel
Set custom attributes.
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.EncryptStepModel
Set name of file with request data.
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.ActivationRecoveryStepModel
Set identity attributes.
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.ActivationRecoveryStepModel
Set Base64 encoded master public key.
setMasterPublicKey(PublicKey) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Set master public key
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.EncryptStepModel
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.
setMasterPublicKey(PublicKey) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveTokenStepModel
Set master public key
setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Set knowledge key password.
setPassword(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Set knowledge key password.
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.RemoveTokenStepModel
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.
setReason(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
Set reason why vault is being unlocked.
setRecoveryCode(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
Set recovery code.
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.
setScope(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.EncryptStepModel
Set ECIES encryption scope.
setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CreateTokenStepModel
PowerAuth signature type.
setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.RemoveTokenStepModel
PowerAuth signature type.
setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VaultUnlockStepModel
PowerAuth signature type.
setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.VerifySignatureStepModel
PowerAuth signature type.
setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
Set file name of the file with stored activation status.
setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.CommitUpgradeStepModel
Set file name of the file with stored activation status.
setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
File name of the file with stored activation status.
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.RemoveTokenStepModel
File name of the file with stored activation status.
setStatusFileName(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
Set 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.RemoveTokenStepModel
Set token ID.
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 Standard RESTful API.
setVersion(String) - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
Set PowerAuth protocol version.
SignAndEncryptStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Sign and encrypt step signs request data and performs encryption using ECIES encryption in activation scope.
SignAndEncryptStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.SignAndEncryptStep
 
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 class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
start() - Method in interface io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Start the object streaming, outputs start of the JSON object:
StartUpgradeStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Step for starting upgrade to PowerAuth protocol version 3.0.
StartUpgradeStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.StartUpgradeStep
 
StartUpgradeStepModel - Class in io.getlime.security.powerauth.lib.cmd.steps.model
Model representing step for starting upgrade between different PowerAuth protocol versions.
StartUpgradeStepModel() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
 
StepError - Class in io.getlime.security.powerauth.lib.cmd.logging.model
Class representing an error in step.
StepError(String, String, Exception) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.model.StepError
Constructor with error details.
StepItem - Class in io.getlime.security.powerauth.lib.cmd.logging.model
Class representing a generic item in step.
StepItem(String, String, String, Object) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.model.StepItem
Constructor with all details.
StepLogger - Interface in io.getlime.security.powerauth.lib.cmd.logging
 
StepRequest - Class in io.getlime.security.powerauth.lib.cmd.logging.model
Class representing a request sent to intermediate server.
StepRequest(String, String, Object, Map<String, ?>) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.model.StepRequest
Constructor with request details.
StepResponse - Class in io.getlime.security.powerauth.lib.cmd.logging.model
Class representing response from intermediate server.
StepResponse(int, Object, Map<String, ?>) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.model.StepResponse
Constructor with all details.
StepResult - Class in io.getlime.security.powerauth.lib.cmd.logging.model
Class representing a step result.
StepResult(boolean) - Constructor for class io.getlime.security.powerauth.lib.cmd.logging.model.StepResult
Constructor with step result.
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.
stringValue(JSONObject, String) - Static method in class io.getlime.security.powerauth.lib.cmd.util.JsonUtil
Extract String value from JSON object stored using key with given name.

T

toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
 
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.CommitUpgradeStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.ConfirmRecoveryCodeStepModel
 
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.EncryptStepModel
 
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.RemoveTokenStepModel
 
toMap() - Method in class io.getlime.security.powerauth.lib.cmd.steps.model.StartUpgradeStepModel
 
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.v2
Helper class with vault unlock logic.
VaultUnlockStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v2.VaultUnlockStep
 
VaultUnlockStep - Class in io.getlime.security.powerauth.lib.cmd.steps.v3
Helper class with vault unlock logic.
VaultUnlockStep() - Constructor for class io.getlime.security.powerauth.lib.cmd.steps.v3.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
 
VerifySignatureUtil - Class in io.getlime.security.powerauth.lib.cmd.util
 
VerifySignatureUtil() - Constructor for class io.getlime.security.powerauth.lib.cmd.util.VerifySignatureUtil
 
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 class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
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 class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
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 class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
writeError(Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
writeError(String, String) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
writeError(String, String, Exception) - Method in class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
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 class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
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 class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
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 class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
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 class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
 
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 class io.getlime.security.powerauth.lib.cmd.logging.ObjectStepLogger
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.
A B C D E F G H I J L O P R S T V W 
Skip navigation links

Copyright © 2016–2019 Wultra s.r.o.. All rights reserved.