|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.audit.AuditLoggingUtil
public class AuditLoggingUtil
Utilities class used to log 'auditory actions'.
Field Summary | |
---|---|
static String |
ACTION_ACTIVATE
|
static String |
ACTION_COPY
|
static String |
ACTION_CREATE
|
static String |
ACTION_DEACTIVATE
|
static String |
ACTION_DELETE
|
static String |
ACTION_LOGIN
|
static String |
ACTION_LOGOUT
|
static String |
ACTION_MODIFY
|
static String |
ACTION_MOVE
|
Constructor Summary | |
---|---|
AuditLoggingUtil()
|
Method Summary | |
---|---|
static void |
log(LoginResult loginResult,
javax.servlet.http.HttpServletRequest request)
Log user login. |
static void |
log(String action,
long timeStamp,
String workspaceName,
javax.jcr.nodetype.NodeType nodeType,
String path,
String pathTo)
Log create, modify, delete and move in session. |
static void |
log(String action,
String workspaceName,
ItemType nodeType,
String nodePath)
Deprecated. since 4.5, use log(String, String, NodeType, String) instead. |
static void |
log(String action,
String workspaceName,
javax.jcr.nodetype.NodeType nodeType,
String nodePath)
Log activate, deactivate incl. |
static void |
log(String action,
String workspaceName,
String nodePathFrom,
String nodePathTo)
Log copy, move. |
static void |
log(String action,
String workspaceFrom,
String workspaceTo,
String nodePathFrom,
String nodePathTo)
Log copy to another workspace. |
static void |
log(UserContext userContext)
Log user logout. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ACTION_CREATE
public static final String ACTION_MODIFY
public static final String ACTION_DELETE
public static final String ACTION_COPY
public static final String ACTION_MOVE
public static final String ACTION_ACTIVATE
public static final String ACTION_DEACTIVATE
public static final String ACTION_LOGIN
public static final String ACTION_LOGOUT
Constructor Detail |
---|
public AuditLoggingUtil()
Method Detail |
---|
@Deprecated public static void log(String action, String workspaceName, ItemType nodeType, String nodePath)
log(String, String, NodeType, String)
instead.
public static void log(String action, String workspaceName, javax.jcr.nodetype.NodeType nodeType, String nodePath)
public static void log(String action, String workspaceName, String nodePathFrom, String nodePathTo)
public static void log(String action, long timeStamp, String workspaceName, javax.jcr.nodetype.NodeType nodeType, String path, String pathTo)
public static void log(String action, String workspaceFrom, String workspaceTo, String nodePathFrom, String nodePathTo)
public static void log(UserContext userContext)
public static void log(LoginResult loginResult, javax.servlet.http.HttpServletRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |