Package org.apache.cxf.sts.operation
Class DefaultTokenWrapper
java.lang.Object
org.apache.cxf.sts.operation.DefaultTokenWrapper
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrapToken(Object token, RequestedSecurityTokenType requestedTokenType) Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter
-
Constructor Details
-
DefaultTokenWrapper
public DefaultTokenWrapper()
-
-
Method Details
-
wrapToken
Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter- Specified by:
wrapTokenin interfaceTokenWrapper
-