Package | Description |
---|---|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.test.util.server |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
ContainerRequestContext.getSecurityContext()
Get the injectable security context information for the current request.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerRequestContext.setSecurityContext(SecurityContext context)
Set a new injectable security context information for the current 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 | Method and Description |
---|---|
SecurityContext |
ContainerRequest.getSecurityContext() |
Modifier and Type | Method and Description |
---|---|
void |
ContainerRequest.setSecurityContext(SecurityContext context) |
Constructor and Description |
---|
ContainerRequest(URI baseUri,
URI requestUri,
String httpMethod,
SecurityContext securityContext,
org.glassfish.jersey.internal.PropertiesDelegate propertiesDelegate)
Create new Jersey container request context.
|
Modifier and Type | Method and Description |
---|---|
static ContainerRequestBuilder |
ContainerRequestBuilder.from(String baseUri,
String requestUri,
String method,
SecurityContext securityContext,
org.glassfish.jersey.internal.PropertiesDelegate propertiesDelegate)
Create new Jersey container request context builder.
|
static ContainerRequestBuilder |
ContainerRequestBuilder.from(URI baseUri,
URI requestUri,
String method,
SecurityContext securityContext,
org.glassfish.jersey.internal.PropertiesDelegate propertiesDelegate)
Create new Jersey container request context builder.
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.