Class AuditMessage


  • public class AuditMessage
    extends Object
    Log format for auditing.
    • Method Detail

      • getSession

        public Session getSession()
        The Session for the event or null if one has not been established.
        Returns:
      • getContext

        public String getContext()
      • getActivity

        public String getActivity()
      • getPrincipal

        public String getPrincipal()
        The user name or null if the session has not yet been established.
        Returns:
      • getResources

        public String[] getResources()
        The list of relevant resources for the audit event. Will be null for logon/logoff events.
        Returns:
      • getException

        public Exception getException()
        The exception associated with a failed logon attempt.
        Returns: