org.jcoderz.commons
Class TestAuditPrincipal
java.lang.Object
org.jcoderz.commons.TestAuditPrincipal
- All Implemented Interfaces:
- Serializable, AuditPrincipal
public class TestAuditPrincipal
- extends Object
- implements AuditPrincipal
A test principal for the audit log events.
- See Also:
- Serialized Form
|
Method Summary |
String |
toString()
Returns the string representation of the audit principal. |
TestAuditPrincipal
public TestAuditPrincipal()
toString
public String toString()
- Returns the string representation of the audit principal.
- Specified by:
toString in interface AuditPrincipal- Overrides:
toString in class Object
- Returns:
- the string representation of the audit principal.
Copyright 2007 The jCoderZ Project.