Package | Description |
---|---|
org.springframework.ws.soap.security |
Provides WS-Security implementation classes.
|
org.springframework.ws.soap.security.wss4j |
Contains classes for using the Apache WSS4J WS-Security implementation within
Spring-WS (deprecated as of Spring WS 2.3).
|
org.springframework.ws.soap.security.wss4j2 |
Contains classes for using the Apache WSS4J 2.0 WS-Security implementation within
Spring-WS.
|
org.springframework.ws.soap.security.xwss |
Contains classes for using the XML and WebServices Security WS-Security
implementation within Spring-WS.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractWsSecurityInterceptor.handleValidationException(WsSecurityValidationException ex,
MessageContext messageContext)
Handles an invalid SOAP message.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractWsSecurityInterceptor.validateMessage(SoapMessage soapMessage,
MessageContext messageContext)
Abstract template method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Wss4jSecurityInterceptor.validateMessage(SoapMessage soapMessage,
MessageContext messageContext)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Wss4jSecurityValidationException
WSS4J-specific version of the
WsSecurityValidationException . |
Modifier and Type | Method and Description |
---|---|
protected void |
Wss4jSecurityInterceptor.validateMessage(SoapMessage soapMessage,
MessageContext messageContext) |
Modifier and Type | Class and Description |
---|---|
class |
XwsSecurityValidationException
XWSS-specific version of the
WsSecurityValidationException . |
Modifier and Type | Method and Description |
---|---|
protected void |
XwsSecurityInterceptor.validateMessage(SoapMessage soapMessage,
MessageContext messageContext)
Validates the given SoapMessage message in accordance with the defined security policy.
|
Copyright © 2020 Pivotal Software. All rights reserved.