Uses of Class
de.adorsys.ledgers.oba.service.api.domain.ConsentType
-
Packages that use ConsentType Package Description de.adorsys.ledgers.oba.service.api.domain de.adorsys.ledgers.oba.service.api.service -
-
Uses of ConsentType in de.adorsys.ledgers.oba.service.api.domain
Methods in de.adorsys.ledgers.oba.service.api.domain that return ConsentType Modifier and Type Method Description static ConsentTypeConsentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsentType[]ConsentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConsentType in de.adorsys.ledgers.oba.service.api.service
Methods in de.adorsys.ledgers.oba.service.api.service with parameters of type ConsentType Modifier and Type Method Description ConsentReferenceConsentReferencePolicy. fromURL(String redirectId, ConsentType consentType, String encryptedConsentId)Produces The consent reference based on the inbound URL parameter.
-