Uses of Class
org.sourceid.wstrust.plugin.process.TokenPluginDescriptor
-
Packages that use TokenPluginDescriptor Package Description org.sourceid.wstrust.plugin.process Interfaces, classes, and exceptions for token processors. -
-
Uses of TokenPluginDescriptor in org.sourceid.wstrust.plugin.process
Subclasses of TokenPluginDescriptor in org.sourceid.wstrust.plugin.process Modifier and Type Class Description classTokenProcessorDescriptorThis class is used to describe a token processor implementation to the PingFederate server.Methods in org.sourceid.wstrust.plugin.process that return TokenPluginDescriptor Modifier and Type Method Description TokenPluginDescriptorTokenProcessor. getPluginDescriptor()The PingFederate server will invoke this method on your token processor implementation to discover metadata about the implementation.
-