Class IndexController
- java.lang.Object
-
- org.oxerr.spring.security.phone.samples.helloworld.web.IndexController
-
@Controller @RolesAllowed("ROLE_USER") public class IndexController extends Object
-
-
Constructor Summary
Constructors Constructor Description IndexController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getIndex(Principal principal, org.springframework.security.core.Authentication authentication, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
getIndex
@RequestMapping(method=GET, path="/") public void getIndex(Principal principal, org.springframework.security.core.Authentication authentication, javax.servlet.http.HttpServletResponse response) throws IOException
- Throws:
IOException
-
-