Class PingOneProtectInitializeCallback

java.lang.Object
org.forgerock.openam.authentication.callbacks.PingOneProtectInitializeCallback
All Implemented Interfaces:
Callback

@Supported public final class PingOneProtectInitializeCallback extends Object implements Callback
Class representative of a PingOneProtectInitializeCallback Object.
  • Method Details

    • getEnvId

      @Supported public String getEnvId()
      Get the env id.
      Returns:
      The Env Id.
    • isConsoleLogEnabled

      @Supported public boolean isConsoleLogEnabled()
      Get console log enable flag.
      Returns:
      The console log enable flag.
    • getDeviceAttributesToIgnore

      @Supported public List<String> getDeviceAttributesToIgnore()
      Get the device attributes to ignore.
      Returns:
      The device attributes to ignore.
    • getCustomHost

      @Supported public String getCustomHost()
      Get the custom host.
      Returns:
      The custom host.
    • isLazyMetadata

      @Supported public boolean isLazyMetadata()
      Get the lazy metadata flag.
      Returns:
      The lazy metadata flag.
    • isBehavioralDataCollection

      @Supported public boolean isBehavioralDataCollection()
      The behavioral data collection flag.
      Returns:
      The behavioral data collection flag.
    • getDeviceKeyRsyncIntervals

      @Supported public int getDeviceKeyRsyncIntervals()
      Get the device key rsync intervals.
      Returns:
      The device key rsync intervals.
    • isEnableTrust

      @Supported public boolean isEnableTrust()
      Get the enable trust flag.
      Returns:
      The trust flag.
    • isDisableTags

      @Supported public boolean isDisableTags()
      Get the disable tags flag.
      Returns:
      The tags flag.
    • isDisableHub

      @Supported public boolean isDisableHub()
      Get the disable hub flag.
      Returns:
      The hub flag.
    • getClientError

      @Supported public String getClientError()
      Get the client error.
      Returns:
      The client error
    • setClientError

      @Supported public void setClientError(String clientError)
      Set the client error.
      Parameters:
      clientError - The client error
    • builder

      Get a builder for constructing a new PingOneProtectInitializeCallback.
      Returns:
      a new builder