Uses of Class
org.apache.syncope.common.lib.types.AuditElements.EventCategoryType
-
Packages that use AuditElements.EventCategoryType Package Description org.apache.syncope.common.lib.audit org.apache.syncope.common.lib.types -
-
Uses of AuditElements.EventCategoryType in org.apache.syncope.common.lib.audit
Methods in org.apache.syncope.common.lib.audit that return AuditElements.EventCategoryType Modifier and Type Method Description AuditElements.EventCategoryTypeEventCategory. getType()Methods in org.apache.syncope.common.lib.audit with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description voidEventCategory. setType(AuditElements.EventCategoryType type)Constructors in org.apache.syncope.common.lib.audit with parameters of type AuditElements.EventCategoryType Constructor Description EventCategory(AuditElements.EventCategoryType type)Constructor for the given Type event category. -
Uses of AuditElements.EventCategoryType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return AuditElements.EventCategoryType Modifier and Type Method Description AuditElements.EventCategoryTypeAuditLoggerName. getType()static AuditElements.EventCategoryTypeAuditElements.EventCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditElements.EventCategoryType[]AuditElements.EventCategoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.lib.types with parameters of type AuditElements.EventCategoryType Modifier and Type Method Description static StringAuditLoggerName. buildEvent(AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition)Build event string with the following syntax [type]:[category]:[subcategory]:[event]:[maybe result value cond].Constructors in org.apache.syncope.common.lib.types with parameters of type AuditElements.EventCategoryType Constructor Description AuditLoggerName(AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result result)
-