Uses of Class
in.juspay.exception.AuthenticationException
Packages that use AuthenticationException
-
Uses of AuthenticationException in in.juspay.model
Methods in in.juspay.model that throw AuthenticationExceptionModifier and TypeMethodDescriptionstatic WalletWallet.authenticate(String walletId) static WalletWallet.authenticate(String walletId, RequestOptions requestOptions) static Cardstatic CardCard.create(Map<String, Object> params, RequestOptions requestOptions) static Chargebackstatic ChargebackChargeback.create(Map<String, Object> params, RequestOptions requestOptions) static Customerstatic CustomerCustomer.create(Map<String, Object> params, RequestOptions requestOptions) static Orderstatic OrderOrder.create(Map<String, Object> params, RequestOptions requestOptions) static OrderSessionstatic OrderSessionOrderSession.create(Map<String, Object> params, RequestOptions requestOptions) static Paymentstatic PaymentPayment.create(Map<String, Object> params, RequestOptions requestOptions) static Walletstatic WalletWallet.create(String customerId, String gateway, RequestOptions requestOptions) static WalletWallet.create(String customerId, String gateway, Map<String, Object> params, RequestOptions requestOptions) static WalletWallet.createAndAuthenticate(String customerId, String gateway) static WalletWallet.createAndAuthenticate(String customerId, String gateway, RequestOptions requestOptions) static WalletWallet.createAndAuthenticate(String customerId, String gateway, Map<String, Object> params, RequestOptions requestOptions) static booleanstatic booleanCard.delete(String cardToken, RequestOptions requestOptions) static Walletstatic WalletWallet.delink(String walletId, RequestOptions requestOptions) static Chargebackstatic ChargebackChargeback.get(String id, RequestOptions requestOptions) static Customerstatic CustomerCustomer.get(String id, RequestOptions requestOptions) static CustomerCustomer.getWithClientAuthToken(String id) static CustomerCustomer.getWithClientAuthToken(String id, RequestOptions requestOptions) static Walletstatic WalletWallet.link(String walletId, String otp, RequestOptions requestOptions) Card.list(Map<String, Object> params, RequestOptions requestOptions) static CustomerListstatic CustomerListCustomer.list(Map<String, Object> params, RequestOptions requestOptions) static OrderListDeprecated.static OrderListOrder.list(Map<String, Object> params, RequestOptions requestOptions) Deprecated.static PaymentMethodListPaymentMethod.list()static PaymentMethodListPaymentMethod.list(RequestOptions requestOptions) static WalletListstatic WalletListWallet.list(String customerId, RequestOptions requestOptions) static TxnDetailListstatic TxnDetailListprotected static com.google.gson.JsonObjectJuspayEntity.makeServiceCall(String path, Map<String, Object> params, JuspayEntity.RequestMethod method, RequestOptions requestOptions) protected static com.google.gson.JsonObjectJuspayEntity.makeServiceCall(String path, Map<String, Object> params, JuspayEntity.RequestMethod method, RequestOptions requestOptions, JuspayEntity.AuthMethod authMethod) protected static com.google.gson.JsonObjectJuspayEntity.makeServiceCallWithAuthDecider(String path, Map<String, Object> params, JuspayEntity.RequestMethod method, RequestOptions requestOptions) static WalletListstatic WalletListWallet.refresh(String customerId, RequestOptions requestOptions) static WalletWallet.refreshByWalletId(String walletId) static WalletWallet.refreshByWalletId(String walletId, RequestOptions requestOptions) static Orderstatic Orderstatic Refundstatic RefundOrder.refund(Map<String, Object> params, RequestOptions requestOptions) static Refundstatic RefundTxnDetail.refund(Map<String, Object> params, RequestOptions requestOptions) static Orderstatic OrderOrder.status(String orderId, RequestOptions requestOptions) static Orderstatic Orderstatic Orderstatic Chargebackstatic Chargebackstatic Customerstatic Customerstatic Orderstatic Order