@Controller @SessionAttributes(value="authorizationRequest") @Deprecated public class AccessConfirmationController extends Object
| Constructor and Description |
|---|
AccessConfirmationController()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
getAccessConfirmation(Map<String,Object> model,
Principal principal)
Deprecated.
|
String |
handleError(Map<String,Object> model)
Deprecated.
|
String |
loginUserForm()
Deprecated.
|
@RequestMapping(value="/oauth/confirm_access") public org.springframework.web.servlet.ModelAndView getAccessConfirmation(Map<String,Object> model, Principal principal) throws Exception
Exception@RequestMapping(value="/oauth/error") public String handleError(Map<String,Object> model) throws Exception
Exception@RequestMapping(value="/oAuthLogin") public String loginUserForm()
Copyright © 2019 Europeana Foundation. All rights reserved.