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(org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
configureProperties(SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties) |
protected List<org.apache.xml.security.stax.securityEvent.SecurityEventListener> |
configureSecurityEventListeners(SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties) |
void |
handleMessage(SoapMessage soapMessage)
Intercepts a message.
|
boolean |
isGET(SoapMessage message) |
protected boolean |
isNonceCacheRequired(SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
Is a Nonce Cache required, i.e.
|
protected boolean |
isSamlCacheRequired(SoapMessage msg,
org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
Is a SAML Cache required, i.e.
|
protected boolean |
isTimestampCacheRequired(SoapMessage msg,
org.apache.wss4j.stax.ext.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(org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
public WSS4JStaxInInterceptor()
public final boolean isGET(SoapMessage message)
public void handleMessage(SoapMessage soapMessage) throws Fault
Interceptor
Fault
protected List<org.apache.xml.security.stax.securityEvent.SecurityEventListener> configureSecurityEventListeners(SoapMessage msg, org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties) throws org.apache.wss4j.common.WSSPolicyException
org.apache.wss4j.common.WSSPolicyException
protected void configureProperties(SoapMessage msg, org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties) throws org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.exceptions.XMLSecurityException
protected boolean isNonceCacheRequired(SoapMessage msg, org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
protected boolean isTimestampCacheRequired(SoapMessage msg, org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
protected boolean isSamlCacheRequired(SoapMessage msg, org.apache.wss4j.stax.ext.WSSSecurityProperties securityProperties)
Apache CXF