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 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)Methods in com.academy.stratum.service with parameters of type WalletAuthenticationResponse Modifier and Type Method Description WalletAuthenticationResponse
WalletAuthenticationService. 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 WalletAuthenticationResponse
WalletAuthenticationServiceImpl. createUserAccount(WalletAuthenticationRequest walletAuthenticationRequest)
WalletAuthenticationResponse
WalletAuthenticationServiceImpl. enhanceResponseData(WalletAuthenticationResponse walletAuthenticationResponse, WalletAuthenticationRequest walletAuthenticationRequest, java.lang.String operationType)
WalletAuthenticationResponse
WalletAuthenticationServiceImpl. getWalletData(WalletAuthenticationRequest walletAuthenticationRequest)
Methods in com.academy.stratum.service.impl with parameters of type WalletAuthenticationResponse Modifier and Type Method Description WalletAuthenticationResponse
WalletAuthenticationServiceImpl. enhanceResponseData(WalletAuthenticationResponse walletAuthenticationResponse, WalletAuthenticationRequest walletAuthenticationRequest, java.lang.String operationType)
-