Class TokenPluginDescriptor
- java.lang.Object
-
- com.pingidentity.sdk.PluginDescriptor
-
- org.sourceid.wstrust.plugin.process.TokenPluginDescriptor
-
- Direct Known Subclasses:
TokenProcessorDescriptor
public class TokenPluginDescriptor extends PluginDescriptor
This class is used to describe a token plugin implementation to the PingFederate server.
-
-
Field Summary
-
Fields inherited from class com.pingidentity.sdk.PluginDescriptor
UNDEFINED
-
-
Constructor Summary
Constructors Constructor Description TokenPluginDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiConfigDesc, String tokenType, Set<String> contract)TokenPluginDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiConfigDesc, String tokenType, Set<String> contract, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTokenType()Retrieve the token type URI-
Methods inherited from class com.pingidentity.sdk.PluginDescriptor
equals, getAttributeContractSet, getGuiConfigDescriptor, getGuiConfigDescriptorBuilder, getMetadata, getPluginClassName, getType, getVersion, hashCode, isSupportsExtendedContract, setAttributeContactSet, setAttributeContractSet, setMetadata, setSupportsExtendedContract
-
-
-
-
Method Detail
-
getTokenType
public String getTokenType()
Retrieve the token type URI- Returns:
- token type URI as String
-
-