public abstract class AbstractOpenAMSessionTokenInterceptor
extends org.apache.cxf.ws.security.wss4j.AbstractTokenInterceptor
Constructor and Description |
---|
AbstractOpenAMSessionTokenInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
handleMessage(org.apache.cxf.binding.soap.SoapMessage message)
This method is over-ridden from the AbstractTokenInterceptor super-class.
|
boolean |
isTLSInUse(org.apache.cxf.binding.soap.SoapMessage message)
This method is called by the OpenAMSessionTokenServerInterceptor and OpenAMSessionTokenClientInterceptor classes
when determining whether to assert the TransportToken.
|
addToken, assertTokens, assertTokens, findSecurityHeader, getPassword, getTokenStore, getUnderstoodHeaders, policyNotAsserted, policyNotAsserted, processToken
getFaultCodePrefix, getRoles, prepareStackTrace
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public AbstractOpenAMSessionTokenInterceptor()
public void handleMessage(org.apache.cxf.binding.soap.SoapMessage message) throws org.apache.cxf.interceptor.Fault
handleMessage
in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>
handleMessage
in class org.apache.cxf.ws.security.wss4j.AbstractTokenInterceptor
message
- The message corresponding to the soap invocation.org.apache.cxf.interceptor.Fault
- if the assertTokens, addToken, or processToken methods throw an exception.public boolean isTLSInUse(org.apache.cxf.binding.soap.SoapMessage message)
isTLSInUse
in class org.apache.cxf.ws.security.wss4j.AbstractTokenInterceptor
message
- the SoapMessage encapsulating the STS invocationfor explanation of the approach
chosen for this method.
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.