Package org.sourceid.wstrust.plugin.process


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