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 client error.Get the custom host.Get the device attributes to ignore.intGet the device key rsync intervals.getEnvId()Get the env id.booleanThe behavioral data collection flag.booleanGet console log enable flag.booleanGet the disable hub flag.booleanGet the disable tags flag.booleanGet the enable trust flag.booleanGet the lazy metadata flag.voidsetClientError(String clientError) Set the client error.
-
Method Details
-
getEnvId
Get the env id.- Returns:
- The Env Id.
-
isConsoleLogEnabled
Get console log enable flag.- Returns:
- The console log enable flag.
-
getDeviceAttributesToIgnore
Get the device attributes to ignore.- Returns:
- The device attributes to ignore.
-
getCustomHost
Get the custom host.- Returns:
- The custom host.
-
isLazyMetadata
Get the lazy metadata flag.- Returns:
- The lazy metadata flag.
-
isBehavioralDataCollection
The behavioral data collection flag.- Returns:
- The behavioral data collection flag.
-
getDeviceKeyRsyncIntervals
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
Get the disable hub flag.- Returns:
- The hub 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
-