Class BankIdErrorEvent
java.lang.Object
se.swedenconnect.bankid.idp.authn.events.AbstractBankIdEvent
se.swedenconnect.bankid.idp.authn.events.BankIdErrorEvent
An event for a BankID error.
- Author:
- Martin Lindström, Felix Hellman
-
Constructor Summary
ConstructorsConstructorDescriptionBankIdErrorEvent(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data, String errorCode, String errorDescription) Constructor. -
Method Summary
-
Constructor Details
-
BankIdErrorEvent
public BankIdErrorEvent(jakarta.servlet.http.HttpServletRequest request, RelyingPartyData data, String errorCode, String errorDescription) Constructor.- Parameters:
request- the servlet requestdata- the relying party dataerrorCode- the error codeerrorDescription- the error description
-