组织ID: |
org.springframework.security |
项目ID: |
spring-security-web |
版本: |
3.1.4.RELEASE |
最后修改时间: |
2018-07-24 08:09:28 |
包类型: |
jar |
标题: |
spring-security-web |
描述: |
spring-security-web |
相关URL: |
http://springsource.org/spring-security |
大小: |
247.88KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>3.1.4.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-web:3.1.4.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>3.1.4.RELEASE</version>
<name>spring-security-web</name>
<description>spring-security-web</description>
<url>http://springsource.org/spring-security</url>
<organization>
<name>SpringSource</name>
<url>http://springsource.org/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>rwinch</id>
<name>Rob Winch</name>
<email>rwinch@vmware.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/SpringSource/spring-security</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-security</developerConnection>
<url>https://github.com/SpringSource/spring-security</url>
</scm>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>3.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>3.1.4.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.security.web.AuthenticationEntryPoint.class
org.springframework.security.web.FilterChainProxy.class
org.springframework.security.web.FilterChainProxy$1.class
org.springframework.security.web.DummyRequest.class
org.springframework.security.web.FilterChainProxy$FilterChainValidator.class
org.springframework.security.web.FilterInvocation$1.class
org.springframework.security.web.DefaultRedirectStrategy.class
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.class
org.springframework.security.web.DummyResponse.class
org.springframework.security.web.PortMapperImpl.class
org.springframework.security.web.RedirectStrategy.class
org.springframework.security.web.WebAttributes.class
org.springframework.security.web.PortResolver.class
org.springframework.security.web.PortResolverImpl.class
org.springframework.security.web.SecurityFilterChain.class
org.springframework.security.web.PortMapper.class
org.springframework.security.web.DefaultSecurityFilterChain.class
org.springframework.security.web.FilterChainProxy$NullFilterChainValidator.class
org.springframework.security.web.FilterInvocation.class
org.springframework.security.web.session.InvalidSessionStrategy.class
org.springframework.security.web.session.HttpSessionEventPublisher.class
org.springframework.security.web.session.HttpSessionCreatedEvent.class
org.springframework.security.web.session.HttpSessionDestroyedEvent.class
org.springframework.security.web.session.ConcurrentSessionFilter.class
org.springframework.security.web.session.SimpleRedirectInvalidSessionStrategy.class
org.springframework.security.web.session.SessionManagementFilter.class
org.springframework.security.web.firewall.RequestWrapper.class
org.springframework.security.web.firewall.RequestWrapper$FirewalledRequestAwareRequestDispatcher.class
org.springframework.security.web.firewall.RequestRejectedException.class
org.springframework.security.web.firewall.DefaultHttpFirewall.class
org.springframework.security.web.firewall.HttpFirewall.class
org.springframework.security.web.firewall.FirewalledRequest.class
org.springframework.security.web.firewall.FirewalledResponse.class
org.springframework.security.web.authentication.Http403ForbiddenEntryPoint.class
org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint.class
org.springframework.security.web.authentication.AuthenticationSuccessHandler.class
org.springframework.security.web.authentication.NullRememberMeServices.class
org.springframework.security.web.authentication.WebAuthenticationDetails.class
org.springframework.security.web.authentication.WebAuthenticationDetailsSource.class
org.springframework.security.web.authentication.AnonymousAuthenticationFilter.class
org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler.class
org.springframework.security.web.authentication.ExceptionMappingAuthenticationFailureHandler.class
org.springframework.security.web.authentication.DelegatingAuthenticationEntryPoint.class
org.springframework.security.web.authentication.AuthenticationFailureHandler.class
org.springframework.security.web.authentication.RememberMeServices.class
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.class
org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler.class
org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler.class
org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter.class
org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler.class
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationProvider.class
org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken.class
org.springframework.security.web.authentication.preauth.RequestHeaderAuthenticationFilter.class
org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.class
org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException.class
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesAuthenticationDetails.class
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails.class
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService.class
org.springframework.security.web.authentication.preauth.x509.X509AuthenticationFilter.class
org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor.class
org.springframework.security.web.authentication.preauth.x509.SubjectDnX509PrincipalExtractor.class
org.springframework.security.web.authentication.preauth.websphere.WebSpherePreAuthenticatedWebAuthenticationDetailsSource.class
org.springframework.security.web.authentication.preauth.websphere.DefaultWASUsernameAndGroupsExtractor.class
org.springframework.security.web.authentication.preauth.websphere.WebSpherePreAuthenticatedAuthenticationDetailsSource.class
org.springframework.security.web.authentication.preauth.websphere.WASUsernameAndGroupsExtractor.class
org.springframework.security.web.authentication.preauth.websphere.WebSpherePreAuthenticatedProcessingFilter.class
org.springframework.security.web.authentication.preauth.websphere.WebSphere2SpringSecurityPropagationInterceptor.class
org.springframework.security.web.authentication.preauth.j2ee.WebXmlMappableAttributesRetriever$1.class
org.springframework.security.web.authentication.preauth.j2ee.J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource.class
org.springframework.security.web.authentication.preauth.j2ee.WebXmlMappableAttributesRetriever.class
org.springframework.security.web.authentication.preauth.j2ee.J2eePreAuthenticatedProcessingFilter.class
org.springframework.security.web.authentication.preauth.j2ee.WebXmlMappableAttributesRetriever$MyEntityResolver.class
org.springframework.security.web.authentication.switchuser.AuthenticationSwitchUserEvent.class
org.springframework.security.web.authentication.switchuser.SwitchUserAuthorityChanger.class
org.springframework.security.web.authentication.switchuser.SwitchUserFilter.class
org.springframework.security.web.authentication.switchuser.SwitchUserGrantedAuthority.class
org.springframework.security.web.authentication.session.SessionAuthenticationException.class
org.springframework.security.web.authentication.session.ConcurrentSessionControlStrategy.class
org.springframework.security.web.authentication.session.SessionAuthenticationStrategy.class
org.springframework.security.web.authentication.session.NullAuthenticatedSessionStrategy.class
org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy.class
org.springframework.security.web.authentication.logout.LogoutHandler.class
org.springframework.security.web.authentication.logout.CookieClearingLogoutHandler.class
org.springframework.security.web.authentication.logout.LogoutSuccessHandler.class
org.springframework.security.web.authentication.logout.LogoutFilter.class
org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler.class
org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler.class
org.springframework.security.web.authentication.www.DigestAuthenticationFilter$DigestData.class
org.springframework.security.web.authentication.www.BasicAuthenticationFilter.class
org.springframework.security.web.authentication.www.DigestAuthUtils.class
org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint.class
org.springframework.security.web.authentication.www.NonceExpiredException.class
org.springframework.security.web.authentication.www.DigestAuthenticationFilter.class
org.springframework.security.web.authentication.www.DigestAuthenticationEntryPoint.class
org.springframework.security.web.authentication.rememberme.InMemoryTokenRepositoryImpl.class
org.springframework.security.web.authentication.rememberme.JdbcTokenRepositoryImpl.class
org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.class
org.springframework.security.web.authentication.rememberme.AbstractRememberMeServices.class
org.springframework.security.web.authentication.rememberme.CookieTheftException.class
org.springframework.security.web.authentication.rememberme.PersistentTokenRepository.class
org.springframework.security.web.authentication.rememberme.InvalidCookieException.class
org.springframework.security.web.authentication.rememberme.PersistentTokenBasedRememberMeServices.class
org.springframework.security.web.authentication.rememberme.TokenBasedRememberMeServices.class
org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationException.class
org.springframework.security.web.authentication.rememberme.JdbcTokenRepositoryImpl$1.class
org.springframework.security.web.authentication.rememberme.PersistentRememberMeToken.class
org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter.class
org.springframework.security.web.context.HttpRequestResponseHolder.class
org.springframework.security.web.context.SaveContextOnUpdateOrErrorResponseWrapper.class
org.springframework.security.web.context.NullSecurityContextRepository.class
org.springframework.security.web.context.HttpSessionSecurityContextRepository$SaveToSessionResponseWrapper.class
org.springframework.security.web.context.SaveContextOnUpdateOrErrorResponseWrapper$SaveContextServletOutputStream.class
org.springframework.security.web.context.SecurityContextPersistenceFilter.class
org.springframework.security.web.context.SecurityContextRepository.class
org.springframework.security.web.context.HttpSessionSecurityContextRepository.class
org.springframework.security.web.context.SaveContextOnUpdateOrErrorResponseWrapper$SaveContextPrintWriter.class
org.springframework.security.web.jaasapi.JaasApiIntegrationFilter.class
org.springframework.security.web.jaasapi.JaasApiIntegrationFilter$1.class
org.springframework.security.web.util.AntPathRequestMatcher.class
org.springframework.security.web.util.AntPathRequestMatcher$Matcher.class
org.springframework.security.web.util.ThrowableAnalyzer.class
org.springframework.security.web.util.UrlUtils.class
org.springframework.security.web.util.TextEscapeUtils.class
org.springframework.security.web.util.IpAddressMatcher.class
org.springframework.security.web.util.ThrowableAnalyzer$2.class
org.springframework.security.web.util.ThrowableAnalyzer$3.class
org.springframework.security.web.util.RequestMatcherEditor.class
org.springframework.security.web.util.ELRequestMatcher.class
org.springframework.security.web.util.ThrowableCauseExtractor.class
org.springframework.security.web.util.AntPathRequestMatcher$SpringAntMatcher.class
org.springframework.security.web.util.RedirectUrlBuilder.class
org.springframework.security.web.util.ThrowableAnalyzer$1.class
org.springframework.security.web.util.RequestMatcher.class
org.springframework.security.web.util.AntPathRequestMatcher$SubpathMatcher.class
org.springframework.security.web.util.ELRequestMatcherContext.class
org.springframework.security.web.util.AntPathRequestMatcher$1.class
org.springframework.security.web.util.RegexRequestMatcher.class
org.springframework.security.web.util.AnyRequestMatcher.class
org.springframework.security.web.savedrequest.RequestCacheAwareFilter.class
org.springframework.security.web.savedrequest.NullRequestCache.class
org.springframework.security.web.savedrequest.SavedCookie.class
org.springframework.security.web.savedrequest.HttpSessionRequestCache.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
spring-jdbc-3.0.7.RELEASE.jar
/org.springframework/spring-jdbc/3.0.7.RELEASE
查看spring-jdbc所有版本文件
spring-aop-3.0.7.RELEASE.jar
/org.springframework/spring-aop/3.0.7.RELEASE
查看spring-aop所有版本文件
servlet-api-2.5.jar
/javax.servlet/servlet-api/2.5
查看servlet-api所有版本文件
spring-web-3.0.7.RELEASE.jar
/org.springframework/spring-web/3.0.7.RELEASE
查看spring-web所有版本文件
spring-tx-3.0.7.RELEASE.jar
/org.springframework/spring-tx/3.0.7.RELEASE
查看spring-tx所有版本文件
aopalliance-1.0.jar
/aopalliance/aopalliance/1.0
查看aopalliance所有版本文件
spring-context-3.0.7.RELEASE.jar
/org.springframework/spring-context/3.0.7.RELEASE
查看spring-context所有版本文件
spring-core-3.0.7.RELEASE.jar
/org.springframework/spring-core/3.0.7.RELEASE
查看spring-core所有版本文件
spring-beans-3.0.7.RELEASE.jar
/org.springframework/spring-beans/3.0.7.RELEASE
查看spring-beans所有版本文件
spring-expression-3.0.7.RELEASE.jar
/org.springframework/spring-expression/3.0.7.RELEASE
查看spring-expression所有版本文件
spring-security-core-3.1.4.RELEASE.jar
/org.springframework.security/spring-security-core/3.1.4.RELEASE
查看spring-security-core所有版本文件
|