| Package | Description |
|---|---|
| com.tomasteubner.wlan_portal.backend.db | |
| com.tomasteubner.wlan_portal.entities |
| Modifier and Type | Method and Description |
|---|---|
Optional<Principal> |
PrincipalRepository.findBySiteAndVoucherAndLoginName(Site site,
boolean voucher,
String loginName) |
List<Principal> |
PrincipalRepository.findFiltered(long siteId,
boolean voucher,
String loginFilter,
String nameFilter,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RegistrationNotification> |
NotificationRepository.findByPrincipal(Principal principal) |
long |
WlanSessionRepository.totalClosedSessionTime(Principal principal) |
long |
WlanSessionRepository.totalOpenSessionTime(Principal principal,
long refTime) |
| Modifier and Type | Method and Description |
|---|---|
static Principal |
Principal.createUser(Site site,
String loginName,
String pwHash,
String fullName,
String language,
int sessionQuota) |
static Principal |
Principal.createVoucher(Site site,
String voucherKey,
int sessionQuota) |
Principal |
RegistrationNotification.getPrincipal() |
Principal |
Device.getPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistrationNotification.setPrincipal(Principal principal) |
void |
Device.setPrincipal(Principal principal) |
| Constructor and Description |
|---|
Device(String macAddress,
Principal principal) |
RegistrationNotification(UUID notificationId,
long notificationTime,
Principal principal) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.