| Name | Description | Type | Package | Framework |
| AbstractJaasValidationCallbackHandler | Abstract base class for integrating with JAAS. | Class | org.springframework.ws.soap.security.xwss.callback.jaas | Spring WebService |
| CryptographyCallbackHandler | Default callback handler that handles cryptographic callback. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| DefaultTimestampValidator | A default implementation of a TimestampValidationCallback. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| JaasCertificateValidationCallbackHandler | Provides basic support for integrating with JAAS and certificates. | Class | org.springframework.ws.soap.security.xwss.callback.jaas | Spring WebService |
| JaasPlainTextPasswordValidationCallbackHandler | Provides basic support for integrating with JAAS and plain text passwords. | Class | org.springframework.ws.soap.security.xwss.callback.jaas | Spring WebService |
| KeyStoreCallbackHandler | Callback handler that uses Java Security KeyStores to handle cryptographic callbacks. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| MockValidationCallbackHandler | Mock implementation of of callback handler that accepts all password and certificate validation callbacks. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| SimplePasswordValidationCallbackHandler | Simple callback handler that validates passwords agains a in-memory Properties object. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| SimpleUsernamePasswordCallbackHandler | Simple callback handler that supplies a username and password to a username token at runtime. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| SpringCertificateValidationCallbackHandler | Callback handler that validates a certificate using an Spring Security AuthenticationManager. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| SpringDigestPasswordValidationCallbackHandler | Callback handler that validates a password digest using an Spring Security UserDetailsService. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| SpringPlainTextPasswordValidationCallbackHandler | Callback handler that validates a certificate uses an Spring Security AuthenticationManager. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| SpringUsernamePasswordCallbackHandler | Callback handler that adds username/password information to a mesage using an Spring Security SecurityContext. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| XwssCallbackHandlerChain | Represents a chain of CallbackHandlers. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| XwsSecurityFaultException | XWSS-specific version of the WsSecurityFaultException. | Class | org.springframework.ws.soap.security.xwss | Spring WebService |
| XwsSecurityInterceptor | WS-Security endpoint interceptor that is based on Sun's XML and Web Services Security package (XWSS). | Class | org.springframework.ws.soap.security.xwss | Spring WebService |
| XwsSecuritySecurementException | XWSS-specific version of the WsSecuritySecurementException. | Class | org.springframework.ws.soap.security.xwss | Spring WebService |
| XwsSecurityValidationException | XWSS-specific version of the WsSecurityValidationException. | Class | org.springframework.ws.soap.security.xwss | Spring WebService |