org.mortbay.jaas.callback
Class RequestParameterCallback
public
class
RequestParameterCallback
extends Object
implements Callback
RequestParameterCallback
Allows a JAAS callback handler to access any parameter from the j_security_check FORM.
This means that a LoginModule can access form fields other than the j_username and j_password
fields, and use it, for example, to authenticate a user.
Version: $Revision: 1.1 $ $Date: 2005/03/03 15:34:00 $
Author: janb
public String getParameterName()
public List getParameterValues()
public void setParameterName(String name)
public void setParameterValues(List values)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.