Package de.adorsys.psd2.xs2a.core.sca
Class AuthenticationDataHolder
- java.lang.Object
-
- de.adorsys.psd2.xs2a.core.sca.AuthenticationDataHolder
-
public final class AuthenticationDataHolder extends Object
Model to be used by online-banking which may be used during authorisation status updating.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationDataHolder(String authenticationMethodId, String authenticationData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAuthenticationData()StringgetAuthenticationMethodId()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
AuthenticationDataHolder
@ConstructorProperties({"authenticationMethodId","authenticationData"}) public AuthenticationDataHolder(String authenticationMethodId, String authenticationData)
-
-