jar

org.springframework.session : spring-session-core

Maven & Gradle

Aug 18, 2023
137 usages
1.8k stars

spring-session-core · Spring Session

Table Of Contents

Latest Version

Download org.springframework.session : spring-session-core JAR file - Latest Versions:

All Versions

Download org.springframework.session : spring-session-core JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
CVE-2023-20866
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-session-core-3.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.session.config

├─ org.springframework.session.config.ReactiveSessionRepositoryCustomizer.class - [JAR]

├─ org.springframework.session.config.SessionRepositoryCustomizer.class - [JAR]

org.springframework.session.config.annotation.web.http

├─ org.springframework.session.config.annotation.web.http.EnableSpringHttpSession.class - [JAR]

├─ org.springframework.session.config.annotation.web.http.SpringHttpSessionConfiguration.class - [JAR]

org.springframework.session

├─ org.springframework.session.DelegatingIndexResolver.class - [JAR]

├─ org.springframework.session.FindByIndexNameSessionRepository.class - [JAR]

├─ org.springframework.session.FlushMode.class - [JAR]

├─ org.springframework.session.IndexResolver.class - [JAR]

├─ org.springframework.session.MapSession.class - [JAR]

├─ org.springframework.session.MapSessionRepository.class - [JAR]

├─ org.springframework.session.PrincipalNameIndexResolver.class - [JAR]

├─ org.springframework.session.ReactiveMapSessionRepository.class - [JAR]

├─ org.springframework.session.ReactiveSessionRepository.class - [JAR]

├─ org.springframework.session.SaveMode.class - [JAR]

├─ org.springframework.session.Session.class - [JAR]

├─ org.springframework.session.SessionRepository.class - [JAR]

├─ org.springframework.session.SingleIndexResolver.class - [JAR]

org.springframework.session.web.socket.server

├─ org.springframework.session.web.socket.server.SessionRepositoryMessageInterceptor.class - [JAR]

org.springframework.session.aot.hint.server

├─ org.springframework.session.aot.hint.server.WebSessionSecurityRuntimeHints.class - [JAR]

org.springframework.session.web.context

├─ org.springframework.session.web.context.AbstractHttpSessionApplicationInitializer.class - [JAR]

org.springframework.session.web.socket.config.annotation

├─ org.springframework.session.web.socket.config.annotation.AbstractSessionWebSocketMessageBrokerConfigurer.class - [JAR]

org.springframework.session.security

├─ org.springframework.session.security.SpringSessionBackedSessionInformation.class - [JAR]

├─ org.springframework.session.security.SpringSessionBackedSessionRegistry.class - [JAR]

org.springframework.session.config.annotation.web.server

├─ org.springframework.session.config.annotation.web.server.EnableSpringWebSession.class - [JAR]

├─ org.springframework.session.config.annotation.web.server.SpringWebSessionConfiguration.class - [JAR]

org.springframework.session.events

├─ org.springframework.session.events.AbstractSessionEvent.class - [JAR]

├─ org.springframework.session.events.SessionCreatedEvent.class - [JAR]

├─ org.springframework.session.events.SessionDeletedEvent.class - [JAR]

├─ org.springframework.session.events.SessionDestroyedEvent.class - [JAR]

├─ org.springframework.session.events.SessionExpiredEvent.class - [JAR]

org.springframework.session.security.web.authentication

├─ org.springframework.session.security.web.authentication.SpringSessionRememberMeServices.class - [JAR]

org.springframework.session.web.socket.handler

├─ org.springframework.session.web.socket.handler.WebSocketConnectHandlerDecoratorFactory.class - [JAR]

├─ org.springframework.session.web.socket.handler.WebSocketRegistryListener.class - [JAR]

org.springframework.session.web.http

├─ org.springframework.session.web.http.CookieHttpSessionIdResolver.class - [JAR]

├─ org.springframework.session.web.http.CookieSerializer.class - [JAR]

├─ org.springframework.session.web.http.DefaultCookieSerializer.class - [JAR]

├─ org.springframework.session.web.http.HeaderHttpSessionIdResolver.class - [JAR]

├─ org.springframework.session.web.http.HttpSessionAdapter.class - [JAR]

├─ org.springframework.session.web.http.HttpSessionIdResolver.class - [JAR]

├─ org.springframework.session.web.http.OnCommittedResponseWrapper.class - [JAR]

├─ org.springframework.session.web.http.OncePerRequestFilter.class - [JAR]

├─ org.springframework.session.web.http.SessionEventHttpSessionListenerAdapter.class - [JAR]

├─ org.springframework.session.web.http.SessionRepositoryFilter.class - [JAR]

org.springframework.session.aot.hint

├─ org.springframework.session.aot.hint.CommonSessionRuntimeHints.class - [JAR]

├─ org.springframework.session.aot.hint.CommonSessionSecurityRuntimeHints.class - [JAR]

org.springframework.session.aot.hint.servlet

├─ org.springframework.session.aot.hint.servlet.HttpSessionSecurityRuntimeHints.class - [JAR]

org.springframework.session.web.socket.events

├─ org.springframework.session.web.socket.events.SessionConnectEvent.class - [JAR]

org.springframework.session.web.server.session

├─ org.springframework.session.web.server.session.SpringSessionWebSessionStore.class - [JAR]

├─ org.springframework.session.web.server.session.package-info.class - [JAR]

Advertisement