Class RequestParameterCallback
java.lang.Object
org.eclipse.jetty.security.jaas.callback.RequestParameterCallback
- All Implemented Interfaces:
 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.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionList<?> voidsetParameterName(String name) voidsetParameterValues(List<?> values)  
- 
Constructor Details
- 
RequestParameterCallback
public RequestParameterCallback() 
 - 
 - 
Method Details
- 
setParameterName
 - 
getParameterName
 - 
setParameterValues
 - 
getParameterValues
 
 -