Uses of Interface
org.eclipse.jetty.server.Session
Packages that use Session
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaas : Support for Jaas
Jetty Server : Core Server API
Jetty Server : Session Management Implementations
-
Uses of Session in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return SessionModifier and TypeMethodDescriptionServletContextRequest.getSession
(boolean create) ServletCoreRequest.getSession
(boolean create) Methods in org.eclipse.jetty.ee10.servlet with parameters of type SessionModifier and TypeMethodDescriptionprotected void
SessionHandler.callBoundBindingListener
(Session session, String name, Object value) protected void
SessionHandler.callUnboundBindingListener
(Session session, String name, Object value) void
SessionHandler.onSessionActivation
(Session session) void
SessionHandler.onSessionAttributeUpdate
(Session session, String name, Object old, Object value) void
SessionHandler.onSessionCreated
(Session session) Call the session lifecycle listeners in the order they were added.void
SessionHandler.onSessionDestroyed
(Session session) Call the session lifecycle listeners in the reverse order they were added.void
SessionHandler.onSessionIdChanged
(Session session, String oldId) void
SessionHandler.onSessionPassivation
(Session session) -
Uses of Session in org.eclipse.jetty.security
Method parameters in org.eclipse.jetty.security with type arguments of type SessionModifier and TypeMethodDescriptiondefault Constraint.Authorization
Authenticator.getConstraintAuthentication
(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession) Get anConstraint.Authorization
applicable to the path for this authenticator.AbstractLoginService.login
(String username, Object credentials, Request request, Function<Boolean, Session> getOrCreateSession) EmptyLoginService.login
(String username, Object credentials, Request request, Function<Boolean, Session> getOrCreateSession) LoginService.login
(String username, Object credentials, Request request, Function<Boolean, Session> getOrCreateSession) Login a user.SPNEGOLoginService.login
(String username, Object credentials, Request request, Function<Boolean, Session> getOrCreateSession) -
Uses of Session in org.eclipse.jetty.security.authentication
Methods in org.eclipse.jetty.security.authentication with parameters of type SessionModifier and TypeMethodDescriptionvoid
SessionAuthentication.onSessionActivation
(Session session) void
SessionAuthentication.onSessionPassivation
(Session session) Method parameters in org.eclipse.jetty.security.authentication with type arguments of type SessionModifier and TypeMethodDescriptionFormAuthenticator.getConstraintAuthentication
(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession) -
Uses of Session in org.eclipse.jetty.security.jaas
Method parameters in org.eclipse.jetty.security.jaas with type arguments of type Session -
Uses of Session in org.eclipse.jetty.security.openid
Method parameters in org.eclipse.jetty.security.openid with type arguments of type SessionModifier and TypeMethodDescriptionOpenIdAuthenticator.getConstraintAuthentication
(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession) OpenIdLoginService.login
(String identifier, Object credentials, Request request, Function<Boolean, Session> getOrCreateSession) -
Uses of Session in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return SessionModifier and TypeMethodDescriptionRequest.getSession
(boolean create) Get aSession
associated with the request.Request.Wrapper.getSession
(boolean create) Session.API.getSession()
static Session
Session.getSession
(Object session) Get the session associated with an API session wrapper.Methods in org.eclipse.jetty.server with parameters of type SessionModifier and TypeMethodDescriptiondefault void
Session.ValueListener.onSessionActivation
(Session session) default void
Session.ValueListener.onSessionAttributeUpdate
(Session session, String name, Object oldValue, Object newValue) default void
Session.LifeCycleListener.onSessionCreated
(Session session) default void
Session.LifeCycleListener.onSessionDestroyed
(Session session) default void
Session.LifeCycleListener.onSessionIdChanged
(Session session, String oldId) default void
Session.ValueListener.onSessionPassivation
(Session session) -
Uses of Session in org.eclipse.jetty.server.internal
Methods in org.eclipse.jetty.server.internal that return Session -
Uses of Session in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement SessionModifier and TypeClassDescriptionclass
Session A heavy-weight Session object representing an HttpSession.Methods in org.eclipse.jetty.session that return SessionModifier and TypeMethodDescriptionprotected abstract Session
AbstractSessionCache.doPutIfAbsent
(String id, ManagedSession session) Put the session into the map if it wasn't already thereDefaultSessionCache.doPutIfAbsent
(String id, ManagedSession session) NullSessionCache.doPutIfAbsent
(String id, ManagedSession session) Methods in org.eclipse.jetty.session with parameters of type SessionModifier and TypeMethodDescriptiondefault void
SessionManager.onSessionActivation
(Session session) default void
SessionManager.onSessionAttributeUpdate
(Session session, String name, Object oldValue, Object newValue) void
AbstractSessionManager.onSessionCreated
(Session session) default void
SessionManager.onSessionCreated
(Session session) void
AbstractSessionManager.onSessionDestroyed
(Session session) default void
SessionManager.onSessionDestroyed
(Session session) void
AbstractSessionManager.onSessionIdChanged
(Session session, String oldId) default void
SessionManager.onSessionIdChanged
(Session session, String oldId) default void
SessionManager.onSessionPassivation
(Session session)