| Package | Description |
|---|---|
| org.apache.syncope.common.to | |
| org.apache.syncope.common.types | |
| org.apache.syncope.common.util |
| Modifier and Type | Method and Description |
|---|---|
AuditElements.EventCategoryType |
EventCategoryTO.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventCategoryTO.setType(AuditElements.EventCategoryType type) |
| Constructor and Description |
|---|
EventCategoryTO(AuditElements.EventCategoryType type)
Constructor for the given Type event category.
|
| Modifier and Type | Method and Description |
|---|---|
AuditElements.EventCategoryType |
AuditLoggerName.getType() |
static AuditElements.EventCategoryType |
AuditElements.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.
|
| Constructor and Description |
|---|
AuditLoggerName(AuditElements.EventCategoryType type,
String category,
String subcategory,
String event,
AuditElements.Result condition) |
| Modifier and Type | Method and Description |
|---|---|
static String |
LoggerEventUtils.buildEvent(AuditElements.EventCategoryType type,
String category,
String subcategory,
String event,
AuditElements.Result resultValueCondition)
Build event string with the following syntax [type]:[category]:[subcategory]:[event]:[maybe result value cond].
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.