Uses of Class
com.academy.stratum.dto.WalletAuthenticationRequest
-
Packages that use WalletAuthenticationRequest Package Description com.academy.stratum.service com.academy.stratum.service.impl -
-
Uses of WalletAuthenticationRequest in com.academy.stratum.service
Methods in com.academy.stratum.service with parameters of type WalletAuthenticationRequest Modifier and Type Method Description WalletAuthenticationResponseWalletAuthenticationService. createUserAccount(WalletAuthenticationRequest walletAuthenticationRequest)Create new user account and wallet for it and store everything in databaseWalletAuthenticationResponseWalletAuthenticationService. enhanceResponseData(WalletAuthenticationResponse walletAuthenticationResponse, WalletAuthenticationRequest walletAuthenticationRequest, java.lang.String operationType)Enhance response data with parameters, which are common for any type of responseWalletAuthenticationResponseWalletAuthenticationService. getWalletData(WalletAuthenticationRequest walletAuthenticationRequest)Get wallet data by login/password to use it further in compatible app(like UE4) -
Uses of WalletAuthenticationRequest in com.academy.stratum.service.impl
Methods in com.academy.stratum.service.impl with parameters of type WalletAuthenticationRequest Modifier and Type Method Description WalletAuthenticationResponseWalletAuthenticationServiceImpl. createUserAccount(WalletAuthenticationRequest walletAuthenticationRequest)WalletAuthenticationResponseWalletAuthenticationServiceImpl. enhanceResponseData(WalletAuthenticationResponse walletAuthenticationResponse, WalletAuthenticationRequest walletAuthenticationRequest, java.lang.String operationType)WalletAuthenticationResponseWalletAuthenticationServiceImpl. getWalletData(WalletAuthenticationRequest walletAuthenticationRequest)
-