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 classBuilder class for PingOneProtectInitializeCallback. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Get a builder for constructing a new PingOneProtectInitializeCallback.Get the PingId Agent port.Get the PingId Agent timeout.Get the client error.Deprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.Deprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.intDeprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.getEnvId()Get the env id.booleanGet the PingId Agent flag.booleanThe behavioral data collection flag.booleanDeprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.booleanDeprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.booleanGet the disable tags flag.booleanGet the enable trust flag.booleanDeprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.voidsetClientError(String clientError) Set the client error.
-
Method Details
-
getEnvId
Get the env id.- Returns:
- The Env ID.
-
isConsoleLogEnabled
Deprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.Get console log enable flag.- Returns:
- The console log enable flag.
-
getDeviceAttributesToIgnore
Deprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.Get the device attributes to ignore.- Returns:
- The device attributes to ignore.
-
getCustomHost
Deprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.Get the custom host.- Returns:
- The custom host.
-
isLazyMetadata
Deprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.Get the lazy metadata flag.- Returns:
- The lazy metadata flag.
-
isBehavioralDataCollection
The behavioral data collection flag.- Returns:
- The behavioral data collection flag.
-
getDeviceKeyRsyncIntervals
Deprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.Get the device key rsync intervals.- Returns:
- The device key rsync intervals.
-
isEnableTrust
Get the enable trust flag.- Returns:
- The trust flag.
-
isDisableTags
Get the disable tags flag.- Returns:
- The tags flag.
-
isDisableHub
Deprecated.Since 8.1.0 this value is unused by PingOne Protect, but continues to be provided to support backwards compatibility.Get the disable hub flag.- Returns:
- The hub flag.
-
isAgentIdentification
Get the PingId Agent flag.- Returns:
- The PingId Agent flag.
-
getAgentTimeout
Get the PingId Agent timeout.- Returns:
- The PingId Agent timeout.
-
getAgentPort
Get the PingId Agent port.- Returns:
- The PingId Agent port.
-
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
-