Uses of Class
de.adorsys.opba.protocol.facade.services.ProtocolWithCtx
-
-
Uses of ProtocolWithCtx in de.adorsys.opba.protocol.facade.services
Methods in de.adorsys.opba.protocol.facade.services that return ProtocolWithCtx Modifier and Type Method Description protected @Nullable ProtocolWithCtx<ACTION,REQUEST>FacadeService. createContextAndFindProtocol(REQUEST request)Methods in de.adorsys.opba.protocol.facade.services with parameters of type ProtocolWithCtx Modifier and Type Method Description protected CompletableFuture<FacadeResult<RESULT>>FacadeService. handleProtocolResult(REQUEST request, ProtocolWithCtx<ACTION,REQUEST> protocolWithCtx, CompletableFuture<Result<RESULT>> result) -
Uses of ProtocolWithCtx in de.adorsys.opba.protocol.facade.services.ais
Methods in de.adorsys.opba.protocol.facade.services.ais with parameters of type ProtocolWithCtx Modifier and Type Method Description protected CompletableFuture<FacadeResult<AisAuthorizationStatusBody>>GetAisAuthorizationStatusService. handleProtocolResult(AisAuthorizationStatusRequest aisAuthorizationStatusRequest, ProtocolWithCtx<GetAisAuthorizationStatus,AisAuthorizationStatusRequest> protocolWithCtx, CompletableFuture<Result<AisAuthorizationStatusBody>> result) -
Uses of ProtocolWithCtx in de.adorsys.opba.protocol.facade.services.authorization
Methods in de.adorsys.opba.protocol.facade.services.authorization with parameters of type ProtocolWithCtx Modifier and Type Method Description protected CompletableFuture<FacadeResult<UpdateAuthBody>>OnLoginService. handleProtocolResult(OnLoginRequest onLoginRequest, ProtocolWithCtx<OnLogin,OnLoginRequest> protocolWithCtx, CompletableFuture<Result<UpdateAuthBody>> result) -
Uses of ProtocolWithCtx in de.adorsys.opba.protocol.facade.services.pis
Methods in de.adorsys.opba.protocol.facade.services.pis with parameters of type ProtocolWithCtx Modifier and Type Method Description protected CompletableFuture<FacadeResult<PisAuthorizationStatusBody>>GetPisAuthorizationStatusService. handleProtocolResult(PisAuthorizationStatusRequest pisAuthorizationStatusRequest, ProtocolWithCtx<GetPisAuthorizationStatus,PisAuthorizationStatusRequest> protocolWithCtx, CompletableFuture<Result<PisAuthorizationStatusBody>> result) -
Uses of ProtocolWithCtx in de.adorsys.opba.protocol.facade.util.logresolver
Methods in de.adorsys.opba.protocol.facade.util.logresolver with parameters of type ProtocolWithCtx Modifier and Type Method Description voidFacadeLogResolver. log(String message, ProtocolWithCtx<ACTION,REQUEST> protocolWithCtx)
-