Uses of Interface
jakarta.ws.rs.core.SecurityContext
Packages that use SecurityContext
Package
Description
Container-specific JAX-RS API.
-
Uses of SecurityContext in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return SecurityContextModifier and TypeMethodDescriptionContainerRequestContext.getSecurityContext()Get the injectable security context information for the current request.Methods in jakarta.ws.rs.container with parameters of type SecurityContextModifier and TypeMethodDescriptionvoidContainerRequestContext.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 SecurityContextMethods in org.jboss.resteasy.core.interception.jaxrs with parameters of type SecurityContextModifier and TypeMethodDescriptionvoidPreMatchContainerRequestContext.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