Uses of Interface
es.kukenan.smartfi.common.security.WalletAuthentication
Packages that use WalletAuthentication
Package
Description
Base package for OTP security specific classes.
JWT Services and related beans and dependencies.
Common utilities module.
-
Uses of WalletAuthentication in es.kukenan.smartfi.common.security.web.otp
Fields in es.kukenan.smartfi.common.security.web.otp declared as WalletAuthenticationModifier and TypeFieldDescriptionprivate final WalletAuthenticationOtpRuleHandler.HttpRequest.authenticationCurrent authentication.Methods in es.kukenan.smartfi.common.security.web.otp with parameters of type WalletAuthenticationModifier and TypeMethodDescriptionServletOtpRuleHandlerFactory.createRuleHandler(javax.servlet.http.HttpServletRequest request, WalletAuthentication walletAuthentication) Find theOtpRuleHandlerfor the given HTTP URI and method. -
Uses of WalletAuthentication in es.kukenan.smartfi.common.service.jwt
Classes in es.kukenan.smartfi.common.service.jwt that implement WalletAuthentication -
Uses of WalletAuthentication in es.kukenan.smartfi.common.utils
Methods in es.kukenan.smartfi.common.utils with parameters of type WalletAuthenticationModifier and TypeMethodDescriptionstatic StringCommonsUtils.extractDeviceId(WalletAuthentication walletAuthentication) Extract device ID from Wallet authentication.static StringCommonsUtils.extractUserId(WalletAuthentication walletAuthentication) Extract user ID from Wallet authentication.