public class STSTokenOutInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
| Constructor and Description |
|---|
STSTokenOutInterceptor(String phase,
STSAuthParams authParams,
String stsWsdlLocation,
org.apache.cxf.Bus bus) |
STSTokenOutInterceptor(String phase,
STSClient stsClient,
STSTokenRetriever.TokenRequestParams tokenParams) |
STSTokenOutInterceptor(STSAuthParams authParams,
String stsWsdlLocation,
org.apache.cxf.Bus bus) |
STSTokenOutInterceptor(STSClient stsClient) |
STSTokenOutInterceptor(STSClient stsClient,
STSTokenRetriever.TokenRequestParams tokenParams) |
| Modifier and Type | Method and Description |
|---|---|
STSClient |
getSTSClient() |
STSTokenCacher |
getTokenCacher() |
void |
handleMessage(org.apache.cxf.message.Message message) |
protected void |
processToken(org.apache.cxf.message.Message message,
SecurityToken tok) |
void |
setTokenCacher(STSTokenCacher tokenCacher) |
public STSTokenOutInterceptor(STSAuthParams authParams, String stsWsdlLocation, org.apache.cxf.Bus bus)
public STSTokenOutInterceptor(String phase, STSAuthParams 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()
public STSTokenCacher getTokenCacher()
public void setTokenCacher(STSTokenCacher tokenCacher)
Apache CXF