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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BankIdSessionDataof(PollRequest request, OrderResponse response) static BankIdSessionDataof(BankIdSessionData previous, CollectResponse response, boolean showQr)
-
Constructor Details
-
BankIdSessionData
public BankIdSessionData()
-
-
Method Details
-
of
- Parameters:
request- thePollRequestresponse- theOrderResponse- Returns:
- a
BankIdSessionData
-
of
public static BankIdSessionData of(BankIdSessionData previous, CollectResponse response, boolean showQr) - Parameters:
previous- the previousBankIdSessionDataresponse- theCollectResponse- Returns:
- a
BankIdSessionData
-