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 Detail

      • wrapToken

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