Class STSTokenOutInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- org.apache.cxf.ws.security.policy.interceptors.STSTokenOutInterceptor
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class STSTokenOutInterceptor extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description STSClientgetSTSClient()STSTokenCachergetTokenCacher()voidhandleMessage(org.apache.cxf.message.Message message)protected voidprocessToken(org.apache.cxf.message.Message message, SecurityToken tok)voidsetTokenCacher(STSTokenCacher tokenCacher)
-
-
-
Constructor Detail
-
STSTokenOutInterceptor
public STSTokenOutInterceptor(STSAuthParams authParams, String stsWsdlLocation, org.apache.cxf.Bus bus)
-
STSTokenOutInterceptor
public STSTokenOutInterceptor(String phase, STSAuthParams authParams, String stsWsdlLocation, org.apache.cxf.Bus bus)
-
STSTokenOutInterceptor
public STSTokenOutInterceptor(STSClient stsClient)
-
STSTokenOutInterceptor
public STSTokenOutInterceptor(STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams)
-
STSTokenOutInterceptor
public STSTokenOutInterceptor(String phase, STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams)
-
-
Method Detail
-
handleMessage
public void handleMessage(org.apache.cxf.message.Message message) throws org.apache.cxf.interceptor.Fault- Throws:
org.apache.cxf.interceptor.Fault
-
processToken
protected void processToken(org.apache.cxf.message.Message message, SecurityToken tok)
-
getSTSClient
public STSClient getSTSClient()
-
getTokenCacher
public STSTokenCacher getTokenCacher()
-
setTokenCacher
public void setTokenCacher(STSTokenCacher tokenCacher)
-
-