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 ApiResponseApiResponseFactory.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 BankIdSessionDataBankIdSessionData.of(PollRequest request, OrderResponse response) static BankIdSessionDataBankIdSessionData.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 BankIdSessionDataBankIdSessionData.of(BankIdSessionData previous, CollectResponse response, boolean showQr) voidBankIdSessionState.push(BankIdSessionData data) Operation to insert a new session data.voidBankIdSessions.save(jakarta.servlet.http.HttpServletRequest request, BankIdSessionData data) SavesBankIdSessionDatato repository.voidBankIdSessionWriter.save(jakarta.servlet.http.HttpServletRequest request, BankIdSessionData data) SavesBankIdSessionDatato repository.