Class BankIdSessionData
java.lang.Object
se.swedenconnect.bankid.idp.authn.session.BankIdSessionData
- All Implemented Interfaces:
Serializable
Representation of an ongoing BankID session.
- Author:
- Martin Lindström, Felix Hellman
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BankIdSessionData
of
(PollRequest request, OrderResponse response) static BankIdSessionData
of
(BankIdSessionData previous, CollectResponse response, boolean showQr)
-
Constructor Details
-
BankIdSessionData
public BankIdSessionData()
-
-
Method Details
-
of
- Parameters:
request
- thePollRequest
response
- theOrderResponse
- Returns:
- a
BankIdSessionData
-
of
public static BankIdSessionData of(BankIdSessionData previous, CollectResponse response, boolean showQr) - Parameters:
previous
- the previousBankIdSessionData
response
- theCollectResponse
- Returns:
- a
BankIdSessionData
-