|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.wink.RequestContext
public class RequestContext
| Constructor Summary | |
|---|---|
RequestContext(javax.servlet.ServletContext servletContext,
javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.MediaType consumeMediaType,
javax.ws.rs.core.MediaType produceMediaType)
Creates the resource implementation for a request. |
|
| Method Summary | |
|---|---|
String |
getAuthID()
Retrieve the HTTP authenticated user ID. |
javax.ws.rs.core.MediaType |
getConsumeMediaType()
Retrieve the media type to be consumed. |
long |
getContentLength()
Retrieve the value of the HTTP Content-Length header. |
javax.ws.rs.core.HttpHeaders |
getHeaders()
Retrieve the request headers. |
String |
getOrigin()
Retrieve the value of the HTTP Origin header. |
javax.ws.rs.core.MediaType |
getProduceMediaType()
Retrieve the media type to be produced. |
javax.ws.rs.core.SecurityContext |
getSecurityContext()
Retrieve the security context for the request. |
javax.servlet.ServletContext |
getServletContext()
Retrieve the servlet context of the request. |
javax.ws.rs.core.UriInfo |
getUriInfo()
Retrieve the URI info for the request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestContext(javax.servlet.ServletContext servletContext,
javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.MediaType consumeMediaType,
javax.ws.rs.core.MediaType produceMediaType)
servletContext - The servlet context for the request.securityContext - The security context for the request.headers - The request headers.uriInfo - The URI info for the request.consumeMediaType - The media type to be consumed, if any.produceMediaType - The media type to be produced, if any.| Method Detail |
|---|
public javax.servlet.ServletContext getServletContext()
public javax.ws.rs.core.SecurityContext getSecurityContext()
public javax.ws.rs.core.HttpHeaders getHeaders()
public javax.ws.rs.core.UriInfo getUriInfo()
public String getAuthID()
public String getOrigin()
public javax.ws.rs.core.MediaType getConsumeMediaType()
public javax.ws.rs.core.MediaType getProduceMediaType()
public long getContentLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||