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 @Deprecated(since="8.1.0") public boolean 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

      @Supported @Deprecated(since="8.1.0") public List<String> 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

      @Supported @Deprecated(since="8.1.0") public String 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

      @Supported @Deprecated(since="8.1.0") public boolean 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

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

      @Supported @Deprecated(since="8.1.0") public int 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

      @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 @Deprecated(since="8.1.0") public boolean 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

      @Supported public boolean isAgentIdentification()
      Get the PingId Agent flag.
      Returns:
      The PingId Agent flag.
    • getAgentTimeout

      @Supported public Optional<Integer> getAgentTimeout()
      Get the PingId Agent timeout.
      Returns:
      The PingId Agent timeout.
    • getAgentPort

      @Supported public Optional<String> getAgentPort()
      Get the PingId Agent port.
      Returns:
      The PingId Agent port.
    • 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