Uses of Class
de.adorsys.ledgers.um.api.domain.AisConsentBO
-
Packages that use AisConsentBO Package Description de.adorsys.ledgers.um.api.service -
-
Uses of AisConsentBO in de.adorsys.ledgers.um.api.service
Methods in de.adorsys.ledgers.um.api.service that return AisConsentBO Modifier and Type Method Description AisConsentBOUserService. loadConsent(String consentId)Loads a consent given the consent id.AisConsentBOUserService. storeConsent(AisConsentBO consentBO)Stores a consent in the consent database and returns the original consent if already existing there.Methods in de.adorsys.ledgers.um.api.service with parameters of type AisConsentBO Modifier and Type Method Description AisConsentBOUserService. storeConsent(AisConsentBO consentBO)Stores a consent in the consent database and returns the original consent if already existing there.
-