Class SecretManagerDescriptor
- java.lang.Object
-
- com.pingidentity.sdk.PluginDescriptor
-
- com.pingidentity.sdk.secretmanager.SecretManagerDescriptor
-
public class SecretManagerDescriptor extends PluginDescriptor
This class is used to describe a Secret Manager plugin implementation to the PingFederate server.
See
SecretManagerfor more details.- Since:
- 11.0
-
-
Field Summary
-
Fields inherited from class com.pingidentity.sdk.PluginDescriptor
UNDEFINED
-
-
Constructor Summary
Constructors Constructor Description SecretManagerDescriptor(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 Detail
-
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
-
-