Uses of Interface
org.eclipse.jetty.server.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
Modifier 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
Modifier and TypeMethodDescriptionstatic jakarta.servlet.ServletContext
ServletContextHandler.getServletContext
(Context context) -
Uses of Context in org.eclipse.jetty.security
Modifier 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
Modifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) -
Uses of Context in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionRequest.getContext()
Get theContext
associated with thisRequest
.Request.Wrapper.getContext()
Server.getContext()
-
Uses of Context in org.eclipse.jetty.server.handler
Modifier 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.Modifier 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
-
Uses of Context in org.eclipse.jetty.session
Modifier and TypeMethodDescriptionAbstractSessionManager.getContext()
SessionContext.getContext()
SessionManager.getContext()
-
Uses of Context in org.eclipse.jetty.websocket.server
Modifier and TypeMethodDescriptionstatic ServerWebSocketContainer
Returns theServerWebSocketContainer
present as the context attribute under the name corresponding to the full qualified name of classWebSocketContainer
.