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
 java.lang.String getActionName()
          get the action name of the audit type
 java.lang.String getAuditCategory()
          get the audit category
 

Method Detail

getAuditCategory

java.lang.String getAuditCategory()
get the audit category

Returns:
the id

getActionName

java.lang.String getActionName()
get the action name of the audit type

Returns:
the name