组织ID: |
org.springframework.security |
项目ID: |
spring-security-core |
版本: |
4.2.1.RELEASE |
最后修改时间: |
2018-07-24 07:59:56 |
包类型: |
jar |
标题: |
spring-security-core |
描述: |
spring-security-core |
相关URL: |
http://spring.io/spring-security |
大小: |
386.22KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.2.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-core:4.2.1.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.2.1.RELEASE</version>
<name>spring-security-core</name>
<description>spring-security-core</description>
<url>http://spring.io/spring-security</url>
<organization>
<name>spring.io</name>
<url>http://spring.io/</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@gopivotal.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-security</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
<url>https://github.com/spring-projects/spring-security</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>4.3.5.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>2.9.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.8.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>2.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.6.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-support</artifactId>
<version>1.6.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
<version>1.6.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.6.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-common</artifactId>
<version>1.6.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-reflect</artifactId>
<version>1.6.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.3.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.7</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.security.core.annotation.AuthenticationPrincipal.class
org.springframework.security.core.CredentialsContainer.class
org.springframework.security.core.AuthenticationException.class
org.springframework.security.core.authority.SimpleGrantedAuthority.class
org.springframework.security.core.authority.AuthorityUtils.class
org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper.class
org.springframework.security.core.authority.mapping.Attributes2GrantedAuthoritiesMapper.class
org.springframework.security.core.authority.mapping.NullAuthoritiesMapper.class
org.springframework.security.core.authority.mapping.MapBasedAttributes2GrantedAuthoritiesMapper.class
org.springframework.security.core.authority.mapping.SimpleMappableAttributesRetriever.class
org.springframework.security.core.authority.mapping.SimpleAuthorityMapper.class
org.springframework.security.core.authority.mapping.SimpleAttributes2GrantedAuthoritiesMapper.class
org.springframework.security.core.authority.mapping.MappableAttributesRetriever.class
org.springframework.security.core.authority.GrantedAuthoritiesContainer.class
org.springframework.security.core.ComparableVersion$StringItem.class
org.springframework.security.core.parameters.DefaultSecurityParameterNameDiscoverer.class
org.springframework.security.core.parameters.AnnotationParameterNameDiscoverer$ParameterNameFactory.class
org.springframework.security.core.parameters.AnnotationParameterNameDiscoverer.class
org.springframework.security.core.parameters.AnnotationParameterNameDiscoverer$1.class
org.springframework.security.core.parameters.AnnotationParameterNameDiscoverer$2.class
org.springframework.security.core.ComparableVersion$ListItem.class
org.springframework.security.core.context.ThreadLocalSecurityContextHolderStrategy.class
org.springframework.security.core.context.GlobalSecurityContextHolderStrategy.class
org.springframework.security.core.context.InheritableThreadLocalSecurityContextHolderStrategy.class
org.springframework.security.core.context.SecurityContextImpl.class
org.springframework.security.core.context.SecurityContextHolder.class
org.springframework.security.core.context.SecurityContext.class
org.springframework.security.core.context.SecurityContextHolderStrategy.class
org.springframework.security.core.token.TokenService.class
org.springframework.security.core.token.DefaultToken.class
org.springframework.security.core.token.Sha512DigestUtils.class
org.springframework.security.core.token.SecureRandomFactoryBean.class
org.springframework.security.core.token.KeyBasedPersistenceTokenService.class
org.springframework.security.core.token.Token.class
org.springframework.security.core.ComparableVersion$1.class
org.springframework.security.core.SpringSecurityCoreVersion.class
org.springframework.security.core.ComparableVersion$IntegerItem.class
org.springframework.security.core.GrantedAuthority.class
org.springframework.security.core.SpringSecurityMessageSource.class
org.springframework.security.core.ComparableVersion.class
org.springframework.security.core.session.SessionRegistry.class
org.springframework.security.core.session.SessionDestroyedEvent.class
org.springframework.security.core.session.SessionRegistryImpl.class
org.springframework.security.core.session.SessionCreationEvent.class
org.springframework.security.core.session.SessionInformation.class
org.springframework.security.core.Authentication.class
org.springframework.security.core.userdetails.UserDetailsByNameServiceWrapper.class
org.springframework.security.core.userdetails.jdbc.JdbcDaoImpl$3.class
org.springframework.security.core.userdetails.jdbc.JdbcDaoImpl$1.class
org.springframework.security.core.userdetails.jdbc.JdbcDaoImpl.class
org.springframework.security.core.userdetails.jdbc.JdbcDaoImpl$2.class
org.springframework.security.core.userdetails.UserDetails.class
org.springframework.security.core.userdetails.User.class
org.springframework.security.core.userdetails.User$1.class
org.springframework.security.core.userdetails.UserDetailsService.class
org.springframework.security.core.userdetails.memory.UserAttributeEditor.class
org.springframework.security.core.userdetails.memory.UserAttribute.class
org.springframework.security.core.userdetails.UserCache.class
org.springframework.security.core.userdetails.UsernameNotFoundException.class
org.springframework.security.core.userdetails.UserDetailsChecker.class
org.springframework.security.core.userdetails.User$AuthorityComparator.class
org.springframework.security.core.userdetails.User$UserBuilder.class
org.springframework.security.core.userdetails.AuthenticationUserDetailsService.class
org.springframework.security.core.userdetails.cache.NullUserCache.class
org.springframework.security.core.userdetails.cache.SpringCacheBasedUserCache.class
org.springframework.security.core.userdetails.cache.EhCacheBasedUserCache.class
org.springframework.security.core.ComparableVersion$Item.class
org.springframework.security.scheduling.DelegatingSecurityContextSchedulingTaskExecutor.class
org.springframework.security.context.DelegatingApplicationListener.class
org.springframework.security.access.SecurityMetadataSource.class
org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource.class
org.springframework.security.access.annotation.Secured.class
org.springframework.security.access.annotation.AnnotationMetadataExtractor.class
org.springframework.security.access.annotation.Jsr250Voter.class
org.springframework.security.access.annotation.SecuredAnnotationSecurityMetadataSource.class
org.springframework.security.access.annotation.Jsr250SecurityConfig.class
org.springframework.security.access.annotation.SecuredAnnotationMetadataExtractor.class
org.springframework.security.access.ConfigAttribute.class
org.springframework.security.access.vote.AbstractAccessDecisionManager.class
org.springframework.security.access.vote.AbstractAclVoter.class
org.springframework.security.access.vote.AuthenticatedVoter.class
org.springframework.security.access.vote.RoleHierarchyVoter.class
org.springframework.security.access.vote.UnanimousBased.class
org.springframework.security.access.vote.AffirmativeBased.class
org.springframework.security.access.vote.RoleVoter.class
org.springframework.security.access.vote.ConsensusBased.class
org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource$DefaultCacheKey.class
org.springframework.security.access.method.P.class
org.springframework.security.access.method.AbstractFallbackMethodSecurityMetadataSource.class
org.springframework.security.access.method.MapBasedMethodSecurityMetadataSource$RegisteredMethod.class
org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource.class
org.springframework.security.access.method.AbstractMethodSecurityMetadataSource.class
org.springframework.security.access.method.MapBasedMethodSecurityMetadataSource.class
org.springframework.security.access.method.MethodSecurityMetadataSource.class
org.springframework.security.access.prepost.PostInvocationAdviceProvider.class
org.springframework.security.access.prepost.PostAuthorize.class
org.springframework.security.access.prepost.PostInvocationAuthorizationAdvice.class
org.springframework.security.access.prepost.PrePostInvocationAttributeFactory.class
org.springframework.security.access.prepost.PreInvocationAttribute.class
org.springframework.security.access.prepost.PreInvocationAuthorizationAdvice.class
org.springframework.security.access.prepost.PostFilter.class
org.springframework.security.access.prepost.PrePostAnnotationSecurityMetadataSource.class
org.springframework.security.access.prepost.PreInvocationAuthorizationAdviceVoter.class
org.springframework.security.access.prepost.PostInvocationAttribute.class
org.springframework.security.access.prepost.PreFilter.class
org.springframework.security.access.prepost.PreAuthorize.class
org.springframework.security.access.event.AuthorizationFailureEvent.class
org.springframework.security.access.event.LoggerListener.class
org.springframework.security.access.event.AbstractAuthorizationEvent.class
org.springframework.security.access.event.AuthenticationCredentialsNotFoundEvent.class
org.springframework.security.access.event.AuthorizedEvent.class
org.springframework.security.access.event.PublicInvocationEvent.class
org.springframework.security.access.AccessDecisionManager.class
org.springframework.security.access.AccessDeniedException.class
org.springframework.security.access.AuthorizationServiceException.class
org.springframework.security.access.hierarchicalroles.CycleInRoleHierarchyException.class
org.springframework.security.access.hierarchicalroles.RoleHierarchy.class
org.springframework.security.access.hierarchicalroles.NullRoleHierarchy.class
org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl.class
org.springframework.security.access.hierarchicalroles.RoleHierarchyUtils.class
org.springframework.security.access.hierarchicalroles.RoleHierarchyAuthoritiesMapper.class
org.springframework.security.access.AccessDecisionVoter.class
org.springframework.security.access.AfterInvocationProvider.class
org.springframework.security.access.intercept.MethodInvocationPrivilegeEvaluator.class
org.springframework.security.access.intercept.RunAsImplAuthenticationProvider.class
org.springframework.security.access.intercept.AfterInvocationProviderManager.class
org.springframework.security.access.intercept.aspectj.MethodInvocationAdapter.class
org.springframework.security.access.intercept.aspectj.AspectJMethodSecurityInterceptor.class
org.springframework.security.access.intercept.aspectj.AspectJCallback.class
org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.class
org.springframework.security.access.intercept.aopalliance.MethodSecurityMetadataSourceAdvisor$MethodSecurityMetadataSourcePointcut.class
org.springframework.security.access.intercept.aopalliance.MethodSecurityMetadataSourceAdvisor.class
org.springframework.security.access.intercept.AbstractSecurityInterceptor$NoOpAuthenticationManager.class
org.springframework.security.access.intercept.RunAsUserToken.class
org.springframework.security.access.intercept.InterceptorStatusToken.class
org.springframework.security.access.intercept.RunAsManagerImpl.class
org.springframework.security.access.intercept.RunAsManager.class
org.springframework.security.access.intercept.AbstractSecurityInterceptor$1.class
org.springframework.security.access.intercept.AbstractSecurityInterceptor.class
org.springframework.security.access.intercept.NullRunAsManager.class
org.springframework.security.access.intercept.AfterInvocationManager.class
org.springframework.security.access.expression.DenyAllPermissionEvaluator.class
org.springframework.security.access.expression.ExpressionUtils.class
org.springframework.security.access.expression.method.ExpressionBasedAnnotationAttributeFactory.class
org.springframework.security.access.expression.method.MethodSecurityExpressionOperations.class
org.springframework.security.access.expression.method.ExpressionBasedPostInvocationAdvice.class
org.springframework.security.access.expression.method.ExpressionBasedPreInvocationAdvice.class
org.springframework.security.access.expression.method.PostInvocationExpressionAttribute.class
org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler.class
org.springframework.security.access.expression.method.MethodSecurityExpressionHandler.class
org.springframework.security.access.expression.method.AbstractExpressionBasedMethodConfigAttribute.class
org.springframework.security.access.expression.method.PreInvocationExpressionAttribute.class
org.springframework.security.access.expression.method.MethodSecurityEvaluationContext.class
org.springframework.security.access.expression.method.MethodSecurityExpressionRoot.class
org.springframework.security.access.expression.SecurityExpressionHandler.class
org.springframework.security.access.expression.AbstractSecurityExpressionHandler.class
org.springframework.security.access.expression.SecurityExpressionOperations.class
org.springframework.security.access.expression.SecurityExpressionRoot.class
org.springframework.security.access.PermissionEvaluator.class
org.springframework.security.access.PermissionCacheOptimizer.class
org.springframework.security.access.SecurityConfig.class
org.springframework.security.task.DelegatingSecurityContextTaskExecutor.class
org.springframework.security.task.DelegatingSecurityContextAsyncTaskExecutor.class
org.springframework.security.concurrent.DelegatingSecurityContextRunnable.class
org.springframework.security.concurrent.DelegatingSecurityContextExecutor.class
org.springframework.security.concurrent.AbstractDelegatingSecurityContextSupport.class
org.springframework.security.concurrent.DelegatingSecurityContextScheduledExecutorService.class
org.springframework.security.concurrent.DelegatingSecurityContextCallable.class
org.springframework.security.concurrent.DelegatingSecurityContextExecutorService.class
org.springframework.security.authentication.ProviderManager$NullEventPublisher.class
org.springframework.security.authentication.BadCredentialsException.class
org.springframework.security.authentication.DefaultAuthenticationEventPublisher.class
org.springframework.security.authentication.AuthenticationProvider.class
org.springframework.security.authentication.AuthenticationCredentialsNotFoundException.class
org.springframework.security.authentication.jaas.JaasGrantedAuthority.class
org.springframework.security.authentication.jaas.SecurityContextLoginModule.class
org.springframework.security.authentication.jaas.JaasAuthenticationToken.class
org.springframework.security.authentication.jaas.JaasNameCallbackHandler.class
org.springframework.security.authentication.jaas.AbstractJaasAuthenticationProvider$InternalCallbackHandler.class
org.springframework.security.authentication.jaas.JaasAuthenticationProvider.class
org.springframework.security.authentication.jaas.DefaultJaasAuthenticationProvider.class
org.springframework.security.authentication.jaas.AuthorityGranter.class
org.springframework.security.authentication.jaas.event.JaasAuthenticationFailedEvent.class
org.springframework.security.authentication.jaas.event.JaasAuthenticationEvent.class
org.springframework.security.authentication.jaas.event.JaasAuthenticationSuccessEvent.class
org.springframework.security.authentication.jaas.AbstractJaasAuthenticationProvider.class
org.springframework.security.authentication.jaas.memory.InMemoryConfiguration.class
org.springframework.security.authentication.jaas.DefaultLoginExceptionResolver.class
org.springframework.security.authentication.jaas.LoginExceptionResolver.class
org.springframework.security.authentication.jaas.JaasPasswordCallbackHandler.class
org.springframework.security.authentication.jaas.JaasAuthenticationCallbackHandler.class
org.springframework.security.authentication.encoding.ShaPasswordEncoder.class
org.springframework.security.authentication.encoding.MessageDigestPasswordEncoder.class
org.springframework.security.authentication.encoding.PasswordEncoderUtils.class
org.springframework.security.authentication.encoding.Md5PasswordEncoder.class
org.springframework.security.authentication.encoding.BaseDigestPasswordEncoder.class
org.springframework.security.authentication.encoding.LdapShaPasswordEncoder.class
org.springframework.security.authentication.encoding.PlaintextPasswordEncoder.class
org.springframework.security.authentication.encoding.PasswordEncoder.class
org.springframework.security.authentication.encoding.Md4PasswordEncoder.class
org.springframework.security.authentication.encoding.BasePasswordEncoder.class
org.springframework.security.authentication.encoding.Md4.class
org.springframework.security.authentication.LockedException.class
org.springframework.security.authentication.AuthenticationServiceException.class
org.springframework.security.authentication.rcp.RemoteAuthenticationProvider.class
org.springframework.security.authentication.rcp.RemoteAuthenticationManager.class
org.springframework.security.authentication.rcp.RemoteAuthenticationException.class
org.springframework.security.authentication.rcp.RemoteAuthenticationManagerImpl.class
org.springframework.security.authentication.CredentialsExpiredException.class
org.springframework.security.authentication.RememberMeAuthenticationProvider.class
org.springframework.security.authentication.event.LoggerListener.class
org.springframework.security.authentication.event.AuthenticationFailureExpiredEvent.class
org.springframework.security.authentication.event.AuthenticationFailureBadCredentialsEvent.class
org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent.class
org.springframework.security.authentication.event.AuthenticationFailureProxyUntrustedEvent.class
org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent.class
org.springframework.security.authentication.event.AuthenticationFailureServiceExceptionEvent.class
org.springframework.security.authentication.event.AuthenticationFailureLockedEvent.class
org.springframework.security.authentication.event.AuthenticationFailureCredentialsExpiredEvent.class
org.springframework.security.authentication.event.AuthenticationFailureDisabledEvent.class
org.springframework.security.authentication.event.AbstractAuthenticationEvent.class
org.springframework.security.authentication.event.AuthenticationFailureProviderNotFoundEvent.class
org.springframework.security.authentication.event.AuthenticationSuccessEvent.class
org.springframework.security.authentication.AccountStatusException.class
org.springframework.security.authentication.AnonymousAuthenticationProvider.class
org.springframework.security.authentication.AuthenticationManager.class
org.springframework.security.authentication.ProviderNotFoundException.class
org.springframework.security.authentication.UsernamePasswordAuthenticationToken.class
org.springframework.security.authentication.ProviderManager$1.class
org.springframework.security.authentication.InsufficientAuthenticationException.class
org.springframework.security.authentication.AbstractAuthenticationToken.class
org.springframework.security.authentication.AuthenticationTrustResolver.class
org.springframework.security.authentication.RememberMeAuthenticationToken.class
org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.class
org.springframework.security.authentication.dao.ReflectionSaltSource.class
org.springframework.security.authentication.dao.DaoAuthenticationProvider$1.class
org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider$DefaultPostAuthenticationChecks.class
org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider$DefaultPreAuthenticationChecks.class
org.springframework.security.authentication.dao.DaoAuthenticationProvider.class
org.springframework.security.authentication.dao.SystemWideSaltSource.class
org.springframework.security.authentication.dao.SaltSource.class
org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider$1.class
org.springframework.security.authentication.AuthenticationDetailsSource.class
org.springframework.security.authentication.TestingAuthenticationToken.class
org.springframework.security.authentication.TestingAuthenticationProvider.class
org.springframework.security.authentication.AnonymousAuthenticationToken.class
org.springframework.security.authentication.AuthenticationTrustResolverImpl.class
org.springframework.security.authentication.AccountExpiredException.class
org.springframework.security.authentication.AccountStatusUserDetailsChecker.class
org.springframework.security.authentication.DisabledException.class
org.springframework.security.authentication.ProviderManager.class
org.springframework.security.authentication.InternalAuthenticationServiceException.class
org.springframework.security.authentication.AuthenticationEventPublisher.class
org.springframework.security.provisioning.UserDetailsManager.class
org.springframework.security.provisioning.JdbcUserDetailsManager.class
org.springframework.security.provisioning.JdbcUserDetailsManager$1.class
org.springframework.security.provisioning.MutableUserDetails.class
org.springframework.security.provisioning.GroupManager.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-framework-bom-4.3.5.RELEASE.jar
/org.springframework/spring-framework-bom/4.3.5.RELEASE
查看spring-framework-bom所有版本文件
|