edu.internet2.middleware.grouper.audit
Interface AuditTypeIdentifier

All Known Implementing Classes:
AuditTypeBuiltin, AuditTypeIdentiferImpl

public interface AuditTypeIdentifier

interface which could be on the enum, or class, or whatever. generally you will use the enum AuditTypeBuiltin


Method Summary
 String getActionName()
          get the action name of the audit type
 String getAuditCategory()
          get the audit category
 

Method Detail

getAuditCategory

String getAuditCategory()
get the audit category

Returns:
the id

getActionName

String getActionName()
get the action name of the audit type

Returns:
the name