| Package | Description |
|---|---|
| com.tomasteubner.wlan_portal.backend.db | |
| com.tomasteubner.wlan_portal.entities |
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
DeviceRepository.findAllByPrincipalSiteId(long siteId) |
List<Device> |
DeviceRepository.findFilteredByMac(Long adminSiteId,
String mac,
org.springframework.data.domain.Pageable pageable) |
List<Device> |
DeviceRepository.findFilteredByUser(Long adminSiteId,
boolean voucher,
String ownerName,
org.springframework.data.domain.Pageable pageable) |
List<Device> |
DeviceRepository.findFilteredByUserAndMac(Long adminSiteId,
boolean voucher,
String ownerName,
String mac,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
Device |
WlanSessionPK.getDevice() |
Device |
WlanSession.getDevice() |
| Modifier and Type | Method and Description |
|---|---|
Set<Device> |
Principal.getDevices() |
| Modifier and Type | Method and Description |
|---|---|
void |
WlanSessionPK.setDevice(Device device) |
void |
WlanSession.setDevice(Device device) |
| Modifier and Type | Method and Description |
|---|---|
void |
Principal.setDevices(Set<Device> devices) |
| Constructor and Description |
|---|
WlanSession(Device device,
long loginTime,
long sessionTimeout,
InetAddress deviceIP,
String guestId) |
WlanSessionPK(Device device,
long loginTime) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.