@Controller public class AuthenticationController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
logger |
| Constructor and Description |
|---|
AuthenticationController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeniedPage()
Accepts a GET request for the denied page.
|
String |
getLoginPage(boolean error,
org.springframework.ui.Model model)
Accepts a GET request for the login page.
|
@RequestMapping(value="/auth/login",
method=GET)
public String getLoginPage(@RequestParam(value="error",required=false)
boolean error,
org.springframework.ui.Model model)
error - An error (if provided).model - The Model used by the View.@RequestMapping(value="/auth/denied",
method=GET)
public String getDeniedPage()
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.