| Package | Description |
|---|---|
| org.apache.syncope.common.types | |
| org.apache.syncope.common.util |
| Modifier and Type | Method and Description |
|---|---|
AuditElements.Result |
AuditLoggerName.getResult() |
static AuditElements.Result |
AuditElements.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditElements.Result[] |
AuditElements.Result.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 Map.Entry<EventCategoryTO,AuditElements.Result> |
LoggerEventUtils.parseEventCategory(String event) |
| 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.