public class STSTokenOutInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
| Modifier and Type | Class and Description |
|---|---|
static class |
STSTokenOutInterceptor.AuthMode |
static class |
STSTokenOutInterceptor.AuthParams |
| Constructor and Description |
|---|
STSTokenOutInterceptor(String phase,
STSClient stsClient,
STSTokenRetriever.TokenRequestParams tokenParams) |
STSTokenOutInterceptor(STSClient stsClient) |
STSTokenOutInterceptor(STSClient stsClient,
STSTokenRetriever.TokenRequestParams tokenParams) |
STSTokenOutInterceptor(STSTokenOutInterceptor.AuthParams authParams,
String stsWsdlLocation,
org.apache.cxf.Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
STSClient |
getSTSClient() |
void |
handleMessage(org.apache.cxf.message.Message message) |
public STSTokenOutInterceptor(STSTokenOutInterceptor.AuthParams authParams, String stsWsdlLocation, org.apache.cxf.Bus bus)
public STSTokenOutInterceptor(STSClient stsClient)
public STSTokenOutInterceptor(STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams)
public STSTokenOutInterceptor(String phase, STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams)
public void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Faultpublic STSClient getSTSClient()
Apache CXF