Class PingOneProtectEvaluationCallback
java.lang.Object
org.forgerock.openam.authentication.callbacks.PingOneProtectEvaluationCallback
- All Implemented Interfaces:
Callback
Class representative of a PingOneRiskEvaluationCallback Object.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Builder object for a PingOneProtectEvaluationCallback. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Get a builder for constructing a new PingOneProtectEvaluationCallback.Get the client error.Get the device signal.boolean
Get the pauseBehavioralData .void
setClientError
(String clientError) Set the client error.void
setSignals
(String signals) Set the device signals.
-
Method Details
-
isPauseBehavioralData
Get the pauseBehavioralData .- Returns:
- The pauseBehavioralData
-
setSignals
Set the device signals.- Parameters:
signals
- The device signal.
-
getSignals
Get the device signal.- Returns:
- The device signal
-
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 PingOneProtectEvaluationCallback.- Returns:
- a new builder
-