Uses of Class
com.academy.stratum.dto.WalletAuthenticationResponse
-
Packages that use WalletAuthenticationResponse Package Description com.academy.stratum.service com.academy.stratum.service.impl -
-
Uses of WalletAuthenticationResponse in com.academy.stratum.service
Methods in com.academy.stratum.service that return WalletAuthenticationResponse 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)Methods in com.academy.stratum.service with parameters of type WalletAuthenticationResponse Modifier and Type Method Description WalletAuthenticationResponseWalletAuthenticationService. enhanceResponseData(WalletAuthenticationResponse walletAuthenticationResponse, WalletAuthenticationRequest walletAuthenticationRequest, java.lang.String operationType)Enhance response data with parameters, which are common for any type of response -
Uses of WalletAuthenticationResponse in com.academy.stratum.service.impl
Methods in com.academy.stratum.service.impl that return WalletAuthenticationResponse Modifier and Type Method Description WalletAuthenticationResponseWalletAuthenticationServiceImpl. createUserAccount(WalletAuthenticationRequest walletAuthenticationRequest)WalletAuthenticationResponseWalletAuthenticationServiceImpl. enhanceResponseData(WalletAuthenticationResponse walletAuthenticationResponse, WalletAuthenticationRequest walletAuthenticationRequest, java.lang.String operationType)WalletAuthenticationResponseWalletAuthenticationServiceImpl. getWalletData(WalletAuthenticationRequest walletAuthenticationRequest)Methods in com.academy.stratum.service.impl with parameters of type WalletAuthenticationResponse Modifier and Type Method Description WalletAuthenticationResponseWalletAuthenticationServiceImpl. enhanceResponseData(WalletAuthenticationResponse walletAuthenticationResponse, WalletAuthenticationRequest walletAuthenticationRequest, java.lang.String operationType)
-