Uses of Class
org.sourceid.wstrust.plugin.TokenProcessingException
-
Packages that use TokenProcessingException Package Description org.sourceid.wstrust.plugin.generate Interfaces and classes for token generators.org.sourceid.wstrust.plugin.process 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 TokenProcessingException Modifier and Type Method Description org.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.process Modifier and Type Class Description classFailedAuthnExceptionAn exception to be thrown when a token translator was unable to process a token because of a failed authentication.classInvalidTokenExceptionAn exception to be thrown by a token processor when a token is deemed invalid.Methods in org.sourceid.wstrust.plugin.process that throw TokenProcessingException Modifier and Type Method Description TokenContextTokenProcessor. processToken(T token)This is the method that the PingFederate server will invoke when it consumes a token.
-