Package org.sourceid.wstrust.plugin.process
Interfaces, classes, and exceptions for token processors.
-
Interface Summary Interface Description TokenProcessor<T extends org.sourceid.wstrust.model.SecurityToken> A base interface for common methods across the token processors. -
Class Summary Class Description TokenContext This class contains context data resulting from the processing of a token.TokenPluginDescriptor This class is used to describe a token plugin implementation to the PingFederate server.TokenProcessorDescriptor This class is used to describe a token processor implementation to the PingFederate server. -
Exception Summary Exception Description FailedAuthnException An exception to be thrown when a token translator was unable to process a token because of a failed authentication.InvalidTokenException An exception to be thrown by a token processor when a token is deemed invalid.