public static class ScrubOption.Reaction
extends java.lang.Object
ScrubOption
in the
getResult
method of SecureResponse
.Modifier and Type | Field and Description |
---|---|
static ScrubOption.Reaction |
DOESNOTEXIST
The scrub target does not exist in the document
|
static ScrubOption.Reaction |
EXISTS
The scrub target exists in the document
|
static ScrubOption.Reaction |
NONE
No action was taken
|
static ScrubOption.Reaction |
PARTIALLYSCRUBBED
The scrub target was partially removed from the document.
|
static ScrubOption.Reaction |
SCRUBBED
The scrub target was removed from the document.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
toString() |
public static final ScrubOption.Reaction NONE
public static final ScrubOption.Reaction EXISTS
public static final ScrubOption.Reaction DOESNOTEXIST
public static final ScrubOption.Reaction SCRUBBED
public static final ScrubOption.Reaction PARTIALLYSCRUBBED
Copyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.