Package com.sun.xml.wss.impl.callback
Class PasswordValidationCallback
java.lang.Object
com.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.PasswordValidationCallback
- All Implemented Interfaces:
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classRepresents a validation request when the password in the username token is in digested form.static classImplements WSS digest Password Validation.static classstatic interfaceInterface for validating password.static classRepresents a validation request when the password in the username token is in plain text.static interfacestatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoidThis method must be invoked by the CallbackHandler while handling this callback.Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
-
Constructor Details
-
PasswordValidationCallback
-
-
Method Details
-
getResult
public boolean getResult() -
getRequest
-
setValidator
This method must be invoked by the CallbackHandler while handling this callback. -
getValidator
-
setRealmAuthentcationAdapter
-
getRealmAuthenticationAdapter
-