Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.resolution.AuthenticatedUser
Packages that use AuthenticatedUser
Package
Description
Contains controllers for handling
RecurringNotifications.Contains controllers for handling
Portfolios and portfolio summary
operations.Contains controllers for handling
Users and securing api endpoints.Contains API controllers related to
Strategy and their implementation
artifacts.Contains API controllers for the
Watchlist entity.Contains authenticated-user request resolvers.
-
Uses of AuthenticatedUser in com.bluebell.greenhouse.planter.controllers.notification
Method parameters in com.bluebell.greenhouse.planter.controllers.notification with annotations of type AuthenticatedUserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<RecurringNotificationDTO>> RecurringNotificationApiController.getRecurringNotificationsForCurrentUser(AuthenticatedUserRef userRef) Returns the current user'sRecurringNotifications.org.springframework.http.ResponseEntity<RecurringNotificationDTO> RecurringNotificationApiController.postCreateRecurringNotification(@Valid CreateUpdateRecurringNotificationDTO data, AuthenticatedUserRef userRef) Creates aRecurringNotification. -
Uses of AuthenticatedUser in com.bluebell.greenhouse.planter.controllers.portfolio
Method parameters in com.bluebell.greenhouse.planter.controllers.portfolio with annotations of type AuthenticatedUserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PortfolioSummary> PortfolioSummaryApiController.getComprehensivePortfolioSummary(int lookBackDays, AuthenticatedUserRef userRef) Returns aResponseEntitycontaining aPortfolioSummary.org.springframework.http.ResponseEntity<PortfolioDTO> PortfolioApiController.postCreateNewPortfolio(@Valid CreateUpdatePortfolioDTO data, AuthenticatedUserRef userRef) Returns aPortfolio. -
Uses of AuthenticatedUser in com.bluebell.greenhouse.planter.controllers.security
Method parameters in com.bluebell.greenhouse.planter.controllers.security with annotations of type AuthenticatedUserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserDTO> UserApiController.putUpdateUser(@Valid CreateUpdateUserDTO data, AuthenticatedUserRef userRef) Updates an existingUser. -
Uses of AuthenticatedUser in com.bluebell.greenhouse.planter.controllers.strategy
Method parameters in com.bluebell.greenhouse.planter.controllers.strategy with annotations of type AuthenticatedUserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<StrategyDTO> StrategyApiController.putUpdateStrategyAccountAssignments(String strategyUid, @Valid UpdateStrategyAccountsDTO data, AuthenticatedUserRef userRef) Synchronizes the accounts assigned to an existingStrategy. -
Uses of AuthenticatedUser in com.bluebell.greenhouse.planter.controllers.watchlist
Method parameters in com.bluebell.greenhouse.planter.controllers.watchlist with annotations of type AuthenticatedUserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<WatchlistDTO>> WatchlistApiController.getWatchlistsForCurrentUser(AuthenticatedUserRef userRef) org.springframework.http.ResponseEntity<WatchlistDTO> WatchlistApiController.postCreateWatchlist(@Valid CreateUpdateWatchlistDTO data, AuthenticatedUserRef userRef) Creates a newWatchlist. -
Uses of AuthenticatedUser in com.bluebell.greenhouse.planter.resolvers.request.security
Subclasses with type arguments of type AuthenticatedUser in com.bluebell.greenhouse.planter.resolvers.request.securityModifier and TypeClassDescriptionfinal classResolves authenticatedAuthenticatedUserRefcontroller arguments.