public static class ScrubOption.Action
extends java.lang.Object
TargetOption
in the setOption
method of
SecureRequest
.Modifier and Type | Field and Description |
---|---|
static ScrubOption.Action |
ANALYZE
Report on the scrub target's existence in the document but do not
scrub it.
|
static ScrubOption.Action |
DEFAULT
Perform the default action as defined by
SecureOptions.DefaultScrubBehavior . |
static ScrubOption.Action |
NONE
Do not perform any action.
|
static ScrubOption.Action |
SCRUB
Remove the target from the document if it exists.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
toString() |
public static final ScrubOption.Action DEFAULT
SecureOptions.DefaultScrubBehavior
.public static final ScrubOption.Action NONE
ANALYZE
or
SCRUB
. See the individual descriptions in SecureOptions
for any performance saving by
using NONE
.public static final ScrubOption.Action ANALYZE
public static final ScrubOption.Action SCRUB
Copyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.