Class PingOneProtectInitializeCallback
java.lang.Object
org.forgerock.openam.authentication.callbacks.PingOneProtectInitializeCallback
- All Implemented Interfaces:
Callback
Class representative of a PingOneProtectInitializeCallback Object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builder class for PingOneProtectInitializeCallback. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Get a builder for constructing a new PingOneProtectInitializeCallback.Get the client error.getEnvId()
Get the env id.boolean
The behavioral data collection flag.boolean
Get the disable tags flag.boolean
Get the enable trust flag.void
setClientError
(String clientError) Set the client error.
-
Method Details
-
getEnvId
Get the env id.- Returns:
- The Env ID.
-
isBehavioralDataCollection
The behavioral data collection flag.- Returns:
- The behavioral data collection flag.
-
isEnableTrust
Get the enable trust flag.- Returns:
- The trust flag.
-
isDisableTags
Get the disable tags flag.- Returns:
- The tags flag.
-
getClientError
Get the client error.- Returns:
- The client error
-
setClientError
Set the client error.- Parameters:
clientError
- The client error
-
builder
Get a builder for constructing a new PingOneProtectInitializeCallback.- Returns:
- a new builder
-