Class SecretManagerDescriptor
java.lang.Object
com.pingidentity.sdk.PluginDescriptor
com.pingidentity.sdk.secretmanager.SecretManagerDescriptor
This class is used to describe a Secret Manager plugin implementation to the PingFederate server.
See SecretManager for more details.
- Since:
- 11.0
-
Field Summary
Fields inherited from class com.pingidentity.sdk.PluginDescriptor
UNDEFINED -
Constructor Summary
ConstructorsConstructorDescriptionSecretManagerDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiDescriptor, String version) The constructor for the SecretManagerDescriptor class. -
Method Summary
Methods inherited from class com.pingidentity.sdk.PluginDescriptor
equals, getAttributeContractSet, getGuiConfigDescriptor, getGuiConfigDescriptorBuilder, getMetadata, getPluginClassName, getType, getVersion, hashCode, isSupportsExtendedContract, setAttributeContactSet, setAttributeContractSet, setMetadata, setSupportsExtendedContract
-
Constructor Details
-
SecretManagerDescriptor
public SecretManagerDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiDescriptor, String version) The constructor for the SecretManagerDescriptor class.- Parameters:
type- a text label for the pluginplugin- the plugin instanceguiDescriptor- the graphical user interface descriptor used for expressing the configurable fieldsversion- the version
-