Uses of Class
de.adorsys.opba.protocol.xs2a.context.ais.Xs2aAisContext
-
-
Uses of Xs2aAisContext in de.adorsys.opba.protocol.xs2a.context.ais
Subclasses of Xs2aAisContext in de.adorsys.opba.protocol.xs2a.context.ais Modifier and Type Class Description classAccountListXs2aContextXS2A context for account list.classTransactionListXs2aContextXS2A context for transaction list. -
Uses of Xs2aAisContext in de.adorsys.opba.protocol.xs2a.service.mappers.generated
Methods in de.adorsys.opba.protocol.xs2a.service.mappers.generated with parameters of type Xs2aAisContext Modifier and Type Method Description ConsentInitiateHeadersConsentInitiateHeaders$FromAisCtxImpl. map(Xs2aAisContext ctx)Xs2aWithBalanceParametersXs2aWithBalanceParameters$FromCtxImpl. map(Xs2aAisContext ctx)voidXs2aLoadConsentAndContextFromDb$ContextMergerImpl. merge(Xs2aAisContext source, TransactionListXs2aContext target)voidXs2aLoadConsentAndContextFromDb$ContextMergerImpl. merge(Xs2aAisContext source, Xs2aAisContext target) -
Uses of Xs2aAisContext in de.adorsys.opba.protocol.xs2a.service.xs2a.ais
Methods in de.adorsys.opba.protocol.xs2a.service.xs2a.ais with parameters of type Xs2aAisContext Modifier and Type Method Description protected voidXs2aAccountListingService. doRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aAisContext context)protected voidXs2aAccountListingService. doValidate(org.flowable.engine.delegate.DelegateExecution execution, Xs2aAisContext context) -
Uses of Xs2aAisContext in de.adorsys.opba.protocol.xs2a.service.xs2a.consent
Methods in de.adorsys.opba.protocol.xs2a.service.xs2a.consent with parameters of type Xs2aAisContext Modifier and Type Method Description protected voidXs2aLoadConsentAndContextFromDb. doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aAisContext context)protected voidXs2aLoadConsentAndContextFromDb. doRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aAisContext context)voidAspspConsentDrop. dropConsent(Xs2aAisContext context)voidXs2aLoadConsentAndContextFromDb.ContextMerger. merge(Xs2aAisContext source, TransactionListXs2aContext target)voidXs2aLoadConsentAndContextFromDb.ContextMerger. merge(Xs2aAisContext source, Xs2aAisContext target)Constructor parameters in de.adorsys.opba.protocol.xs2a.service.xs2a.consent with type arguments of type Xs2aAisContext Constructor Description AisConsentInitiateExtractor(DtoMapper<Xs2aAisContext,AisConsentInitiateBody> toValidatableBody, DtoMapper<AisConsentInitiateBody,de.adorsys.xs2a.adapter.service.model.Consents> toBody, DtoMapper<Xs2aAisContext,ConsentInitiateHeaders> toHeaders) -
Uses of Xs2aAisContext in de.adorsys.opba.protocol.xs2a.service.xs2a.dto
Methods in de.adorsys.opba.protocol.xs2a.service.xs2a.dto with parameters of type Xs2aAisContext Modifier and Type Method Description Xs2aWithBalanceParametersXs2aWithBalanceParameters.FromCtx. map(Xs2aAisContext ctx) -
Uses of Xs2aAisContext in de.adorsys.opba.protocol.xs2a.service.xs2a.dto.consent
Methods in de.adorsys.opba.protocol.xs2a.service.xs2a.dto.consent with parameters of type Xs2aAisContext Modifier and Type Method Description default AisConsentInitiateBodyAisConsentInitiateBody.FromCtx. map(Xs2aAisContext cons)default de.adorsys.xs2a.adapter.service.model.ConsentsAisConsentInitiateBody.ToXs2aApi. map(Xs2aAisContext cons)ConsentInitiateHeadersConsentInitiateHeaders.FromAisCtx. map(Xs2aAisContext ctx)
-