Class LoginCoreCheckDeployController

java.lang.Object
eu.dnetlib.authentication.controllers.LoginCoreCheckDeployController

@RestController @RequestMapping("/login-core") public class LoginCoreCheckDeployController extends Object
  • Constructor Details

  • Method Details

    • hello

      @RequestMapping(value={"","/","/health_check"}, method=GET) public String hello()
    • checkEverything

      @PreAuthorize("hasAnyAuthority(\'PORTAL_ADMINISTRATOR\')") @RequestMapping(value="/health_check/advanced", method=GET) public Map<String,String> checkEverything()