@SpringComponent @ApplicationScope public class EAPControllerBean extends Object
| Constructor and Description |
|---|
EAPControllerBean(DataService dataService) |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticate(String siteName,
String clientMac,
String apMac,
String ssid,
int rid,
long timeout) |
void |
delete(String siteName,
String guestId) |
void |
disconnect(String siteName,
String guestId) |
Guest |
getGuest(String siteName,
String guestId,
String filter) |
String |
getRedirectUrl(long siteId) |
Guest |
getTuest(String siteName,
String guestId) |
List<Guest> |
guestList(String siteName) |
List<Guest> |
guestList(String siteName,
String filter) |
@Autowired public EAPControllerBean(DataService dataService)
public String authenticate(String siteName, String clientMac, String apMac, String ssid, int rid, long timeout) throws EAPControllerException
EAPControllerExceptionpublic void disconnect(String siteName, String guestId) throws EAPControllerException
EAPControllerExceptionpublic void delete(String siteName, String guestId) throws EAPControllerException
EAPControllerExceptionpublic List<Guest> guestList(String siteName, String filter) throws EAPControllerException
EAPControllerExceptionpublic List<Guest> guestList(String siteName) throws EAPControllerException
EAPControllerExceptionpublic Guest getGuest(String siteName, String guestId, String filter) throws EAPControllerException
EAPControllerExceptionpublic Guest getTuest(String siteName, String guestId) throws EAPControllerException
EAPControllerExceptionpublic String getRedirectUrl(long siteId)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.