Class DefaultTokenWrapper

java.lang.Object
org.apache.cxf.sts.operation.DefaultTokenWrapper
All Implemented Interfaces:
TokenWrapper

public class DefaultTokenWrapper extends Object implements TokenWrapper
The default implementation of TokenWrapper. For DOM Elements it just set the token directly on the RSTT. If it's a String (as per the case of JWT Tokens), it puts a "TokenWrapper" wrapper around the token.
  • Constructor Details

    • DefaultTokenWrapper

      public DefaultTokenWrapper()
  • Method Details