org.apache.cxf.ws.security.wss4j
Class PolicyBasedWSS4JStaxInInterceptor
java.lang.Object
org.apache.cxf.ws.security.wss4j.AbstractWSS4JStaxInterceptor
org.apache.cxf.ws.security.wss4j.WSS4JStaxInInterceptor
org.apache.cxf.ws.security.wss4j.PolicyBasedWSS4JStaxInInterceptor
- All Implemented Interfaces:
- org.apache.cxf.binding.soap.interceptor.SoapInterceptor, org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
public class PolicyBasedWSS4JStaxInInterceptor
- extends WSS4JStaxInInterceptor
|
Method Summary |
protected void |
configureProperties(org.apache.cxf.binding.soap.SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
|
protected List<org.apache.xml.security.stax.securityEvent.SecurityEventListener> |
configureSecurityEventListeners(org.apache.cxf.binding.soap.SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
|
protected org.apache.wss4j.stax.ext.WSSSecurityProperties |
createSecurityProperties()
|
void |
handleMessage(org.apache.cxf.binding.soap.SoapMessage msg)
|
protected boolean |
isNonceCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
Is a Nonce Cache required, i.e. |
protected boolean |
isSamlCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
Is a SAML Cache required, i.e. |
protected boolean |
isTimestampCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
Is a Timestamp cache required, i.e. |
| Methods inherited from class org.apache.cxf.ws.security.wss4j.AbstractWSS4JStaxInterceptor |
configureCallbackHandler, getAdditionalInterceptors, getAfter, getBefore, getEncryptionCrypto, getFirstAssertionByLocalname, getId, getOption, getPassword, getPasswordEncryptor, getPhase, getProperties, getProperty, getRoles, getSignatureCrypto, getUnderstoodHeaders, handleFault, isRequestor, loadCrypto, loadCryptoFromPropertiesFile, postHandleMessage, setId, setPassword, setPhase, setProperty, translateProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final PolicyBasedWSS4JStaxInInterceptor INSTANCE
PolicyBasedWSS4JStaxInInterceptor
public PolicyBasedWSS4JStaxInInterceptor()
handleMessage
public void handleMessage(org.apache.cxf.binding.soap.SoapMessage msg)
throws org.apache.cxf.interceptor.Fault
- Specified by:
handleMessage in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>- Overrides:
handleMessage in class WSS4JStaxInInterceptor
- Throws:
org.apache.cxf.interceptor.Fault
createSecurityProperties
protected org.apache.wss4j.stax.ext.WSSSecurityProperties createSecurityProperties()
- Overrides:
createSecurityProperties in class AbstractWSS4JStaxInterceptor
configureProperties
protected void configureProperties(org.apache.cxf.binding.soap.SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
throws org.apache.xml.security.exceptions.XMLSecurityException
- Overrides:
configureProperties in class WSS4JStaxInInterceptor
- Throws:
org.apache.xml.security.exceptions.XMLSecurityException
isNonceCacheRequired
protected boolean isNonceCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
- Is a Nonce Cache required, i.e. are we expecting a UsernameToken
- Overrides:
isNonceCacheRequired in class WSS4JStaxInInterceptor
isTimestampCacheRequired
protected boolean isTimestampCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
- Is a Timestamp cache required, i.e. are we expecting a Timestamp
- Overrides:
isTimestampCacheRequired in class WSS4JStaxInInterceptor
isSamlCacheRequired
protected boolean isSamlCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
- Is a SAML Cache required, i.e. are we expecting a SAML Token
- Overrides:
isSamlCacheRequired in class WSS4JStaxInInterceptor
configureSecurityEventListeners
protected List<org.apache.xml.security.stax.securityEvent.SecurityEventListener> configureSecurityEventListeners(org.apache.cxf.binding.soap.SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
throws org.apache.wss4j.common.WSSPolicyException
- Overrides:
configureSecurityEventListeners in class WSS4JStaxInInterceptor
- Throws:
org.apache.wss4j.common.WSSPolicyException
Apache CXF