Uses of Interface
jakarta.ws.rs.core.SecurityContext
-
Packages that use SecurityContext Package Description jakarta.ws.rs.container Container-specific JAX-RS API.org.glassfish.jersey.server Jersey server-side classes. -
-
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.glassfish.jersey.server
Subinterfaces of SecurityContext in org.glassfish.jersey.server Modifier and Type Interface Description interfaceSubjectSecurityContextSecurity context that allows establishing a subject before a resource method or a sub-resource locator is called.Methods in org.glassfish.jersey.server that return SecurityContext Modifier and Type Method Description SecurityContextContainerRequest. getSecurityContext()Methods in org.glassfish.jersey.server with parameters of type SecurityContext Modifier and Type Method Description voidContainerRequest. setSecurityContext(SecurityContext context)Constructors in org.glassfish.jersey.server with parameters of type SecurityContext Constructor Description ContainerRequest(URI baseUri, URI requestUri, String httpMethod, SecurityContext securityContext, PropertiesDelegate propertiesDelegate)Deprecated.ContainerRequest(URI baseUri, URI requestUri, String httpMethod, SecurityContext securityContext, PropertiesDelegate propertiesDelegate, Configuration configuration)Create new Jersey container request context.
-