Interface TokenGenerator

All Superinterfaces:
ConfigurablePlugin, DescribablePlugin, Plugin

public interface TokenGenerator extends Plugin
A base interface for common methods across the token generators. This interface defines the method that the PingFederate server uses to discover metadata about a token processor implementation DescribablePlugin.getPluginDescriptor(). It also defines the method that the PingFederate server calls to push administrator entered GUI configuration values into the token processor ConfigurablePlugin.configure(Configuration). For custom token generator implementations, a org.sourceid.wstrust.model.BinarySecurityToken should be returned.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.sourceid.wstrust.model.SecurityToken
    generateToken(TokenContext attributeContext)
    This is the method that the PingFederate server will invoke when constructing a new token.

    Methods inherited from interface com.pingidentity.sdk.ConfigurablePlugin

    configure

    Methods inherited from interface com.pingidentity.sdk.DescribablePlugin

    getPluginDescriptor