Uses of Interface
se.swedenconnect.bankid.rpapi.service.QRGenerator
Package
Description
BankID IdP backend API.
Service interfaces for the BankID Relying Party API.
Implementations of the service interfaces for the BankID Relying Party API.
-
Uses of QRGenerator in se.swedenconnect.bankid.idp.authn.api
Modifier and TypeMethodDescriptionstatic ApiResponse
ApiResponseFactory.create
(BankIdSessionData data, QRGenerator generator, boolean showQr) Creates anApiResponse
. -
Uses of QRGenerator in se.swedenconnect.bankid.rpapi.service
Modifier and TypeMethodDescriptionBankIDClient.getQRGenerator()
Returns the QR generator that should be used to generate QR codes. -
Uses of QRGenerator in se.swedenconnect.bankid.rpapi.service.impl
Modifier and TypeClassDescriptionclass
Abstract base class for QR generation.class
A QR generator implementation based on the ZXing open source library.Modifier and TypeMethodDescriptionBankIDClientImpl.getQRGenerator()
Returns the QR generator that should be used to generate QR codes.ModifierConstructorDescriptionBankIDClientImpl
(String identifier, WebClient webClient, QRGenerator qrGenerator) Constructor.