Class PluginApiSpec
java.lang.Object
com.pingidentity.sdk.api.authn.spec.PluginApiSpec
A class describing the API offered by a plugin. This is used by PingFederate to generate API documentation for the plugin.
- Since:
- 9.3
-
Constructor Summary
ConstructorsConstructorDescriptionPluginApiSpec(List<AuthnStateSpec<?>> states) Create an instance based on the specified parameters. -
Method Summary
Modifier and TypeMethodDescriptionList<AuthnStateSpec<?>>Get the states available in the plugin's API.voidsetStates(List<AuthnStateSpec<?>> states) Set the states available in the plugin's API.
-
Constructor Details
-
PluginApiSpec
Create an instance based on the specified parameters.- Parameters:
states- The states available in the plugin's API.
-
-
Method Details
-
getStates
Get the states available in the plugin's API. -
setStates
Set the states available in the plugin's API.
-