Package com.pingidentity.sdk.api.authn
Class AuthnApiPluginDescriptor.Builder
java.lang.Object
com.pingidentity.sdk.api.authn.AuthnApiPluginDescriptor.Builder
- Enclosing class:
- AuthnApiPluginDescriptor
A fluent builder for
AuthnApiPluginDescriptor instances.- Since:
- 9.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the plugin descriptor.interactive(boolean interactive) Set the flag that indicates whether the API plugin may write to the servlet response.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
interactive
Set the flag that indicates whether the API plugin may write to the servlet response. -
build
Build the plugin descriptor.
-