Package org.apache.cxf.sts.operation
Interface TokenWrapper
-
- All Known Implementing Classes:
DefaultTokenWrapper
public interface TokenWrapperThis 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 voidwrapToken(Object token, RequestedSecurityTokenType requestedTokenType)Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter
-
-
-
Method Detail
-
wrapToken
void wrapToken(Object token, RequestedSecurityTokenType requestedTokenType)
Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter
-
-