public class RequestParameterCallback extends Object implements Callback
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 and Description |
|---|
RequestParameterCallback() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterName() |
List<?> |
getParameterValues() |
void |
setParameterName(String name) |
void |
setParameterValues(List<?> values) |
Copyright © 1995–2017 Webtide. All rights reserved.