public class OpenAMSessionTokenServerInterceptor extends AbstractOpenAMSessionTokenInterceptor
Modifier and Type | Method and Description |
---|---|
protected void |
addToken(org.apache.cxf.binding.soap.SoapMessage message)
This method is called on the outbound client side, secure-request in JASPI terms.
|
protected org.apache.cxf.ws.security.policy.model.Token |
assertTokens(org.apache.cxf.binding.soap.SoapMessage message)
Called to assert the relevant tokens.
|
protected void |
processToken(org.apache.cxf.binding.soap.SoapMessage message)
This method is called in-bound on the server-side - validate-request in JASPI terms.
|
handleMessage, isTLSInUse
assertTokens, findSecurityHeader, getCallback, getPassword, getTokenStore, getUnderstoodHeaders, policyNotAsserted, policyNotAsserted
getFaultCodePrefix, getRoles, prepareStackTrace
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
protected void processToken(org.apache.cxf.binding.soap.SoapMessage message) throws org.apache.cxf.interceptor.Fault
processToken
in class org.apache.cxf.ws.security.wss4j.AbstractTokenInterceptor
message
- The message encapsulating the soap invocation.org.apache.cxf.interceptor.Fault
- if the OpenAM session in the BinarySecurityToken in invalid.protected void addToken(org.apache.cxf.binding.soap.SoapMessage message)
addToken
in class org.apache.cxf.ws.security.wss4j.AbstractTokenInterceptor
message
- the encapsulation of the soap request.protected org.apache.cxf.ws.security.policy.model.Token assertTokens(org.apache.cxf.binding.soap.SoapMessage message)
assertTokens
in class org.apache.cxf.ws.security.wss4j.AbstractTokenInterceptor
message
- The SoapMessage defining the invocation.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.