Uses of Class
de.adorsys.psd2.consent.api.authorisation.CreateAuthorisationResponse
-
Packages that use CreateAuthorisationResponse Package Description de.adorsys.psd2.consent.api de.adorsys.psd2.consent.api.service -
-
Uses of CreateAuthorisationResponse in de.adorsys.psd2.consent.api
Methods in de.adorsys.psd2.consent.api that return types with arguments of type CreateAuthorisationResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<CreateAuthorisationResponse>AuthorisationApi. createConsentAuthorisation(de.adorsys.psd2.xs2a.core.authorisation.AuthorisationType authorisationType, String parentId, CreateAuthorisationRequest authorisationRequest) -
Uses of CreateAuthorisationResponse in de.adorsys.psd2.consent.api.service
Methods in de.adorsys.psd2.consent.api.service that return types with arguments of type CreateAuthorisationResponse Modifier and Type Method Description CmsResponse<CreateAuthorisationResponse>AuthorisationServiceBase. createAuthorisation(AuthorisationParentHolder parentHolder, CreateAuthorisationRequest request)Creates authorisation and return response object
-