|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
edu.internet2.middleware.grouper.ws.rest.GrouperRestServlet
public class GrouperRestServlet
servlet for rest web services
Field Summary | |
---|---|
static java.lang.String |
X_GROUPER_RESULT_CODE
response header for the grouper response code |
static java.lang.String |
X_GROUPER_RESULT_CODE2
response header for the grouper response code |
static java.lang.String |
X_GROUPER_SUCCESS
response header for if this is a success or not T or F |
Constructor Summary | |
---|---|
GrouperRestServlet()
|
Method Summary | |
---|---|
static boolean |
isRestRequest()
return if this is a rest request |
static java.lang.String |
requestDebugInfo(HttpServletRequest request)
for error messages, get a detailed report of the request |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String X_GROUPER_SUCCESS
public static final java.lang.String X_GROUPER_RESULT_CODE
public static final java.lang.String X_GROUPER_RESULT_CODE2
Constructor Detail |
---|
public GrouperRestServlet()
Method Detail |
---|
public static boolean isRestRequest()
public static java.lang.String requestDebugInfo(HttpServletRequest request)
request
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |