Class ShibbolethRestController

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @RequestMapping("/api/authn/shibboleth")
    @RestController
    public class ShibbolethRestController
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Rest controller that handles redirect after shibboleth authentication succeded
    Author:
    Andrea Bollini (andrea dot bollini at 4science dot it), Giuseppe Digilio (giuseppe dot digilio at 4science dot it)
    • Constructor Detail

      • ShibbolethRestController

        public ShibbolethRestController()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • shibboleth

        @RequestMapping(method=GET)
        public void shibboleth​(javax.servlet.http.HttpServletResponse response,
                               @RequestParam(name="redirectUrl",required=false)
                               String redirectUrl)
                        throws IOException
        Throws:
        IOException