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
    class  JsonStepLogger
    Class responsible for logging the steps performed during the processes to the JSON structure.
    class  ObjectStepLogger
    Object-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.JSONObject BaseStep.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.JSONObject VerifySignatureStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject VerifyTokenStep.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.JSONObject CreateActivationStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)  
    org.json.simple.JSONObject CreateTokenStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject EncryptStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context.
    org.json.simple.JSONObject GetStatusStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject PrepareActivationStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject RemoveStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject RemoveTokenStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject VaultUnlockStep.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.JSONObject ActivationRecoveryStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)  
    org.json.simple.JSONObject CommitUpgradeStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context.
    org.json.simple.JSONObject ConfirmRecoveryCodeStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject CreateActivationStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)  
    org.json.simple.JSONObject CreateTokenStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject EncryptStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context.
    org.json.simple.JSONObject GetStatusStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject PrepareActivationStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject RemoveStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject RemoveTokenStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context
    org.json.simple.JSONObject SignAndEncryptStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context.
    org.json.simple.JSONObject StartUpgradeStep.execute​(StepLogger stepLogger, java.util.Map<java.lang.String,​java.lang.Object> context)
    Execute this step with given context.
    org.json.simple.JSONObject VaultUnlockStep.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.PublicKey ConfigurationUtil.getMasterKey​(org.json.simple.JSONObject clientConfigObject, StepLogger stepLogger)
    Get master public key from the configuration object