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