Uses of Interface
se.swedenconnect.bankid.rpapi.service.QRGenerator
Packages that use 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
Methods in se.swedenconnect.bankid.idp.authn.api with parameters of type QRGeneratorModifier and TypeMethodDescriptionstatic ApiResponse
ApiResponseFactory.create
(BankIdSessionData data, QRGenerator generator, boolean showQr) Creates anApiResponse
. -
Uses of QRGenerator in se.swedenconnect.bankid.rpapi.service
Methods in se.swedenconnect.bankid.rpapi.service that return QRGeneratorModifier 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
Classes in se.swedenconnect.bankid.rpapi.service.impl that implement QRGeneratorModifier and TypeClassDescriptionclass
Abstract base class for QR generation.class
A QR generator implementation based on the ZXing open source library.Methods in se.swedenconnect.bankid.rpapi.service.impl that return QRGeneratorModifier and TypeMethodDescriptionBankIDClientImpl.getQRGenerator()
Returns the QR generator that should be used to generate QR codes.Constructors in se.swedenconnect.bankid.rpapi.service.impl with parameters of type QRGeneratorModifierConstructorDescriptionBankIDClientImpl
(String identifier, WebClient webClient, QRGenerator qrGenerator) Constructor.