Uses of Interface
org.eclipse.jetty.server.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
Modifier and TypeMethodDescriptionServletContextRequest.getSession
(boolean create) ServletCoreRequest.getSession
(boolean create) Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
SessionAuthentication.onSessionActivation
(Session session) void
SessionAuthentication.onSessionPassivation
(Session session) Modifier and TypeMethodDescriptionFormAuthenticator.getConstraintAuthentication
(String pathInContext, Constraint.Authorization existing, Function<Boolean, Session> getSession) -
Uses of Session in org.eclipse.jetty.security.jaas
-
Uses of Session in org.eclipse.jetty.security.openid
Modifier 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
Modifier 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.Modifier 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
-
Uses of Session in org.eclipse.jetty.session
Modifier and TypeClassDescriptionclass
Session A heavy-weight Session object representing an HttpSession.Modifier 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) Modifier 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)