Uses of Interface
io.getlime.security.powerauth.lib.cmd.logging.StepLogger
Packages that use StepLogger
Package
Description
-
Uses of StepLogger in io.getlime.security.powerauth.lib.cmd
Methods in io.getlime.security.powerauth.lib.cmd that return StepLoggerModifier and TypeMethodDescriptionCmdLibApplication.stepLogger(StepLoggerConfig config) Configures and creates a step logger for the application -
Uses of StepLogger in io.getlime.security.powerauth.lib.cmd.logging
Classes in io.getlime.security.powerauth.lib.cmd.logging that implement StepLoggerModifier and TypeClassDescriptionclassDisabled step logger for silent loggingclassClass responsible for logging the steps performed during the processes to the JSON structure.classObject-based step logger useful for tests.Fields in io.getlime.security.powerauth.lib.cmd.logging declared as StepLoggerModifier and TypeFieldDescriptionstatic final StepLoggerDisabledStepLogger.INSTANCESingleton instance of a disabled step loggerMethods in io.getlime.security.powerauth.lib.cmd.logging that return StepLoggerModifier and TypeMethodDescriptionStepLoggerFactory.createStepLogger()Creates new instance ofStepLogger -
Uses of StepLogger in io.getlime.security.powerauth.lib.cmd.service
Constructors in io.getlime.security.powerauth.lib.cmd.service with parameters of type StepLoggerModifierConstructorDescriptionStepExecutionService(StepLogger stepLogger, StepProvider stepProvider) Constructor -
Uses of StepLogger in io.getlime.security.powerauth.lib.cmd.steps
Methods in io.getlime.security.powerauth.lib.cmd.steps with parameters of type StepLoggerModifier and TypeMethodDescriptionprotected final StepContext<M, R> AbstractBaseStep.buildStepContext(StepLogger stepLogger, M model, RequestContext requestContext) Builds a step context instance from a model and a request contextfinal ResultStatusObjectAbstractBaseStep.execute(StepLogger stepLogger, Map<String, Object> context) Execute this step with given logger and context objects.BaseStep.execute(StepLogger stepLogger, Map<String, Object> context) Execute this step with given context objects.protected voidAbstractBaseStep.logDryRun(StepLogger stepLogger) Optional way to log special messages when in a dry run (no real service call)voidVerifySignatureStep.logDryRun(StepLogger stepLogger) Log that the signature was successfully completed.voidVerifyTokenStep.logDryRun(StepLogger stepLogger) Log information about the token value successfully computed.abstract StepContext<M, R> AbstractBaseStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) Prepares a context for this step executionComputeOfflineSignatureStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<VerifySignatureStepModel, io.getlime.core.rest.model.base.response.ObjectResponse<Map<String, Object>>> VerifySignatureStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) VerifyTokenStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) Constructors in io.getlime.security.powerauth.lib.cmd.steps with parameters of type StepLoggerModifierConstructorDescriptionStepProvider(List<BaseStep> stepList, StepLogger stepLogger) Constructor -
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 StepLoggerModifier and TypeMethodDescriptionStepContext<ActivationRecoveryStepModel, io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> ActivationRecoveryStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<CommitUpgradeStepModel, io.getlime.core.rest.model.base.response.Response> CommitUpgradeStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<ConfirmRecoveryCodeStepModel, io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> ConfirmRecoveryCodeStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<CreateActivationStepModel, io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> CreateActivationStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<CreateTokenStepModel, io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> CreateTokenStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<EncryptStepModel, io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> EncryptStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<GetStatusStepModel, io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.rest.api.model.response.ActivationStatusResponse>> GetStatusStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<PrepareActivationStepModel, io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> PrepareActivationStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<RemoveStepModel, io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> RemoveStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<RemoveTokenStepModel, io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.rest.api.model.response.TokenRemoveResponse>> RemoveTokenStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<VerifySignatureStepModel, io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> SignAndEncryptStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<StartUpgradeStepModel, io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> StartUpgradeStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<TokenAndEncryptStepModel, io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> TokenAndEncryptStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> context) StepContext<VaultUnlockStepModel, io.getlime.security.powerauth.rest.api.model.response.EciesEncryptedResponse> VaultUnlockStep.prepareStepContext(StepLogger stepLogger, Map<String, Object> 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 StepLoggerModifier and TypeMethodDescriptionstatic 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 byte[]CounterUtil.getCtrData(ResultStatusObject resultStatusObject, StepLogger stepLogger) Get counter data.static PublicKeyConfigurationUtil.getMasterPublicKey(SdkConfiguration config, StepLogger stepLogger) Extract master public key from mobile SDK configurationstatic PublicKeyConfigurationUtil.getMasterPublicKey(org.json.simple.JSONObject clientConfigObject, StepLogger stepLogger) Get master public key from the configuration objectstatic <T> TFileUtil.readDataFromFile(StepLogger stepLogger, String filePath, Class<T> cls, String logFileId, String fileDescription) Reads data from a provided filestatic byte[]FileUtil.readFileBytes(StepLogger stepLogger, String filePath, String logFileId, String fileDescription) Read the contents of a provided data file.