Uses of Class
se.swedenconnect.bankid.idp.authn.service.PollRequest
Package
Description
BankID error handling.
Event handling.
BankID service support, i.e., communication with the BankID server.
BankID session handling.
-
Uses of PollRequest in se.swedenconnect.bankid.idp.authn.error
Modifier and TypeMethodDescriptionBankIdSessionExpiredException.getRequest()
Gets thePollRequest
that were active when the session timed out. -
Uses of PollRequest in se.swedenconnect.bankid.idp.authn.events
Modifier and TypeMethodDescriptionOrderResponseEvent.getPollRequest()
RecievedRequestEvent.getPollRequest()
Modifier and TypeMethodDescriptionBankIdEventPublisher.collectResponse
(PollRequest request, CollectResponse collectResponse) Builds an event efter we have received a collect reponse after polling.BankIdEventPublisher.orderResponse
(PollRequest request, OrderResponse response) Builds an event after we have received an order (auth or sign) repsonse.BankIdEventPublisher.receivedRequest
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData relyingPartyData, PollRequest pollRequest) Builds an event to inform about received requestModifierConstructorDescriptionOrderResponseEvent
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data, PollRequest request1, OrderResponse response) RecievedRequestEvent
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data, PollRequest pollRequest) -
Uses of PollRequest in se.swedenconnect.bankid.idp.authn.service
Modifier and TypeMethodDescriptionBankIdRequestFactory.createAuthenticateRequest
(PollRequest request) Creates a BankID authentication request.BankIdRequestFactory.createSignRequest
(PollRequest request) Creates a BankID signature request.reactor.core.publisher.Mono
<ApiResponse> BankIdService.poll
(PollRequest request) Sends a request to the BankID server. -
Uses of PollRequest in se.swedenconnect.bankid.idp.authn.session
Modifier and TypeMethodDescriptionstatic BankIdSessionData
BankIdSessionData.of
(PollRequest request, OrderResponse response)