Uses of Class
de.adorsys.multibanking.web.model.UpdateAuthResponseTO
-
Packages that use UpdateAuthResponseTO Package Description de.adorsys.multibanking.web de.adorsys.multibanking.web.mapper -
-
Uses of UpdateAuthResponseTO in de.adorsys.multibanking.web
Methods in de.adorsys.multibanking.web that return types with arguments of type UpdateAuthResponseTO Modifier and Type Method Description org.springframework.http.ResponseEntity<org.springframework.hateoas.Resource<UpdateAuthResponseTO>>ConsentAuthorisationController. getConsentAuthorisationStatus(java.lang.String consentId, java.lang.String authorisationId)org.springframework.http.ResponseEntity<org.springframework.hateoas.Resource<UpdateAuthResponseTO>>ConsentAuthorisationController. selectAuthenticationMethod(java.lang.String consentId, java.lang.String authorisationId, @Valid SelectPsuAuthenticationMethodRequestTO selectPsuAuthenticationMethodRequest)org.springframework.http.ResponseEntity<org.springframework.hateoas.Resource<UpdateAuthResponseTO>>ConsentAuthorisationController. transactionAuthorisation(java.lang.String consentId, java.lang.String authorisationId, @Valid TransactionAuthorisationRequestTO transactionAuthorisationRequest)org.springframework.http.ResponseEntity<org.springframework.hateoas.Resource<UpdateAuthResponseTO>>ConsentAuthorisationController. updateAuthentication(java.lang.String consentId, java.lang.String authorisationId, @Valid UpdatePsuAuthenticationRequestTO updatePsuAuthenticationRequestTO) -
Uses of UpdateAuthResponseTO in de.adorsys.multibanking.web.mapper
Methods in de.adorsys.multibanking.web.mapper that return UpdateAuthResponseTO Modifier and Type Method Description UpdateAuthResponseTOConsentAuthorisationMapper. toUpdateAuthResponseTO(de.adorsys.multibanking.domain.response.UpdateAuthResponse updateAuthResponse)UpdateAuthResponseTOConsentAuthorisationMapperImpl. toUpdateAuthResponseTO(de.adorsys.multibanking.domain.response.UpdateAuthResponse updateAuthResponse)
-