Uses of Class
se.swedenconnect.bankid.idp.rp.RelyingPartyData
Package
Description
BankID authentication classes.
BankID IdP backend API.
Event handling.
BankID service support, i.e., communication with the BankID server.
Interfaces and classes for handling BankID relying parties.
-
Uses of RelyingPartyData in se.swedenconnect.bankid.idp.authn
Modifier and TypeMethodDescriptionstatic UserVisibleData
UserVisibleDataFactory.constructMessage
(BankIdContext context, RelyingPartyData relyingParty) Constructs a message to be displayed in the BankID app. -
Uses of RelyingPartyData in se.swedenconnect.bankid.idp.authn.api
Modifier and TypeMethodDescriptionSpInformationFactory.getSpInformation
(Saml2ServiceProviderUiInfo uiInfo, RelyingPartyData relyingParty) Obtains the information for the current SP information.UiInformationProvider.getSpInformation
(Saml2ServiceProviderUiInfo uiInfo, RelyingPartyData relyingParty) Obtains the information for the current SP information.UiInformationProvider.getUiInformation
(Saml2ServiceProviderUiInfo uiInfo, RelyingPartyData relyingParty) Gets the UI information to display. -
Uses of RelyingPartyData in se.swedenconnect.bankid.idp.authn.events
Modifier and TypeMethodDescriptionBankIdEventPublisher.bankIdErrorEvent
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data, ErrorCode error, String errorMessage) Builds an event to inform about bankid errorBankIdEventPublisher.orderCancellation
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data) Builds an event after order cancellation.BankIdEventPublisher.orderCompletion
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data) Builds an event after an order has been completedBankIdEventPublisher.receivedRequest
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData relyingPartyData, PollRequest pollRequest) Builds an event to inform about received requestModifierConstructorDescriptionAbstractBankIdEvent
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data) Constructor.BankIdErrorEvent
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data, String errorCode, String errorDescription) Constructor.OrderCancellationEvent
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data) Constructor.OrderResponseEvent
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data, PollRequest request1, OrderResponse response) RecievedRequestEvent
(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data, PollRequest pollRequest) -
Uses of RelyingPartyData in se.swedenconnect.bankid.idp.authn.service
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<Void> BankIdService.cancel
(jakarta.servlet.http.HttpServletRequest request, BankIdSessionState state, RelyingPartyData data) Handles a cancelled operation. -
Uses of RelyingPartyData in se.swedenconnect.bankid.idp.rp
Modifier and TypeMethodDescriptionDefaultRelyingPartyRepository.getRelyingParty
(String entityId) Based on a SAML entityID the repository returns theRelyingPartyData
associated with this ID.RelyingPartyRepository.getRelyingParty
(String entityId) Based on a SAML entityID the repository returns theRelyingPartyData
associated with this ID.ModifierConstructorDescriptionDefaultRelyingPartyRepository
(List<RelyingPartyData> relyingParties) Constructor.