|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuditMessage | |
|---|---|
| com.metamatrix.platform.security.audit | |
| com.metamatrix.platform.security.audit.destination | |
| com.metamatrix.platform.security.audit.format | |
| Uses of AuditMessage in com.metamatrix.platform.security.audit |
|---|
| Methods in com.metamatrix.platform.security.audit with parameters of type AuditMessage | |
|---|---|
boolean |
AuditManager.isMessageToBeRecorded(AuditMessage message)
Utility method to identify whether a log message will be recorded in the AuditManager's destinations. |
| Uses of AuditMessage in com.metamatrix.platform.security.audit.destination |
|---|
| Methods in com.metamatrix.platform.security.audit.destination with parameters of type AuditMessage | |
|---|---|
void |
SingleFileAuditDestination.record(AuditMessage message)
Print to the file writer |
void |
DatabaseAuditDestination.record(AuditMessage message)
|
void |
ConsoleAuditDestination.record(AuditMessage message)
Print to System.out. |
void |
AuditDestination.record(AuditMessage message)
Print the message to the log destination. |
void |
DatabaseAuditDestination.recordMsg(AuditMessage message)
Print to the file writer |
| Uses of AuditMessage in com.metamatrix.platform.security.audit.format |
|---|
| Methods in com.metamatrix.platform.security.audit.format with parameters of type AuditMessage | |
|---|---|
java.lang.String |
ReadableAuditMessageFormat.formatMessage(AuditMessage message)
Format the specified message and return the String representation. |
java.lang.String |
DelimitedAuditMessageFormat.formatMessage(AuditMessage message)
Format the specified message and return the String representation. |
java.lang.String |
AuditMessageFormat.formatMessage(AuditMessage message)
Format the specified message and return the String representation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||