Uses of Class
se.swedenconnect.bankid.idp.authn.DisplayText
Packages that use DisplayText
Package
Description
Interfaces and classes for handling BankID relying parties.
-
Uses of DisplayText in se.swedenconnect.bankid.idp.rp
Methods in se.swedenconnect.bankid.idp.rp that return DisplayTextModifier and TypeMethodDescriptionRelyingPartyData.getFallbackSignText()
Gets the text to display when signing if aSignMessage
is not received.RelyingPartyData.getLoginText()
Gets text to display when authenticating.Constructors in se.swedenconnect.bankid.idp.rp with parameters of type DisplayTextModifierConstructorDescriptionRelyingPartyData
(BankIDClient client, List<String> entityIds, DisplayText loginText, DisplayText fallbackSignText, RelyingPartyUiInfo uiInfo, BankIdRequirement requirement) Constructor.