Class STSTokenOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.ws.security.policy.interceptors.STSTokenOutInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
-
Constructor Summary
ConstructorsConstructorDescriptionSTSTokenOutInterceptor(String phase, STSAuthParams authParams, String stsWsdlLocation, Bus bus) STSTokenOutInterceptor(String phase, STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams) STSTokenOutInterceptor(STSAuthParams authParams, String stsWsdlLocation, Bus bus) STSTokenOutInterceptor(STSClient stsClient) STSTokenOutInterceptor(STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMessage(Message message) Intercepts a message.protected voidprocessToken(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
-
STSTokenOutInterceptor
public STSTokenOutInterceptor(String phase, STSAuthParams authParams, String stsWsdlLocation, Bus bus) -
STSTokenOutInterceptor
-
STSTokenOutInterceptor
public STSTokenOutInterceptor(STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams) -
STSTokenOutInterceptor
public STSTokenOutInterceptor(String phase, STSClient stsClient, STSTokenRetriever.TokenRequestParams tokenParams)
-
-
Method Details
-
handleMessage
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Throws:
Fault
-
processToken
-
getSTSClient
-
getTokenCacher
-
setTokenCacher
-