org.jcoderz.commons
Class TestAuditPrincipal

java.lang.Object
  extended by 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

Constructor Summary
TestAuditPrincipal()
           
 
Method Summary
 String toString()
          Returns the string representation of the audit principal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestAuditPrincipal

public TestAuditPrincipal()
Method Detail

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.