| Package | Description |
|---|---|
| org.apache.syncope.common.lib.types |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.lang3.tuple.Pair<EventCategoryTO,AuditElements.Result> |
AuditLoggerName.parseEventCategory(String event) |
| Modifier and Type | Method and Description |
|---|---|
static String |
AuditLoggerName.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].
|
| Constructor and Description |
|---|
AuditLoggerName(AuditElements.EventCategoryType type,
String category,
String subcategory,
String event,
AuditElements.Result result) |
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.