@SpringComponent(value="dbDataService") @ApplicationScope public class DbDataService extends Object implements DataService
| Constructor and Description |
|---|
DbDataService() |
| Modifier and Type | Method and Description |
|---|---|
AdminRepository |
getAdminRepository() |
DeviceRepository |
getDeviceRepository() |
EAPControllerRepository |
getEAPControllerRepository() |
NotificationRepository |
getNotificationRepository() |
PrincipalRepository |
getPrincipalRepository() |
SiteRepository |
getSiteRepository() |
WlanSessionRepository |
getWlanSessionRepository() |
String |
hashPassword(String password) |
boolean |
validatePassword(String password,
String hashedPassword) |
public SiteRepository getSiteRepository()
getSiteRepository in interface DataServicepublic EAPControllerRepository getEAPControllerRepository()
getEAPControllerRepository in interface DataServicepublic AdminRepository getAdminRepository()
getAdminRepository in interface DataServicepublic PrincipalRepository getPrincipalRepository()
getPrincipalRepository in interface DataServicepublic NotificationRepository getNotificationRepository()
getNotificationRepository in interface DataServicepublic DeviceRepository getDeviceRepository()
getDeviceRepository in interface DataServicepublic WlanSessionRepository getWlanSessionRepository()
getWlanSessionRepository in interface DataServicepublic String hashPassword(String password)
hashPassword in interface DataServicepublic boolean validatePassword(String password, String hashedPassword)
validatePassword in interface DataServiceCopyright © 2018 Pivotal Software, Inc.. All rights reserved.