FileDocCategorySizeDatePackage
PasswordValidationCallback.javaAPI DocGlassfish v2 API2570Fri May 04 22:35:44 BST 2007com.sun.enterprise.security.jauth.callback

PasswordValidationCallback

public class PasswordValidationCallback extends javax.security.auth.message.callback.PasswordValidationCallback
Callback for PasswordValidation.
version
%I%, %G%

Fields Summary
Constructors Summary
public PasswordValidationCallback(String username, char[] password)
Create a PasswordValidationCallback.

param
username the username to authenticate
param
password the user's password, which may be null.

        super(null, username, password);
    
Methods Summary