| Name | Description | Type | Package | Framework |
| AbstractCallbackHandler | Abstract implementation of a CallbackHandler. | Class | org.springframework.ws.soap.security.callback | Spring WebService |
| AbstractJaasValidationCallbackHandler | Abstract base class for integrating with JAAS. | Class | org.springframework.ws.soap.security.xwss.callback.jaas | Spring WebService |
| AbstractWsPasswordCallbackHandler | Abstract base class for CallbackHandler implementations that handle WSPasswordCallback callbacks. | Class | org.springframework.ws.soap.security.wss4j.callback | Spring WebService |
| AbstractWsSecurityInterceptor | Interceptor base class for interceptors that handle WS-Security. | Class | org.springframework.ws.soap.security | Spring WebService |
| CallbackHandlerChain | Represents a chain of CallbackHandlers. | Class | org.springframework.ws.soap.security.callback | Spring WebService |
| CleanupCallback | Underlying security services instantiate and pass a CleanupCallback to the handle method ofa CallbackHandler to clean up security state. | Class | org.springframework.ws.soap.security.callback | Spring WebService |
| CryptoFactoryBean | Spring factory bean for a WSS4J Crypto. | Class | org.springframework.ws.soap.security.wss4j.support | Spring WebService |
| CryptographyCallbackHandler | Default callback handler that handles cryptographic callback. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| DaoX509AuthoritiesPopulator | Populates the X509 authorities via an UserDetailsService. | Class | org.springframework.ws.soap.security.x509.populator | Spring WebService |
| DefaultTimestampValidator | A default implementation of a TimestampValidationCallback. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| EhCacheBasedX509UserCache | Caches User objects using a Spring IoC defined EHCACHE. | Class | org.springframework.ws.soap.security.x509.cache | 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 |
| KeyManagersFactoryBean | Spring factory bean for an array of KeyManagers. | Class | org.springframework.ws.soap.security.support | Spring WebService |
| KeyStoreCallbackHandler | Callback handler that uses Java Security KeyStores to handle cryptographic callbacks. | Class | org.springframework.ws.soap.security.wss4j.callback | Spring WebService |
| KeyStoreCallbackHandler | Callback handler that uses Java Security KeyStores to handle cryptographic callbacks. | Class | org.springframework.ws.soap.security.xwss.callback | Spring WebService |
| KeyStoreFactoryBean | Spring factory bean for a KeyStore. | Class | org.springframework.ws.soap.security.support | Spring WebService |
| KeyStoreUtils | Generic utility methods for dealing with KeyStore objects. | Class | org.springframework.ws.soap.security.support | 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 |
| NullX509UserCache | Cache that doesn't do any caching. | Class | org.springframework.ws.soap.security.x509.cache | Spring WebService |
| SimplePasswordValidationCallbackHandler | Simple callback handler that validates passwords against a in-memory Properties object. | Class | org.springframework.ws.soap.security.wss4j.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 |
| SpringSecurityPasswordValidationCallbackHandler | Callback handler that validates a plain text or digest password using an Spring Security UserDetailsService. | Class | org.springframework.ws.soap.security.wss4j.callback | Spring WebService |
| SpringSecurityUtils | Generic utility methods for Spring SecuritySince:1. | Class | org.springframework.ws.soap.security.support | 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 |
| UsernameTokenPrincipalCallback | Underlying security services instantiate and pass a UsernameTokenPrincipalCallback to thehandle method of a CallbackHandler to pass a security | Class | org.springframework.ws.soap.security.wss4j.callback | Spring WebService |
| Wss4jSecurityFaultException | WSS4J-specific version of the WsSecurityFaultException. | Class | org.springframework.ws.soap.security.wss4j | Spring WebService |
| Wss4jSecurityInterceptor | A WS-Security endpoint interceptor based on Apache's WSS4J. | Class | org.springframework.ws.soap.security.wss4j | Spring WebService |
| Wss4jSecuritySecurementException | WSS4J-specific version of the WsSecuritySecurementException. | Class | org.springframework.ws.soap.security.wss4j | Spring WebService |
| Wss4jSecurityValidationException | WSS4J-specific version of the WsSecurityValidationException. | Class | org.springframework.ws.soap.security.wss4j | Spring WebService |
| WsSecurityException | Exception indicating that something went wrong during WS-Security executions. | Class | org.springframework.ws.soap.security | Spring WebService |
| WsSecurityFaultException | Exception indicating that a WS-Security executions should result in a SOAP Fault. | Class | org.springframework.ws.soap.security | Spring WebService |
| WsSecuritySecurementException | Exception indicating that something went wrong during the securement of a message. | Class | org.springframework.ws.soap.security | Spring WebService |
| WsSecurityValidationException | Exception indicating that something went wrong during the validation of a message. | Class | org.springframework.ws.soap.security | Spring WebService |
| X509AuthenticationProvider | Processes an X. | Class | org.springframework.ws.soap.security.x509 | Spring WebService |
| X509AuthenticationToken | Authentication implementation for X. | Class | org.springframework.ws.soap.security.x509 | Spring WebService |
| X509AuthoritiesPopulator | Populates the UserDetails associated with the X. | Interface | org.springframework.ws.soap.security.x509 | Spring WebService |
| X509UserCache | Provides a cache of UserDetails objects for theX509AuthenticationProvider. | Interface | org.springframework.ws.soap.security.x509.cache | 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 |