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() |
InetAddress |
getIpAddress() |
String |
getNotificationId() |
Map<String,Object> |
getRequestParameters() |
short |
getRid() |
String |
getSite() |
Long |
getSiteId() |
String |
getSsid() |
long |
getTime() |
boolean |
isComplete() |
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)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.