Class WSSUsernameCallbackHandler

  • All Implemented Interfaces:
    CallbackHandler

    public class WSSUsernameCallbackHandler
    extends Object
    implements CallbackHandler
    This CallbackHandler implementation obtains a username via the jaxws property "security.username", as defined in SecurityConstants, and creates a wss UsernameToken (with no password) to be used as the delegation token.