| Package | Description |
|---|---|
| org.itracker.services |
Service Interfaces
|
| org.itracker.services.authentication |
This package has something to do with Authentication ;)
|
| org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
| Modifier and Type | Method | Description |
|---|---|---|
UserService |
ITrackerServices.getUserService() |
| Modifier and Type | Method | Description |
|---|---|---|
UserService |
AbstractPluggableAuthenticator.getUserService() |
Returns a UserService session bean that can be used to call needed methods such
as retrieving a user.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
UserServiceImpl |
Implements the UserService interface.
|
| Modifier and Type | Method | Description |
|---|---|---|
UserService |
ITrackerServicesImpl.getUserService() |
| Constructor | Description |
|---|---|
ITrackerServicesImpl(IssueService issueService,
UserService userService,
ProjectService projectService,
ConfigurationService configurationService,
ReportService reportService,
NotificationService notificationService,
EmailService emailService) |
Copyright © 2002–2019 itracker. All rights reserved.