Package org.dspace.app.rest
Class ShibbolethRestController
- java.lang.Object
-
- org.dspace.app.rest.ShibbolethRestController
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@RequestMapping("/api/authn/shibboleth") @RestController public class ShibbolethRestController extends Object implements org.springframework.beans.factory.InitializingBeanRest 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 Summary
Constructors Constructor Description ShibbolethRestController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voidshibboleth(javax.servlet.http.HttpServletResponse response, String redirectUrl)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.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
-
-