|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityContext | |
|---|---|
| com.sun.jersey.api.core | Provides support for configuration. |
| com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
| Uses of SecurityContext in com.sun.jersey.api.core |
|---|
| Subinterfaces of SecurityContext in com.sun.jersey.api.core | |
|---|---|
interface |
HttpRequestContext
An abstraction of a HTTP request. |
| Uses of SecurityContext in com.sun.jersey.spi.container |
|---|
| Classes in com.sun.jersey.spi.container that implement SecurityContext | |
|---|---|
class |
AdaptingContainerRequest
An adapting in-bound HTTP request that may override the behaviour of ContainerRequest. |
class |
CachedEntityContainerRequest
A cached entity in-bound HTTP request that caches the entity instance obtained from the adapted container request. |
class |
ContainerRequest
An in-bound HTTP request to be processed by the web application. |
| Methods in com.sun.jersey.spi.container with parameters of type SecurityContext | |
|---|---|
void |
AdaptingContainerRequest.setSecurityContext(SecurityContext securityContext)
|
void |
ContainerRequest.setSecurityContext(SecurityContext securityContext)
Set the security context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||