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 WalletAuthenticationResponse
WalletAuthenticationService. createUserAccount(WalletAuthenticationRequest walletAuthenticationRequest)
Create new user account and wallet for it and store everything in databaseWalletAuthenticationResponse
WalletAuthenticationService. enhanceResponseData(WalletAuthenticationResponse walletAuthenticationResponse, WalletAuthenticationRequest walletAuthenticationRequest, java.lang.String operationType)
Enhance response data with parameters, which are common for any type of responseWalletAuthenticationResponse
WalletAuthenticationService. 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 WalletAuthenticationResponse
WalletAuthenticationServiceImpl. createUserAccount(WalletAuthenticationRequest walletAuthenticationRequest)
WalletAuthenticationResponse
WalletAuthenticationServiceImpl. enhanceResponseData(WalletAuthenticationResponse walletAuthenticationResponse, WalletAuthenticationRequest walletAuthenticationRequest, java.lang.String operationType)
WalletAuthenticationResponse
WalletAuthenticationServiceImpl. getWalletData(WalletAuthenticationRequest walletAuthenticationRequest)
-