Uses of Class
de.adorsys.psd2.model.Consents
-
Packages that use Consents Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of Consents in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api with parameters of type Consents 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 Consents in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return Consents Modifier and Type Method Description ConsentsConsents. access(AccountAccess access)ConsentsConsents. combinedServiceIndicator(Boolean combinedServiceIndicator)ConsentsConsents. frequencyPerDay(Integer frequencyPerDay)ConsentsConsents. recurringIndicator(Boolean recurringIndicator)ConsentsConsents. validUntil(LocalDate validUntil)
-