|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContainerRequestContext
Request context passed by the container to the JerseyApplication
for each request.
| Method Summary | |
|---|---|
javax.ws.rs.core.Request |
getRequest()
Get the processed request. |
RequestScopedInitializer |
getRequestScopedInitializer()
Custom container extensions initializer for the current request. |
ContainerResponseWriter |
getResponseWriter()
Get the container response writer for the current request. |
javax.ws.rs.core.SecurityContext |
getSecurityContext()
Get the security context of the current request. |
| Method Detail |
|---|
javax.ws.rs.core.Request getRequest()
null.ContainerResponseWriter getResponseWriter()
null.javax.ws.rs.core.SecurityContext getSecurityContext()
SecurityContext.getUserPrincipal() must return null
if the current request has not been authenticated by the container.
null.RequestScopedInitializer getRequestScopedInitializer()
null if not
available.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||