- All Implemented Interfaces:
- javax.security.auth.callback.Callback
public class RequestParameterCallback
extends java.lang.Object
implements javax.security.auth.callback.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