Class AuthnApiPluginDescriptor

java.lang.Object
com.pingidentity.sdk.api.authn.AuthnApiPluginDescriptor

public class AuthnApiPluginDescriptor extends Object
This class provides metadata on a plugin that supports PingFederate's Authentication API.
Since:
9.3
  • Constructor Details

    • AuthnApiPluginDescriptor

      public AuthnApiPluginDescriptor()
  • Method Details

    • isInteractive

      public boolean isInteractive()
      Indicates whether the plugin may write to the servlet response. API-capable plugins that never write to the response can be invoked by PingFederate directly, without requiring a redirect to the configured authentication application.
      Returns:
      True if the plugin may write to the servlet response, false otherwise.
      Since:
      9.3