public class UserParameters extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static UserParameters |
create(com.vaadin.server.VaadinRequest request,
PortalManagement portalManagement) |
static UserParameters |
createFrom(com.vaadin.server.VaadinRequest request,
WlanSession wlanSession,
Guest guest) |
String |
getClientMac() |
String |
getEapMac() |
String |
getGuestId() |
InetAddress |
getIpAddress() |
String |
getNotificationId() |
Map<String,Object> |
getRequestParameters() |
short |
getRid() |
String |
getSite() |
Long |
getSiteId() |
String |
getSsid() |
long |
getTime() |
boolean |
isComplete() |
boolean |
matchesRequest(com.vaadin.server.VaadinRequest request) |
void |
setGuestId(String guestId) |
void |
setNotificationId(String notificationId) |
String |
toString() |
@NotNull public static UserParameters create(com.vaadin.server.VaadinRequest request, PortalManagement portalManagement)
public static UserParameters createFrom(com.vaadin.server.VaadinRequest request, WlanSession wlanSession, Guest guest)
public boolean isComplete()
public String getClientMac()
public String getEapMac()
public String getSsid()
public long getTime()
public short getRid()
public String getSite()
public Long getSiteId()
public InetAddress getIpAddress()
public String getNotificationId()
public void setNotificationId(String notificationId)
public String getGuestId()
public void setGuestId(String guestId)
public boolean matchesRequest(com.vaadin.server.VaadinRequest request)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.