Class PingOneProtectInitializeCallback.Builder
java.lang.Object
org.forgerock.openam.authentication.callbacks.PingOneProtectInitializeCallback.Builder
- Enclosing class:
- PingOneProtectInitializeCallback
Builder class for PingOneProtectInitializeCallback.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the PingOneProtectInitializeCallback.withBehavioralDataCollection
(boolean behavioralDataCollection) Set the behavioral data collection flag.withConsoleLogEnabled
(boolean consoleLogEnabled) Set the console log enable flag.withCustomHost
(String customHost) Set the custom host.withDeviceAttributesToIgnore
(List<String> deviceAttributesToIgnore) Set the device attributes to ignore.withDeviceKeyRsyncIntervals
(int deviceKeyRsyncIntervals) Set the device key rsync intervals.withDisableHub
(boolean disableHub) Set the disable hub flag.withDisableTags
(boolean disableTags) Set the disable tags flag.withEnableTrust
(boolean enableTrust) Set the enable trust flag.Set the env id.withLazyMetadata
(boolean lazyMetadata) Set the lazy metadata flag.
-
Method Details
-
withEnvId
Set the env id.- Parameters:
envId
- The env id.- Returns:
- The builder.
-
withConsoleLogEnabled
@Supported public PingOneProtectInitializeCallback.Builder withConsoleLogEnabled(boolean consoleLogEnabled) Set the console log enable flag.- Parameters:
consoleLogEnabled
- The console log enable flag.- Returns:
- The builder.
-
withDeviceAttributesToIgnore
@Supported public PingOneProtectInitializeCallback.Builder withDeviceAttributesToIgnore(List<String> deviceAttributesToIgnore) Set the device attributes to ignore.- Parameters:
deviceAttributesToIgnore
- The device attributes to ignore.- Returns:
- The builder.
-
withCustomHost
Set the custom host.- Parameters:
customHost
- The custom host.- Returns:
- The builder.
-
withLazyMetadata
Set the lazy metadata flag.- Parameters:
lazyMetadata
- The lazy metadata flag.- Returns:
- The builder.
-
withBehavioralDataCollection
@Supported public PingOneProtectInitializeCallback.Builder withBehavioralDataCollection(boolean behavioralDataCollection) Set the behavioral data collection flag.- Parameters:
behavioralDataCollection
- The behavioral data collection flag.- Returns:
- The builder.
-
withDeviceKeyRsyncIntervals
@Supported public PingOneProtectInitializeCallback.Builder withDeviceKeyRsyncIntervals(int deviceKeyRsyncIntervals) Set the device key rsync intervals.- Parameters:
deviceKeyRsyncIntervals
- The device key rsync intervals.- Returns:
- The builder.
-
withEnableTrust
Set the enable trust flag.- Parameters:
enableTrust
- The enable trust flag.- Returns:
- The builder.
-
withDisableTags
Set the disable tags flag.- Parameters:
disableTags
- The disable tags flag.- Returns:
- The builder.
-
withDisableHub
Set the disable hub flag.- Parameters:
disableHub
- The disable hub flag.- Returns:
- The builder.
-
build
Build the PingOneProtectInitializeCallback.- Returns:
- The PingOneProtectInitializeCallback.
-