Uses of Interface
io.getlime.security.powerauth.lib.cmd.logging.StepLogger
-
Uses of StepLogger in io.getlime.security.powerauth.lib.cmd.logging
Classes in io.getlime.security.powerauth.lib.cmd.logging that implement StepLogger Modifier and Type Class Description classJsonStepLoggerClass responsible for logging the steps performed during the processes to the JSON structure.classObjectStepLoggerObject-based step logger useful for tests. -
Uses of StepLogger in io.getlime.security.powerauth.lib.cmd.steps
Methods in io.getlime.security.powerauth.lib.cmd.steps with parameters of type StepLogger Modifier and Type Method Description org.json.simple.JSONObjectBaseStep. execute(StepLogger logger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given logger and context objects.org.json.simple.JSONObjectVerifySignatureStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectVerifyTokenStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of StepLogger in io.getlime.security.powerauth.lib.cmd.steps.v2
Methods in io.getlime.security.powerauth.lib.cmd.steps.v2 with parameters of type StepLogger Modifier and Type Method Description org.json.simple.JSONObjectCreateActivationStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)org.json.simple.JSONObjectCreateTokenStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectEncryptStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given context.org.json.simple.JSONObjectGetStatusStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectPrepareActivationStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectRemoveStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectRemoveTokenStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectVaultUnlockStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given context -
Uses of StepLogger in io.getlime.security.powerauth.lib.cmd.steps.v3
Methods in io.getlime.security.powerauth.lib.cmd.steps.v3 with parameters of type StepLogger Modifier and Type Method Description org.json.simple.JSONObjectActivationRecoveryStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)org.json.simple.JSONObjectCommitUpgradeStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given context.org.json.simple.JSONObjectConfirmRecoveryCodeStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectCreateActivationStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)org.json.simple.JSONObjectCreateTokenStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectEncryptStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given context.org.json.simple.JSONObjectGetStatusStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectPrepareActivationStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectRemoveStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectRemoveTokenStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextorg.json.simple.JSONObjectSignAndEncryptStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given context.org.json.simple.JSONObjectStartUpgradeStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given context.org.json.simple.JSONObjectVaultUnlockStep. execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given context -
Uses of StepLogger in io.getlime.security.powerauth.lib.cmd.util
Methods in io.getlime.security.powerauth.lib.cmd.util with parameters of type StepLogger Modifier and Type Method Description static byte[]VerifySignatureUtil. extractRequestDataBytes(VerifySignatureStepModel model, StepLogger stepLogger)Extract request data bytes for signature verification.static byte[]CounterUtil. getCtrData(BaseStepModel model, StepLogger stepLogger)Get counter data.static java.security.PublicKeyConfigurationUtil. getMasterKey(org.json.simple.JSONObject clientConfigObject, StepLogger stepLogger)Get master public key from the configuration object