Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.ws.soap.security Classes and Interfaces - 47 results found.
NameDescriptionTypePackageFramework
AbstractCallbackHandlerAbstract implementation of a CallbackHandler.Classorg.springframework.ws.soap.security.callbackSpring WebService
AbstractJaasValidationCallbackHandlerAbstract base class for integrating with JAAS.Classorg.springframework.ws.soap.security.xwss.callback.jaasSpring WebService
AbstractWsPasswordCallbackHandlerAbstract base class for CallbackHandler implementations that handle WSPasswordCallback callbacks.Classorg.springframework.ws.soap.security.wss4j.callbackSpring WebService
AbstractWsSecurityInterceptorInterceptor base class for interceptors that handle WS-Security.Classorg.springframework.ws.soap.securitySpring WebService
CallbackHandlerChainRepresents a chain of CallbackHandlers.Classorg.springframework.ws.soap.security.callbackSpring WebService
CleanupCallbackUnderlying security services instantiate and pass a CleanupCallback to the handle method ofa CallbackHandler to clean up security state.Classorg.springframework.ws.soap.security.callbackSpring WebService
CryptoFactoryBeanSpring factory bean for a WSS4J Crypto.Classorg.springframework.ws.soap.security.wss4j.supportSpring WebService
CryptographyCallbackHandlerDefault callback handler that handles cryptographic callback.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
DaoX509AuthoritiesPopulatorPopulates the X509 authorities via an UserDetailsService.Classorg.springframework.ws.soap.security.x509.populatorSpring WebService
DefaultTimestampValidatorA default implementation of a TimestampValidationCallback.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
EhCacheBasedX509UserCacheCaches User objects using a Spring IoC defined EHCACHE.Classorg.springframework.ws.soap.security.x509.cacheSpring WebService
JaasCertificateValidationCallbackHandlerProvides basic support for integrating with JAAS and certificates.Classorg.springframework.ws.soap.security.xwss.callback.jaasSpring WebService
JaasPlainTextPasswordValidationCallbackHandlerProvides basic support for integrating with JAAS and plain text passwords.Classorg.springframework.ws.soap.security.xwss.callback.jaasSpring WebService
KeyManagersFactoryBeanSpring factory bean for an array of KeyManagers.Classorg.springframework.ws.soap.security.supportSpring WebService
KeyStoreCallbackHandlerCallback handler that uses Java Security KeyStores to handle cryptographic callbacks.Classorg.springframework.ws.soap.security.wss4j.callbackSpring WebService
KeyStoreCallbackHandlerCallback handler that uses Java Security KeyStores to handle cryptographic callbacks.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
KeyStoreFactoryBeanSpring factory bean for a KeyStore.Classorg.springframework.ws.soap.security.supportSpring WebService
KeyStoreUtilsGeneric utility methods for dealing with KeyStore objects.Classorg.springframework.ws.soap.security.supportSpring WebService
MockValidationCallbackHandlerMock implementation of of callback handler that accepts all password and certificate validation callbacks.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
NullX509UserCacheCache that doesn't do any caching.Classorg.springframework.ws.soap.security.x509.cacheSpring WebService
SimplePasswordValidationCallbackHandlerSimple callback handler that validates passwords against a in-memory Properties object.Classorg.springframework.ws.soap.security.wss4j.callbackSpring WebService
SimplePasswordValidationCallbackHandlerSimple callback handler that validates passwords agains a in-memory Properties object.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
SimpleUsernamePasswordCallbackHandlerSimple callback handler that supplies a username and password to a username token at runtime.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
SpringCertificateValidationCallbackHandlerCallback handler that validates a certificate using an Spring Security AuthenticationManager.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
SpringDigestPasswordValidationCallbackHandlerCallback handler that validates a password digest using an Spring Security UserDetailsService.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
SpringPlainTextPasswordValidationCallbackHandlerCallback handler that validates a certificate uses an Spring Security AuthenticationManager.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
SpringSecurityPasswordValidationCallbackHandlerCallback handler that validates a plain text or digest password using an Spring Security UserDetailsService.Classorg.springframework.ws.soap.security.wss4j.callbackSpring WebService
SpringSecurityUtilsGeneric utility methods for Spring SecuritySince:1.Classorg.springframework.ws.soap.security.supportSpring WebService
SpringUsernamePasswordCallbackHandlerCallback handler that adds username/password information to a mesage using an Spring Security SecurityContext.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
UsernameTokenPrincipalCallbackUnderlying security services instantiate and pass a UsernameTokenPrincipalCallback to thehandle method of a CallbackHandler to pass a securityClassorg.springframework.ws.soap.security.wss4j.callbackSpring WebService
Wss4jSecurityFaultExceptionWSS4J-specific version of the WsSecurityFaultException.Classorg.springframework.ws.soap.security.wss4jSpring WebService
Wss4jSecurityInterceptorA WS-Security endpoint interceptor based on Apache's WSS4J.Classorg.springframework.ws.soap.security.wss4jSpring WebService
Wss4jSecuritySecurementExceptionWSS4J-specific version of the WsSecuritySecurementException.Classorg.springframework.ws.soap.security.wss4jSpring WebService
Wss4jSecurityValidationExceptionWSS4J-specific version of the WsSecurityValidationException.Classorg.springframework.ws.soap.security.wss4jSpring WebService
WsSecurityExceptionException indicating that something went wrong during WS-Security executions.Classorg.springframework.ws.soap.securitySpring WebService
WsSecurityFaultExceptionException indicating that a WS-Security executions should result in a SOAP Fault.Classorg.springframework.ws.soap.securitySpring WebService
WsSecuritySecurementExceptionException indicating that something went wrong during the securement of a message.Classorg.springframework.ws.soap.securitySpring WebService
WsSecurityValidationExceptionException indicating that something went wrong during the validation of a message.Classorg.springframework.ws.soap.securitySpring WebService
X509AuthenticationProviderProcesses an X.Classorg.springframework.ws.soap.security.x509Spring WebService
X509AuthenticationTokenAuthentication implementation for X.Classorg.springframework.ws.soap.security.x509Spring WebService
X509AuthoritiesPopulatorPopulates the UserDetails associated with the X.Interfaceorg.springframework.ws.soap.security.x509Spring WebService
X509UserCacheProvides a cache of UserDetails objects for theX509AuthenticationProvider.Interfaceorg.springframework.ws.soap.security.x509.cacheSpring WebService
XwssCallbackHandlerChainRepresents a chain of CallbackHandlers.Classorg.springframework.ws.soap.security.xwss.callbackSpring WebService
XwsSecurityFaultExceptionXWSS-specific version of the WsSecurityFaultException.Classorg.springframework.ws.soap.security.xwssSpring WebService
XwsSecurityInterceptorWS-Security endpoint interceptor that is based on Sun's XML and Web Services Security package (XWSS).Classorg.springframework.ws.soap.security.xwssSpring WebService
XwsSecuritySecurementExceptionXWSS-specific version of the WsSecuritySecurementException.Classorg.springframework.ws.soap.security.xwssSpring WebService
XwsSecurityValidationExceptionXWSS-specific version of the WsSecurityValidationException.Classorg.springframework.ws.soap.security.xwssSpring WebService