public interface EAPControllerClient
| Modifier and Type | Method and Description |
|---|---|
String |
authenticate(String siteName,
String clientMac,
String apMac,
String ssid,
int rid,
int timeout) |
void |
delete(String guestId) |
void |
disconnect(String guestId) |
default List<Guest> |
guestList() |
List<Guest> |
guestList(String filter) |
boolean |
isLoggedIn() |
void |
login(String username,
String password) |
void |
logout() |
void login(@NotNull
String username,
@NotNull
String password)
throws EAPControllerException
EAPControllerExceptionvoid logout()
boolean isLoggedIn()
@NotNull String authenticate(@NotNull String siteName, @NotNull String clientMac, @NotNull String apMac, @NotNull String ssid, int rid, int timeout) throws EAPControllerException
EAPControllerExceptionvoid disconnect(@NotNull
String guestId)
throws EAPControllerException
EAPControllerExceptionvoid delete(@NotNull
String guestId)
throws EAPControllerException
EAPControllerException@NotNull List<Guest> guestList(String filter) throws EAPControllerException
EAPControllerException@NotNull default List<Guest> guestList() throws EAPControllerException
EAPControllerExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.