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.
    • isBehavioralDataCollection

      @Supported public boolean isBehavioralDataCollection()
      The behavioral data collection flag.
      Returns:
      The behavioral data collection flag.
    • 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.
    • 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