Spring Web Services Framework

Uses of Class
org.springframework.ws.soap.security.callback.AbstractCallbackHandler

Packages that use AbstractCallbackHandler
org.springframework.ws.soap.security.callback Contains generic CallbackHandler implementations. 
org.springframework.ws.soap.security.wss4j.callback Contains CallbackHandler implementations for WSS4J. 
org.springframework.ws.soap.security.xwss.callback Contains CallbackHandler implementations for XWSS. 
org.springframework.ws.soap.security.xwss.callback.acegi Contains CallbackHandler implementations for XWSS that use the Acegi Security System for Spring
org.springframework.ws.soap.security.xwss.callback.jaas Contains CallbackHandler implementations for XWSS that use the Java Authentication and Authorization Service (JAAS)
 

Uses of AbstractCallbackHandler in org.springframework.ws.soap.security.callback
 

Subclasses of AbstractCallbackHandler in org.springframework.ws.soap.security.callback
 class CallbackHandlerChain
          Represents a chain of CallbackHandlers.
 

Uses of AbstractCallbackHandler in org.springframework.ws.soap.security.wss4j.callback
 

Subclasses of AbstractCallbackHandler in org.springframework.ws.soap.security.wss4j.callback
 class AbstractWsPasswordCallbackHandler
          Abstract base class for CallbackHandler implementations that handle WSPasswordCallback callbacks.
 class KeyStoreCallbackHandler
          Callback handler that uses Java Security KeyStores to handle cryptographic callbacks.
 

Uses of AbstractCallbackHandler in org.springframework.ws.soap.security.xwss.callback
 

Subclasses of AbstractCallbackHandler in org.springframework.ws.soap.security.xwss.callback
 class CryptographyCallbackHandler
          Default callback handler that handles cryptographic callback.
 class MockValidationCallbackHandler
          Mock implementation of of callback handler that accepts all password and certificate validation callbacks.
 class SimplePasswordValidationCallbackHandler
          Simple callback handler that validates passwords agains a in-memory Properties object.
 class SimpleUsernamePasswordCallbackHandler
          Simple callback handler that supplies a username and password to a username token at runtime.
 class SpringCertificateValidationCallbackHandler
          Callback handler that validates a certificate using an Spring Security AuthenticationManager.
 class SpringDigestPasswordValidationCallbackHandler
          Callback handler that validates a password digest using an Spring Security UserDetailsService.
 class SpringPlainTextPasswordValidationCallbackHandler
          Callback handler that validates a certificate uses an Spring Security AuthenticationManager.
 class SpringUsernamePasswordCallbackHandler
          Callback handler that adds username/password information to a mesage using an Spring Security SecurityContext.
 class XwssCallbackHandlerChain
          Represents a chain of CallbackHandlers.
 

Uses of AbstractCallbackHandler in org.springframework.ws.soap.security.xwss.callback.acegi
 

Subclasses of AbstractCallbackHandler in org.springframework.ws.soap.security.xwss.callback.acegi
 class AcegiCertificateValidationCallbackHandler
          Deprecated. As of Spring-WS 1.5, in favor of Spring Security
 class AcegiDigestPasswordValidationCallbackHandler
          Deprecated. As of Spring-WS 1.5, in favor of Spring Security
 class AcegiPlainTextPasswordValidationCallbackHandler
          Deprecated. As of Spring-WS 1.5, in favor of Spring Security
 class AcegiUsernamePasswordCallbackHandler
          Deprecated. As of Spring-WS 1.5, in favor of Spring Security
 

Uses of AbstractCallbackHandler in org.springframework.ws.soap.security.xwss.callback.jaas
 

Subclasses of AbstractCallbackHandler in org.springframework.ws.soap.security.xwss.callback.jaas
 class AbstractJaasValidationCallbackHandler
          Abstract base class for integrating with JAAS.
 class JaasCertificateValidationCallbackHandler
          Provides basic support for integrating with JAAS and certificates.
 class JaasPlainTextPasswordValidationCallbackHandler
          Provides basic support for integrating with JAAS and plain text passwords.
 


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.