| Package | Description |
|---|---|
| com.mware.core.security |
| Modifier and Type | Method and Description |
|---|---|
static AuditEventType |
AuditEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEventType[] |
AuditEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditService.auditGenericEvent(User user,
String workspaceId,
AuditEventType type,
String name,
String value) |
void |
LoggingAuditService.auditGenericEvent(User user,
String workspaceId,
AuditEventType type,
String key,
String value) |
void |
ExtendedDataAuditService.auditGenericEvent(User user,
String workspaceId,
AuditEventType type,
String key,
String value) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.