Uses of Class
se.swedenconnect.bankid.idp.authn.session.BankIdSessionData
Packages that use BankIdSessionData
Package
Description
BankID IdP backend API.
BankID session handling.
-
Uses of BankIdSessionData in se.swedenconnect.bankid.idp.authn.api
Methods in se.swedenconnect.bankid.idp.authn.api with parameters of type BankIdSessionDataModifier and TypeMethodDescriptionstatic ApiResponse
ApiResponseFactory.create
(BankIdSessionData data, QRGenerator generator, boolean showQr) Creates anApiResponse
. -
Uses of BankIdSessionData in se.swedenconnect.bankid.idp.authn.session
Methods in se.swedenconnect.bankid.idp.authn.session that return BankIdSessionDataModifier and TypeMethodDescriptionBankIdSessionState.getBankIdSessionData()
Gets the most current session data.static BankIdSessionData
BankIdSessionData.of
(PollRequest request, OrderResponse response) static BankIdSessionData
BankIdSessionData.of
(BankIdSessionData previous, CollectResponse response, boolean showQr) BankIdSessionState.pop()
Operation to remove the most current session data.Methods in se.swedenconnect.bankid.idp.authn.session with parameters of type BankIdSessionDataModifier and TypeMethodDescriptionstatic BankIdSessionData
BankIdSessionData.of
(BankIdSessionData previous, CollectResponse response, boolean showQr) void
BankIdSessionState.push
(BankIdSessionData data) Operation to insert a new session data.void
BankIdSessions.save
(jakarta.servlet.http.HttpServletRequest request, BankIdSessionData data) SavesBankIdSessionData
to repository.void
BankIdSessionWriter.save
(jakarta.servlet.http.HttpServletRequest request, BankIdSessionData data) SavesBankIdSessionData
to repository.