Interface TokenWrapper

All Known Implementing Classes:
DefaultTokenWrapper

public interface TokenWrapper
This interface defines a pluggable way of "wrapping" tokens that are issued by the STS. Some Tokens may be issued in a format that needs to be wrapped as part of the JAXB response.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    wrapToken(Object token, RequestedSecurityTokenType requestedTokenType)
    Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter
  • Method Details

    • wrapToken

      void wrapToken(Object token, RequestedSecurityTokenType requestedTokenType)
      Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter