Uses of Interface
org.eclipse.jetty.server.Context
Packages that use Context
Package
Description
Jetty Jaspi : Java Authentication SPI
Jetty Server : Modular Servlet Integration
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Session Management Implementations
-
Uses of Context in org.eclipse.jetty.ee10.security.jaspi
Methods in org.eclipse.jetty.ee10.security.jaspi with parameters of type ContextModifier and TypeMethodDescriptionprotected String
JaspiAuthenticatorFactory.findServerName
(Context context, Server server) Find a servername.JaspiAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) -
Uses of Context in org.eclipse.jetty.ee10.servlet
Classes in org.eclipse.jetty.ee10.servlet that implement ContextMethods in org.eclipse.jetty.ee10.servlet that return ContextMethods in org.eclipse.jetty.ee10.servlet with parameters of type ContextModifier and TypeMethodDescriptionstatic jakarta.servlet.ServletContext
ServletContextHandler.getServletContext
(Context context) -
Uses of Context in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security with parameters of type ContextModifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) DefaultAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) -
Uses of Context in org.eclipse.jetty.security.openid
Methods in org.eclipse.jetty.security.openid with parameters of type ContextModifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) -
Uses of Context in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ContextModifier and TypeMethodDescriptionRequest.getContext()
Get theContext
associated with thisRequest
.Request.Wrapper.getContext()
Server.getContext()
-
Uses of Context in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement ContextMethods in org.eclipse.jetty.server.handler that return ContextModifier and TypeMethodDescriptionContextRequest.getContext()
static Context
ContextHandler.getCurrentContext()
Get the current Context if any.static Context
ContextHandler.getCurrentContext
(Server server) Get the current Context if any, or else server context if any.Methods in org.eclipse.jetty.server.handler with parameters of type ContextModifier and TypeMethodDescriptiondefault void
ContextHandler.ContextScopeListener.enterScope
(Context context, Request request) default void
protected void
ContextHandler.exitScope
(Request request, Context lastContext, ClassLoader lastLoader) -
Uses of Context in org.eclipse.jetty.server.internal
Methods in org.eclipse.jetty.server.internal that return Context -
Uses of Context in org.eclipse.jetty.session
Fields in org.eclipse.jetty.session declared as ContextMethods in org.eclipse.jetty.session that return ContextModifier and TypeMethodDescriptionAbstractSessionManager.getContext()
SessionContext.getContext()
SessionManager.getContext()
-
Uses of Context in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server with parameters of type ContextModifier and TypeMethodDescriptionstatic ServerWebSocketContainer
Returns theServerWebSocketContainer
present as the context attribute under the name corresponding to the full qualified name of classWebSocketContainer
.