Uses of Interface
com.inteliqua.rest.authentication.EliquaAuthenticationProvider
-
-
Uses of EliquaAuthenticationProvider in com.inteliqua.rest.authentication
Classes in com.inteliqua.rest.authentication that implement EliquaAuthenticationProvider Modifier and Type Class Description classBasicAuthenticationProviderDeprecated.classJWTAuthenticationProviderA provider for JWT (JSON Web Token) authentication for Eliqua services. -
Uses of EliquaAuthenticationProvider in com.inteliqua.rest.coupon.client
Constructors in com.inteliqua.rest.coupon.client with parameters of type EliquaAuthenticationProvider Constructor Description CouponClient(String host, EliquaAuthenticationProvider eliquaAuthenticationProvider)Constructs a newCouponClientwith the given host and authentication provider. -
Uses of EliquaAuthenticationProvider in com.inteliqua.rest.couponset.client
Constructors in com.inteliqua.rest.couponset.client with parameters of type EliquaAuthenticationProvider Constructor Description CouponSetClient(String host, EliquaAuthenticationProvider eliquaAuthenticationProvider)Constructs a newCouponSetClientwith the given host and authentication provider. -
Uses of EliquaAuthenticationProvider in com.inteliqua.rest.customer.client
Constructors in com.inteliqua.rest.customer.client with parameters of type EliquaAuthenticationProvider Constructor Description PersonClient(String host, EliquaAuthenticationProvider eliquaAuthenticationProvider)Constructs a newPersonClientwith the specified host and authentication provider. -
Uses of EliquaAuthenticationProvider in com.inteliqua.rest.flow.client
Constructors in com.inteliqua.rest.flow.client with parameters of type EliquaAuthenticationProvider Constructor Description FlowClient(String host, EliquaAuthenticationProvider eliquaAuthenticationProvider) -
Uses of EliquaAuthenticationProvider in com.inteliqua.rest.transaction.client
Constructors in com.inteliqua.rest.transaction.client with parameters of type EliquaAuthenticationProvider Constructor Description LoyaltyTransactionClient(String host, EliquaAuthenticationProvider eliquaAuthenticationProvider)Constructs a with the given host and authentication provider.TransactionClient(String host, EliquaAuthenticationProvider eliquaAuthenticationProvider)Constructs a new with the given host and authentication provider.
-