|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.logging.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,
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 create, modify, activate, deactivate, delete incl. |
static void |
log(String action,
String workspaceName,
String nodePathFrom,
String nodePathTo)
Log copy, move. |
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(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 |