org.mortbay.jetty.plus.jaas.callback
Class RequestParameterCallback
java.lang.Object
org.mortbay.jetty.plus.jaas.callback.RequestParameterCallback
- All Implemented Interfaces:
- Callback
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: 305 $ $Date: 2006-03-07 11:32:14 +0100 (Di, 07. Mär 2006) $
- Author:
- janb
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestParameterCallback
public RequestParameterCallback()
setParameterName
public void setParameterName(String name)
getParameterName
public String getParameterName()
setParameterValues
public void setParameterValues(List values)
getParameterValues
public List getParameterValues()
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.