org.springframework.ws.soap.security |
Provided WS-Security implementation classes. Contains the AbstractWsSecurityInterceptor and exceptions.
|
Java Source File Name | Type | Comment |
AbstractWsSecurityInterceptor.java | Class | Interceptor base class for interceptors that handle WS-Security.
Subclasses of this base class can be configured to validate incoming and secure outgoing messages. |
WsSecurityException.java | Class | Exception indicating that something went wrong during WS-Security executions. |
WsSecuritySecurementException.java | Class | Exception indicating that something went wrong during the securement of a message.
This is a checked exception since we want it to be caught, logged and handled rather than cause the application to
fail. |
WsSecurityValidationException.java | Class | Exception indicating that something went wrong during the validation of a message.
This is a checked exception since we want it to be caught, logged and handled rather than cause the application to
fail. |