Package-level declarations

Types

Link copied to clipboard
@Service
class AuthContextService(jwtTokenService: JwtTokenService, tokenBlacklistService: TokenBlacklistService, productUserService: ProductUserService)

Utilities for inspecting and mutating the current authentication context.

Link copied to clipboard
@Service
open class AuthService
Link copied to clipboard
@Service
open class CryptoTraderService
Link copied to clipboard
@Service
open class PortfolioService
Link copied to clipboard
@Service
open class ProductUserService
Simple user service for reading and writing ProductUser data.
Link copied to clipboard
Link copied to clipboard
@Service
open class SessionService
Link copied to clipboard
@Service
class TradeEventService(val tradeEventRepository: TradeEventRepository, val portfolioService: PortfolioService)
Link copied to clipboard
@Service
open class TraderService
Link copied to clipboard
@Service
open class TradeService(authContextService: AuthContextService, portfolioService: PortfolioService, currencyService: CurrencyService, productUserService: ProductUserService)