Class AbstractScaChallengeData
- java.lang.Object
-
- de.adorsys.ledgers.middleware.impl.sca.AbstractScaChallengeData
-
- All Implemented Interfaces:
ScaChallengeData
- Direct Known Subclasses:
AppOtpScaChallengeData,ChipOtpScaChallengeData,EmailScaChallengeData,MobileScaChallengeData,PhotoOtpScaChallengeData,PushOtpScaChallengeData,SmsOtpScaChallengeData
public abstract class AbstractScaChallengeData extends Object implements ScaChallengeData
-
-
Constructor Summary
Constructors Constructor Description AbstractScaChallengeData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChallengeDataTOgetChallengeData(ScaDataInfoTO template)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.ledgers.middleware.api.service.ScaChallengeData
getScaMethodType
-
-
-
-
Method Detail
-
getChallengeData
public ChallengeDataTO getChallengeData(ScaDataInfoTO template)
- Specified by:
getChallengeDatain interfaceScaChallengeData
-
-