public class DefaultTokenWrapper extends Object implements TokenWrapper
| Constructor and Description |
|---|
DefaultTokenWrapper() |
| Modifier and Type | Method and 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
|
public void wrapToken(Object token, org.apache.cxf.ws.security.sts.provider.model.RequestedSecurityTokenType requestedTokenType)
wrapToken in interface TokenWrapperApache CXF