Spring Web Services Framework

Package org.springframework.ws.soap.security.xwss.callback

Contains CallbackHandler implementations for XWSS.

See:
          Description

Class Summary
AbstractCallbackHandler Abstract implementation of a CallbackHandler.
CallbackHandlerChain Represents a chain of CallbackHandlers.
CleanupCallback Underlying security services instantiate and pass a CleanupCallback to the handle method of a CallbackHandler to clean up security state.
CryptographyCallbackHandler Default callback handler that handles cryptographic callback.
DefaultTimestampValidator A default implementation of a TimestampValidationCallback.TimestampValidator.
KeyStoreCallbackHandler Callback handler that uses Java Security KeyStores to handle cryptographic callbacks.
MockValidationCallbackHandler Mock implementation of of callback handler that accepts all password and certificate validation callbacks.
SimplePasswordValidationCallbackHandler Simple callback handler that validates passwords agains a in-memory Properties object.
SimpleUsernamePasswordCallbackHandler Simple callback handler that supplies a username and password to a username token at runtime.
 

Package org.springframework.ws.soap.security.xwss.callback Description

Contains CallbackHandler implementations for XWSS.


Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.