public abstract class RestletBodyAuditor<T> extends Object implements org.forgerock.util.Function<org.restlet.representation.Representation,org.forgerock.json.JsonValue,org.forgerock.audit.AuditException>
Modifier and Type | Method and Description |
---|---|
static RestletBodyAuditor |
formAuditor(String... fields)
Create a body auditor for post request form bodies.
|
static RestletBodyAuditor |
jacksonAuditor(String... fields)
Create a body auditor for JSON bodies.
|
static RestletBodyAuditor |
jsonAuditor(String... fields)
Create a body auditor for JSON bodies.
|
static RestletBodyAuditor<?> |
noBodyAuditor()
The body auditor for when there is no auditing required.
|
public static RestletBodyAuditor jsonAuditor(String... fields)
fields
- The fields that should be captured if they exist.public static RestletBodyAuditor jacksonAuditor(String... fields)
fields
- The fields that should be captured if they exist.public static RestletBodyAuditor formAuditor(String... fields)
fields
- The fields that should be captured if they exist.public static RestletBodyAuditor<?> noBodyAuditor()
null
.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.