Uses of Class
org.eclipse.higgins.audit.api.AuditException

Uses of AuditException in org.eclipse.higgins.audit.api
 

Methods in org.eclipse.higgins.audit.api that throw AuditException
 void AuditRecord.setOriginatorInfo(String strOriginatorLocationName, String strOriginatorLocationAddress, String strOriginatorServiceType, String strOriginatorAuthAuthority, String strOriginatorPrincipalName, String strOriginatorPrincipalIdentity)
          Set the originator information for the record.
 void AuditRecord.setEventNumber(int iEventNumber)
          Set the event number for an audit record.
 void AuditRecord.setOutcome(int iOutcome)
          Set the outcome in the audit record.
 void AuditRecord.setInitiatorInfo(String strAuthAuthority, String strDomainSpecificName, String strDomainSpecificId)
          Set the initiator information in the audit record.
 void AuditRecord.setTargetInfo(String strTargetLocationName, String strTargetLocationAddress, String strTargetServiceType, String strTargetAuthAuthority, String strTargetPrincipalName, String strTargetPrincipalIdentity)
          Set the target information in the audit record.
 void AuditRecord.addEventInfo(String strInfoName, String strInfoValue)
          Add the event information to the audit record.
 String AuditRecord.formatRecord()
          Format an audit record for output to the audit log.