Package org.apache.cxf.sts.operation
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 TypeMethodDescriptionvoidwrapToken(Object token, RequestedSecurityTokenType requestedTokenType) Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter
-
Method Details
-
wrapToken
Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter
-