Class BackwardCompatibilityConst
java.lang.Object
io.getlime.security.powerauth.lib.cmd.consts.BackwardCompatibilityConst
public class BackwardCompatibilityConst
extends java.lang.Object
Constants
- Author:
- Lukas Lukovsky, lukas.lukovsky@wultra.com
-
Field Summary
Fields Modifier and Type Field Description static PowerAuthHeaderFactoryPOWER_AUTH_HEADER_FACTORYConstant bean of PowerAuth header factorystatic ResultStatusServiceRESULT_STATUS_SERVICEConstant bean of result status servicestatic StepLoggerFactorySTEP_LOGGER_FACTORYConstant step logger -
Constructor Summary
Constructors Constructor Description BackwardCompatibilityConst() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
POWER_AUTH_HEADER_FACTORY
Constant bean of PowerAuth header factory -
RESULT_STATUS_SERVICE
Constant bean of result status service -
STEP_LOGGER_FACTORY
Constant step logger
-
-
Constructor Details
-
BackwardCompatibilityConst
public BackwardCompatibilityConst()
-