Class HomeController
java.lang.Object
eu.dnetlib.common.controller.AbstractDnetController
eu.dnetlib.organizations.controller.HomeController
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.dnetlib.common.controller.AbstractDnetController
AbstractDnetController.ErrorMessage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiDoc()getSysConf(org.springframework.security.core.Authentication authentication) getUserEmail(org.springframework.security.core.Authentication authentication) getUserFullname(org.springframework.security.core.Authentication authentication) getUserOrganization(org.springframework.security.core.Authentication authentication) getUserRole(org.springframework.security.core.Authentication authentication) home()booleanisImportRunning(org.springframework.security.core.Authentication authentication) login()main()openaireUrl(String orgId) supportPages(org.springframework.security.core.Authentication authentication) Methods inherited from class eu.dnetlib.common.controller.AbstractDnetController
handleException
-
Constructor Details
-
HomeController
public HomeController()
-
-
Method Details
-
home
-
openaireUrl
-
main
-
login
-
authorizationRequest
-
alreadyRegistered
-
getUserEmail
@ModelAttribute("email") public String getUserEmail(org.springframework.security.core.Authentication authentication) -
getUserRole
@ModelAttribute("role") public UserRole getUserRole(org.springframework.security.core.Authentication authentication) -
getUserFullname
@ModelAttribute("fullname") public String getUserFullname(org.springframework.security.core.Authentication authentication) -
getUserOrganization
@ModelAttribute("organization") public String getUserOrganization(org.springframework.security.core.Authentication authentication) -
getSysConf
@ModelAttribute("sysconf") public SystemConfiguration getSysConf(org.springframework.security.core.Authentication authentication) -
isImportRunning
@ModelAttribute("isImportRunning") public boolean isImportRunning(org.springframework.security.core.Authentication authentication) -
supportPages
@ModelAttribute("supportPages") public Map<String,String> supportPages(org.springframework.security.core.Authentication authentication) throws com.fasterxml.jackson.databind.JsonMappingException, com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.databind.JsonMappingExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
apiDoc
-