Package com.pingidentity.sdk.api.authn
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthnApiPluginDescriptor.BuilderA fluent builder forAuthnApiPluginDescriptorinstances.
-
Constructor Summary
Constructors Constructor Description AuthnApiPluginDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisInteractive()Indicates whether the plugin may write to the servlet response.
-
-
-
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
-
-