public class STSTokenOutInterceptor extends AbstractPhaseInterceptor<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,
Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
STSClient |
getSTSClient() |
void |
handleMessage(Message message)
Intercepts a message.
|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic STSTokenOutInterceptor(STSTokenOutInterceptor.AuthParams authParams, String stsWsdlLocation, 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(Message message) throws Fault
InterceptorFaultpublic STSClient getSTSClient()
Apache CXF