Class AuthenticationController


  • @Controller
    @RequestMapping("/authentication")
    public class AuthenticationController
    extends java.lang.Object
    Controller for checking user's authentication status
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTHENTICATED  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<java.lang.String> status​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthenticationController

        public AuthenticationController()
    • Method Detail

      • status

        @RequestMapping(value="/status",
                        method=GET)
        public org.springframework.http.ResponseEntity<java.lang.String> status​(javax.servlet.http.HttpServletRequest request,
                                                                                javax.servlet.http.HttpServletResponse response)