Package org.apache.wiki.security
Class EventUtil
java.lang.Object
org.apache.wiki.security.EventUtil
A utility class to append audit log attributes to a WikiEvent
- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.wiki.event.WikiEventapplyFrom(org.apache.wiki.event.WikiEvent event, jakarta.servlet.http.HttpServletRequest request) static org.apache.wiki.event.WikiEventapplyFrom(org.apache.wiki.event.WikiEvent event, jakarta.servlet.jsp.PageContext request) static org.apache.wiki.event.WikiEventapplyFrom(org.apache.wiki.event.WikiEvent event, org.apache.wiki.api.core.Context request) static org.apache.wiki.event.WikiEventapplyFrom(org.apache.wiki.event.WikiEvent event, org.apache.wiki.api.core.Session request) static org.apache.wiki.event.WikiEventapplyFrom(org.apache.wiki.event.WikiSecurityEvent event)
-
Method Details
-
applyFrom
public static org.apache.wiki.event.WikiEvent applyFrom(org.apache.wiki.event.WikiSecurityEvent event) -
applyFrom
public static org.apache.wiki.event.WikiEvent applyFrom(org.apache.wiki.event.WikiEvent event, jakarta.servlet.jsp.PageContext request) -
applyFrom
public static org.apache.wiki.event.WikiEvent applyFrom(org.apache.wiki.event.WikiEvent event, org.apache.wiki.api.core.Session request) -
applyFrom
public static org.apache.wiki.event.WikiEvent applyFrom(org.apache.wiki.event.WikiEvent event, org.apache.wiki.api.core.Context request) -
applyFrom
public static org.apache.wiki.event.WikiEvent applyFrom(org.apache.wiki.event.WikiEvent event, jakarta.servlet.http.HttpServletRequest request)
-