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 TypeClassDescriptionclass
Callback handler that uses Java SecurityKeyStore
s to handle cryptographic callbacks.class
Simple callback handler that validates passwords against a in-memoryProperties
object.class
Callback handler that validates a plain text or digest password using an Spring SecurityUserDetailsService
.