public class EzySimpleUserLoginEvent extends EzySimpleSessionEvent implements EzyUserLoginEvent
| Modifier and Type | Field and Description |
|---|---|
protected com.tvd12.ezyfox.entity.EzyData |
data |
protected com.tvd12.ezyfox.entity.EzyData |
output |
protected String |
password |
protected boolean |
streamingEnable |
protected String |
username |
protected Map<Object,Object> |
userProperties |
protected String |
zoneName |
session| Constructor and Description |
|---|
EzySimpleUserLoginEvent(EzySession session,
String zoneName,
String username,
String password,
com.tvd12.ezyfox.entity.EzyData data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUsername() |
void |
release() |
void |
setUserProperties(Map<Object,Object> properties) |
void |
setUserProperty(Object key,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetData, getOutput, getUserProperties, getZoneName, isStreamingEnable, setOutput, setPassword, setStreamingEnable, setUsernamegetSessionprotected final com.tvd12.ezyfox.entity.EzyData data
protected final String zoneName
protected String username
protected String password
protected com.tvd12.ezyfox.entity.EzyData output
protected boolean streamingEnable
public EzySimpleUserLoginEvent(EzySession session, String zoneName, String username, String password, com.tvd12.ezyfox.entity.EzyData data)
public String getUsername()
getUsername in interface EzyUserLoginEventpublic String getPassword()
getPassword in interface EzyUserLoginEventpublic void setUserProperty(Object key, Object value)
setUserProperty in interface EzyUserLoginEventpublic void setUserProperties(Map<Object,Object> properties)
setUserProperties in interface EzyUserLoginEventCopyright © 2021 Young Monkeys. All rights reserved.