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(String phase,
STSTokenOutInterceptor.AuthParams authParams,
String stsWsdlLocation,
org.apache.cxf.Bus bus) |
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) |
protected void |
processToken(org.apache.cxf.message.Message message,
SecurityToken tok) |
public STSTokenOutInterceptor(STSTokenOutInterceptor.AuthParams authParams, String stsWsdlLocation, org.apache.cxf.Bus bus)
public STSTokenOutInterceptor(String phase, 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.Faultprotected void processToken(org.apache.cxf.message.Message message,
SecurityToken tok)
public STSClient getSTSClient()
Apache CXF