Package | Description |
---|---|
javax.ws.rs.container |
Container-specific API.
|
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.plugins.server.servlet |
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 | Method and Description |
---|---|
SecurityContext |
PreMatchContainerRequestContext.getSecurityContext() |
Modifier and Type | Method and Description |
---|---|
void |
ResponseContainerRequestContext.setSecurityContext(SecurityContext context) |
void |
PreMatchContainerRequestContext.setSecurityContext(SecurityContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ServletSecurityContext |
Copyright © 2019 JBoss by Red Hat. All rights reserved.