public class UniversityResource extends Object
| Constructor and Description |
|---|
UniversityResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getAllCourses(Principal principal) |
javax.ws.rs.core.Response |
getAllStudents(Principal principal) |
javax.ws.rs.core.Response |
getCourseById(Principal principal,
String id) |
protected org.codehaus.jackson.map.ObjectMapper |
getObjectMapper() |
javax.ws.rs.core.Response |
getStudentById(Principal principal,
String id) |
protected org.codehaus.jackson.map.ObjectMapper getObjectMapper()
public javax.ws.rs.core.Response getAllStudents(@Auth
Principal principal)
public javax.ws.rs.core.Response getStudentById(@Auth
Principal principal,
String id)
public javax.ws.rs.core.Response getAllCourses(@Auth
Principal principal)
Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.