Uses of Class
de.adorsys.psd2.model.ConsentsResponse201
-
Packages that use ConsentsResponse201 Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of ConsentsResponse201 in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api that return types with arguments of type ConsentsResponse201 Modifier and Type Method Description default org.springframework.http.ResponseEntity<ConsentsResponse201>ConsentApi. _createConsent(UUID xRequestID, String psUIPAddress, @Valid Consents body, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, Boolean tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, Boolean tpPExplicitAuthorisationPreferred, String tpPBrandLoggingInformation, String tpPNotificationURI, String tpPNotificationContentPreferred, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)default org.springframework.http.ResponseEntity<ConsentsResponse201>ConsentApi. createConsent(UUID xRequestID, String psUIPAddress, Consents body, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, Boolean tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, Boolean tpPExplicitAuthorisationPreferred, String tpPBrandLoggingInformation, String tpPNotificationURI, String tpPNotificationContentPreferred, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation) -
Uses of ConsentsResponse201 in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ConsentsResponse201 Modifier and Type Method Description ConsentsResponse201ConsentsResponse201. _links(Map _links)ConsentsResponse201ConsentsResponse201. addTppMessagesItem(TppMessage2XX tppMessagesItem)ConsentsResponse201ConsentsResponse201. challengeData(ChallengeData challengeData)ConsentsResponse201ConsentsResponse201. chosenScaMethod(ChosenScaMethod chosenScaMethod)ConsentsResponse201ConsentsResponse201. consentId(String consentId)ConsentsResponse201ConsentsResponse201. consentStatus(ConsentStatus consentStatus)ConsentsResponse201ConsentsResponse201. psuMessage(String psuMessage)ConsentsResponse201ConsentsResponse201. scaMethods(ScaMethods scaMethods)ConsentsResponse201ConsentsResponse201. tppMessages(List<TppMessage2XX> tppMessages)
-