|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuditPrincipal | |
|---|---|
| org.jcoderz.commons | |
| Uses of AuditPrincipal in org.jcoderz.commons |
|---|
| Classes in org.jcoderz.commons that implement AuditPrincipal | |
|---|---|
class |
TestAuditPrincipal
A test principal for the audit log events. |
| Methods in org.jcoderz.commons that return AuditPrincipal | |
|---|---|
AuditPrincipal |
AuditLogEvent.getAuditPrincipal()
Returns the audit principal of this audit log event. |
| Methods in org.jcoderz.commons with parameters of type AuditPrincipal | |
|---|---|
static AuditLogEvent |
TstLogMessage.TestAuditMessage.create(AuditPrincipal auditPrincipal)
Creates the audit log event "This is a test audit event and should not be used in a production environment." |
static AuditLogEvent |
TstLogMessage.TestAuditMessage.create(AuditPrincipal auditPrincipal,
Throwable cause)
Creates the audit log event "This is a test audit event and should not be used in a production environment." |
static void |
TstLogMessage.TestAuditMessage.log(AuditPrincipal auditPrincipal)
Logs the message "This is a test audit event and should not be used in a production environment." |
static void |
TstLogMessage.TestAuditMessage.log(AuditPrincipal auditPrincipal,
Throwable cause)
Logs the message "This is a test audit event and should not be used in a production environment." |
| Constructors in org.jcoderz.commons with parameters of type AuditPrincipal | |
|---|---|
AuditLogEvent(LogMessageInfo messageInfo,
AuditPrincipal principal)
Constructor to create a AuditLogEvent instance with the minimum mandatory parameters. |
|
AuditLogEvent(LogMessageInfo messageInfo,
AuditPrincipal principal,
Throwable cause)
Constructor to create a AuditLogEvent instance with a given root cause. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||