Uses of Class
de.adorsys.multibanking.web.model.UpdatePsuAuthenticationRequestTO
-
Packages that use UpdatePsuAuthenticationRequestTO Package Description de.adorsys.multibanking.service de.adorsys.multibanking.web de.adorsys.multibanking.web.mapper -
-
Uses of UpdatePsuAuthenticationRequestTO in de.adorsys.multibanking.service
Methods in de.adorsys.multibanking.service with parameters of type UpdatePsuAuthenticationRequestTO Modifier and Type Method Description de.adorsys.multibanking.domain.response.UpdateAuthResponseConsentService. updatePsuAuthentication(UpdatePsuAuthenticationRequestTO updatePsuAuthenticationRequestTO, java.lang.String consentId) -
Uses of UpdatePsuAuthenticationRequestTO in de.adorsys.multibanking.web
Methods in de.adorsys.multibanking.web with parameters of type UpdatePsuAuthenticationRequestTO Modifier and Type Method Description org.springframework.http.ResponseEntity<org.springframework.hateoas.Resource<UpdateAuthResponseTO>>ConsentAuthorisationController. updateAuthentication(java.lang.String consentId, java.lang.String authorisationId, @Valid UpdatePsuAuthenticationRequestTO updatePsuAuthenticationRequestTO) -
Uses of UpdatePsuAuthenticationRequestTO in de.adorsys.multibanking.web.mapper
Methods in de.adorsys.multibanking.web.mapper with parameters of type UpdatePsuAuthenticationRequestTO Modifier and Type Method Description de.adorsys.multibanking.domain.request.UpdatePsuAuthenticationRequestConsentAuthorisationMapper. toUpdatePsuAuthenticationRequest(UpdatePsuAuthenticationRequestTO updatePsuAuthenticationRequest, de.adorsys.multibanking.domain.ConsentEntity consentEntity, de.adorsys.multibanking.domain.BankEntity bank)de.adorsys.multibanking.domain.request.UpdatePsuAuthenticationRequestConsentAuthorisationMapperImpl. toUpdatePsuAuthenticationRequest(UpdatePsuAuthenticationRequestTO updatePsuAuthenticationRequest, de.adorsys.multibanking.domain.ConsentEntity consentEntity, de.adorsys.multibanking.domain.BankEntity bank)protected de.adorsys.multibanking.domain.CredentialsConsentAuthorisationMapperImpl. updatePsuAuthenticationRequestTOToCredentials(UpdatePsuAuthenticationRequestTO updatePsuAuthenticationRequestTO)
-