- 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: 4780 $ $Date: 2009-03-17 16:36:08 +0100 (Tue, 17 Mar 2009) $