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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void wrapToken​(Object token, org.apache.cxf.ws.security.sts.provider.model.RequestedSecurityTokenType requestedTokenType)
      Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter
    • Method Detail

      • wrapToken

        void wrapToken​(Object token,
                       org.apache.cxf.ws.security.sts.provider.model.RequestedSecurityTokenType requestedTokenType)
        Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter