Uses of Enum Class
se.swedenconnect.bankid.idp.authn.context.BankIdOperation
Packages that use BankIdOperation
Package
Description
BankID IdP backend API.
BankID context.
-
Uses of BankIdOperation in se.swedenconnect.bankid.idp.authn.api
Methods in se.swedenconnect.bankid.idp.authn.api with parameters of type BankIdOperationModifier and TypeMethodDescriptionstatic StringStatusCodeFactory.statusCode(CollectResponse json, Boolean showQr, BankIdOperation operation) -
Uses of BankIdOperation in se.swedenconnect.bankid.idp.authn.context
Methods in se.swedenconnect.bankid.idp.authn.context that return BankIdOperationModifier and TypeMethodDescriptionstatic BankIdOperationGiven a string representation its enum object is returned.static BankIdOperationReturns the enum constant of this class with the specified name.static BankIdOperation[]BankIdOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.