Class PasswordValidationCallback

  • All Implemented Interfaces:
    Callback

    public class PasswordValidationCallback
    extends XWSSCallback
    implements Callback
    This Callback is intended for Username-Password validation. A validator that implements the PasswordValidator interface should be set on the callback by the callback handler.

    Note: A validator for WSS Digested Username-Password is provided as part of this callback.

    Author:
    XWS-Security Team