Uses of Class
org.sourceid.wstrust.plugin.TokenProcessingException
Packages that use TokenProcessingException
Package
Description
Interfaces and classes for token generators.
Interfaces, classes, and exceptions for token processors.
-
Uses of TokenProcessingException in org.sourceid.wstrust.plugin.generate
Methods in org.sourceid.wstrust.plugin.generate that throw TokenProcessingExceptionModifier and TypeMethodDescriptionorg.sourceid.wstrust.model.SecurityTokenTokenGenerator.generateToken(TokenContext attributeContext) This is the method that the PingFederate server will invoke when constructing a new token. -
Uses of TokenProcessingException in org.sourceid.wstrust.plugin.process
Subclasses of TokenProcessingException in org.sourceid.wstrust.plugin.processModifier and TypeClassDescriptionclassAn exception to be thrown when a token translator was unable to process a token because of a failed authentication.classAn exception to be thrown by a token processor when a token is deemed invalid.Methods in org.sourceid.wstrust.plugin.process that throw TokenProcessingExceptionModifier and TypeMethodDescriptionTokenProcessor.processToken(T token) This is the method that the PingFederate server will invoke when it consumes a token.