Uses of Interface
jakarta.ws.rs.core.SecurityContext
-
Packages that use SecurityContext Package Description jakarta.ws.rs.container Container-specific JAX-RS API.org.jboss.resteasy.core.interception.jaxrs org.jboss.resteasy.plugins.server.servlet -
-
Uses of SecurityContext in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return SecurityContext Modifier and Type Method Description SecurityContextContainerRequestContext. getSecurityContext()Get the injectable security context information for the current request.Methods in jakarta.ws.rs.container with parameters of type SecurityContext Modifier and Type Method Description voidContainerRequestContext. setSecurityContext(SecurityContext context)Set a new injectable security context information for the current request. -
Uses of SecurityContext in org.jboss.resteasy.core.interception.jaxrs
Methods in org.jboss.resteasy.core.interception.jaxrs that return SecurityContext Modifier and Type Method Description SecurityContextPreMatchContainerRequestContext. getSecurityContext()Methods in org.jboss.resteasy.core.interception.jaxrs with parameters of type SecurityContext Modifier and Type Method Description voidPreMatchContainerRequestContext. setSecurityContext(SecurityContext context)voidResponseContainerRequestContext. setSecurityContext(SecurityContext context) -
Uses of SecurityContext in org.jboss.resteasy.plugins.server.servlet
Classes in org.jboss.resteasy.plugins.server.servlet that implement SecurityContext Modifier and Type Class Description classServletSecurityContext
-