Class AuthnApiPluginDescriptor


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

      • AuthnApiPluginDescriptor

        public AuthnApiPluginDescriptor()
    • Method Detail

      • 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