Package | Description |
---|---|
org.springframework.ws.soap.security |
Provides WS-Security implementation classes.
|
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 | Class and Description |
---|---|
class |
WsSecurityFaultException
Exception indicating that a WS-Security executions should result in a SOAP Fault.
|
class |
WsSecuritySecurementException
Exception indicating that something went wrong during the securement of a message.
|
class |
WsSecurityValidationException
Exception indicating that something went wrong during the validation of a message.
|
Modifier and Type | Class and Description |
---|---|
class |
Wss4jSecurityFaultException
WSS4J-specific version of the
WsSecurityFaultException . |
class |
Wss4jSecuritySecurementException
WSS4J-specific version of the
WsSecuritySecurementException . |
class |
Wss4jSecurityValidationException
WSS4J-specific version of the
WsSecurityValidationException . |
Modifier and Type | Class and Description |
---|---|
class |
XwsSecurityFaultException
XWSS-specific version of the
WsSecurityFaultException . |
class |
XwsSecuritySecurementException
XWSS-specific version of the
WsSecuritySecurementException . |
class |
XwsSecurityValidationException
XWSS-specific version of the
WsSecurityValidationException . |
Copyright © 2020 Pivotal Software. All rights reserved.