Package com.pingidentity.sdk.api.authn
Class AuthnApiPluginDescriptor
java.lang.Object
com.pingidentity.sdk.api.authn.AuthnApiPluginDescriptor
This class provides metadata on a plugin that supports PingFederate's Authentication API.
- Since:
- 9.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA fluent builder forAuthnApiPluginDescriptorinstances. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether the plugin may write to the servlet response.
-
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
-