Class ActionEvent
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap
-
- org.json.simple.JSONObject
-
- org.gcube.event.publisher.Event
-
- org.gcube.portal.event.publisher.lr62.PortalEvent
-
- org.gcube.portal.event.publisher.lr62.action.ActionEvent
-
- All Implemented Interfaces:
Serializable,Cloneable,Map,org.json.simple.JSONAware,org.json.simple.JSONStreamAware
public class ActionEvent extends org.gcube.portal.event.publisher.lr62.PortalEvent- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOGIN_NAMEstatic StringLOGOUT_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ActionEventnewLoginEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)static ActionEventnewLogoutEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)-
Methods inherited from class org.gcube.portal.event.publisher.lr62.PortalEvent
getGroup, getGroupIdentifier, getRole, getRoleIdentifier, getUser, getUserIdentifier, setGroup, setGroup, setRole, setRole, setUser, setUser
-
Methods inherited from class org.gcube.event.publisher.Event
getName, getSender, getTimestamp, getType, getUUID, set, setAll, setName, setSender, setTimestamp, setType, setUUID
-
Methods inherited from class org.json.simple.JSONObject
escape, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONString
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Field Detail
-
LOGIN_NAME
public static final String LOGIN_NAME
- See Also:
- Constant Field Values
-
LOGOUT_NAME
public static final String LOGOUT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newLoginEvent
public static ActionEvent newLoginEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
newLogoutEvent
public static ActionEvent newLogoutEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-