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
ConstructorsConstructorDescriptionSTSTokenOutInterceptor(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
Modifier and TypeMethodDescriptionvoidhandleMessage(org.apache.cxf.message.Message message) protected voidprocessToken(org.apache.cxf.message.Message message, SecurityToken tok) voidsetTokenCacher(STSTokenCacher tokenCacher) Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
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
-
STSTokenOutInterceptor
public STSTokenOutInterceptor(STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams) -
STSTokenOutInterceptor
public STSTokenOutInterceptor(String phase, STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams)
-
-
Method Details
-
handleMessage
public void handleMessage(org.apache.cxf.message.Message message) throws org.apache.cxf.interceptor.Fault - Throws:
org.apache.cxf.interceptor.Fault
-
processToken
-
getSTSClient
-
getTokenCacher
-
setTokenCacher
-