Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpRequestContext
An abstraction of a HTTP request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SubjectSecurityContext
Security context that allows establishing a subject before a resource method
or a sub-resource locator is called.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SecurityContext |
ContainerRequest.getSecurityContext()
Get the security context.
|
SecurityContext |
AdaptingContainerRequest.getSecurityContext() |
Modifier and Type | Method and Description |
---|---|
void |
ContainerRequest.setSecurityContext(SecurityContext securityContext)
Set the security context.
|
void |
AdaptingContainerRequest.setSecurityContext(SecurityContext securityContext) |
Copyright © 2016 Oracle Corporation. All Rights Reserved.