Uses of Class
de.adorsys.xs2a.adapter.api.model.AuthenticationObject
-
-
Uses of AuthenticationObject in de.adorsys.xs2a.adapter.api.model
Methods in de.adorsys.xs2a.adapter.api.model that return AuthenticationObject Modifier and Type Method Description AuthenticationObjectConsentsResponse201. getChosenScaMethod()AuthenticationObjectPaymentInitationRequestResponse201. getChosenScaMethod()AuthenticationObjectSelectPsuAuthenticationMethodResponse. getChosenScaMethod()AuthenticationObjectStartScaprocessResponse. getChosenScaMethod()AuthenticationObjectUpdatePsuAuthenticationResponse. getChosenScaMethod()Methods in de.adorsys.xs2a.adapter.api.model that return types with arguments of type AuthenticationObject Modifier and Type Method Description List<AuthenticationObject>ConsentsResponse201. getScaMethods()List<AuthenticationObject>PaymentInitationRequestResponse201. getScaMethods()List<AuthenticationObject>StartScaprocessResponse. getScaMethods()List<AuthenticationObject>UpdatePsuAuthenticationResponse. getScaMethods()List<AuthenticationObject>UpdatePsuIdenticationResponse. getScaMethods()Methods in de.adorsys.xs2a.adapter.api.model with parameters of type AuthenticationObject Modifier and Type Method Description voidConsentsResponse201. setChosenScaMethod(AuthenticationObject chosenScaMethod)voidPaymentInitationRequestResponse201. setChosenScaMethod(AuthenticationObject chosenScaMethod)voidSelectPsuAuthenticationMethodResponse. setChosenScaMethod(AuthenticationObject chosenScaMethod)voidStartScaprocessResponse. setChosenScaMethod(AuthenticationObject chosenScaMethod)voidUpdatePsuAuthenticationResponse. setChosenScaMethod(AuthenticationObject chosenScaMethod)Method parameters in de.adorsys.xs2a.adapter.api.model with type arguments of type AuthenticationObject Modifier and Type Method Description voidConsentsResponse201. setScaMethods(List<AuthenticationObject> scaMethods)voidPaymentInitationRequestResponse201. setScaMethods(List<AuthenticationObject> scaMethods)voidStartScaprocessResponse. setScaMethods(List<AuthenticationObject> scaMethods)voidUpdatePsuAuthenticationResponse. setScaMethods(List<AuthenticationObject> scaMethods)voidUpdatePsuIdenticationResponse. setScaMethods(List<AuthenticationObject> scaMethods)
-