public class WSS4JStaxInInterceptor extends AbstractWSS4JStaxInterceptor
Modifier and Type | Field and Description |
---|---|
static String |
SECURITY_PROCESSED |
Constructor and Description |
---|
WSS4JStaxInInterceptor() |
WSS4JStaxInInterceptor(Map<String,Object> props) |
WSS4JStaxInInterceptor(WSSSecurityProperties securityProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
configureProperties(org.apache.cxf.binding.soap.SoapMessage msg,
WSSSecurityProperties securityProperties) |
protected List<org.apache.xml.security.stax.securityEvent.SecurityEventListener> |
configureSecurityEventListeners(org.apache.cxf.binding.soap.SoapMessage msg,
WSSSecurityProperties securityProperties) |
void |
handleMessage(org.apache.cxf.binding.soap.SoapMessage soapMessage)
Intercepts a message.
|
boolean |
isGET(org.apache.cxf.binding.soap.SoapMessage message) |
protected boolean |
isNonceCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg,
WSSSecurityProperties securityProperties)
Is a Nonce Cache required, i.e.
|
protected boolean |
isSamlCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg,
WSSSecurityProperties securityProperties)
Is a SAML Cache required, i.e.
|
protected boolean |
isTimestampCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg,
WSSSecurityProperties securityProperties)
Is a Timestamp cache required, i.e.
|
configureCallbackHandler, createSecurityProperties, getAdditionalInterceptors, getAfter, getBefore, getEncryptionCrypto, getId, getOption, getPassword, getPasswordEncryptor, getPhase, getProperties, getProperty, getRoles, getSignatureCrypto, getUnderstoodHeaders, handleFault, isRequestor, loadCrypto, loadCryptoFromPropertiesFile, postHandleMessage, setId, setPassword, setPhase, setProperty, translateProperties
public static final String SECURITY_PROCESSED
public WSS4JStaxInInterceptor(WSSSecurityProperties securityProperties)
public WSS4JStaxInInterceptor()
public final boolean isGET(org.apache.cxf.binding.soap.SoapMessage message)
public void handleMessage(org.apache.cxf.binding.soap.SoapMessage soapMessage) throws Fault
Interceptor
Fault
protected List<org.apache.xml.security.stax.securityEvent.SecurityEventListener> configureSecurityEventListeners(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties) throws WSSPolicyException
WSSPolicyException
protected void configureProperties(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties) throws org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.exceptions.XMLSecurityException
protected boolean isNonceCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)
protected boolean isTimestampCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)
protected boolean isSamlCacheRequired(org.apache.cxf.binding.soap.SoapMessage msg, WSSSecurityProperties securityProperties)
Copyright © 2017 JBoss by Red Hat. All rights reserved.