Package com.pingidentity.sdk.api.authn
Class AuthnApiPluginDescriptor.Builder
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.AuthnApiPluginDescriptor.Builder
-
- Enclosing class:
- AuthnApiPluginDescriptor
public static class AuthnApiPluginDescriptor.Builder extends Object
A fluent builder forAuthnApiPluginDescriptorinstances.- Since:
- 9.3
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthnApiPluginDescriptorbuild()Build the plugin descriptor.AuthnApiPluginDescriptor.Builderinteractive(boolean interactive)Set the flag that indicates whether the API plugin may write to the servlet response.
-
-
-
Method Detail
-
interactive
public AuthnApiPluginDescriptor.Builder interactive(boolean interactive)
Set the flag that indicates whether the API plugin may write to the servlet response.
-
build
public AuthnApiPluginDescriptor build()
Build the plugin descriptor.
-
-