| Package | Description |
|---|---|
| org.powertac.visualizer.domain |
JPA domain objects.
|
| org.powertac.visualizer.repository |
Spring Data JPA repositories.
|
| org.powertac.visualizer.web.rest |
Spring MVC REST controllers.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PersistentToken> |
User.getPersistentTokens() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setPersistentTokens(Set<PersistentToken> persistentTokens) |
| Modifier and Type | Method and Description |
|---|---|
List<PersistentToken> |
PersistentTokenRepository.findByTokenDateBefore(LocalDate localDate) |
List<PersistentToken> |
PersistentTokenRepository.findByUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<PersistentToken>> |
AccountResource.getCurrentSessions()
GET /account/sessions : get the current open sessions.
|
Copyright © 2019 Power TAC. All rights reserved.