Uses of Class
org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
Packages that use AbstractWsPasswordCallbackHandler
Package
Description
Contains
CallbackHandler implementations for WSS4J 2.0.-
Uses of AbstractWsPasswordCallbackHandler in org.springframework.ws.soap.security.wss4j2.callback
Subclasses of AbstractWsPasswordCallbackHandler in org.springframework.ws.soap.security.wss4j2.callbackModifier and TypeClassDescriptionclassCallback handler that uses Java SecurityKeyStores to handle cryptographic callbacks.classSimple callback handler that validates passwords against a in-memoryPropertiesobject.classCallback handler that validates a plain text or digest password using an Spring SecurityUserDetailsService.