| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| Modifier and Type | Method | Description |
|---|---|---|
static AuditEvent.AuditParam |
AuditEvent.AuditParam.plain(java.lang.String name,
java.lang.Object parameter) |
New parameter of any type.
|
static AuditEvent.AuditParam |
AuditEvent.AuditParam.sensitive(java.lang.String name,
java.lang.Object parameter) |
New parameter of any type that is sensitive.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<AuditEvent.AuditParam> |
AuditEvent.getParams() |
Parameters of this audit event, used in
String.format(String, Object...)
when creating the audit message. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.