Uses of Interface
jakarta.ws.rs.core.SecurityContext
-
Packages that use SecurityContext Package Description jakarta.ws.rs.container Container-specific JAX-RS API. -
-
Uses of SecurityContext in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return SecurityContext Modifier and Type Method Description SecurityContext
ContainerRequestContext. 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 void
ContainerRequestContext. setSecurityContext(SecurityContext context)
Set a new injectable security context information for the current request.
-