组织ID: |
org.springframework.ldap |
项目ID: |
spring-ldap-core |
版本: |
2.2.1.RELEASE |
最后修改时间: |
2018-08-01 10:22:35 |
包类型: |
jar |
标题: |
spring-ldap-core |
描述: |
spring-ldap-core |
相关URL: |
http://www.springframework.org/ldap |
大小: |
399.63KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.2.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.ldap:spring-ldap-core:2.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.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.2.1.RELEASE</version>
<name>spring-ldap-core</name>
<description>spring-ldap-core</description>
<url>http://www.springframework.org/ldap</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@gopivotal.com</email>
</developer>
<developer>
<id>marthursson</id>
<name>Mattias Hellborg Arthursson</name>
<email>mattias@261consulting.com</email>
<organization>261 Consulting</organization>
<organizationUrl>http://www.261consulting.com</organizationUrl>
</developer>
<developer>
<id>ulsa</id>
<name>Ulrik Sandberg</name>
<email>ulrik.sandberg@jayway.com</email>
<organization>Jayway</organization>
<organizationUrl>http://www.jayway.com</organizationUrl>
</developer>
</developers>
<contributors>
<contributor>
<name>Eric Dalquist</name>
</contributor>
<contributor>
<name>Marius Scurtescu</name>
</contributor>
<contributor>
<name>Tim Terry</name>
</contributor>
<contributor>
<name>Keith Barlow</name>
</contributor>
<contributor>
<name>Paul Harvey</name>
</contributor>
<contributor>
<name>Marvin S. Addison</name>
</contributor>
</contributors>
<scm>
<connection>scm:git:git://github.com/SpringSource/spring-ldap</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-ldap</developerConnection>
<url>https://github.com/SpringSource/spring-ldap</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.3.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.3.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>4.3.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>
<version>4.0.9</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-core</artifactId>
<version>4.0.9</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.4.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.12.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>4.3.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>4.3.4.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>ldapbp</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>gsbase</groupId>
<artifactId>gsbase</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>2.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.6.5</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.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
<version>1.6.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.6.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-common</artifactId>
<version>1.6.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-reflect</artifactId>
<version>1.6.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.21</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.4.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.LdapDataEntry.class
org.springframework.ldap.OperationNotSupportedException.class
org.springframework.ldap.InvalidAttributeValueException.class
org.springframework.ldap.NoPermissionException.class
org.springframework.ldap.ServiceUnavailableException.class
org.springframework.ldap.NamingException.class
org.springframework.ldap.config.TransactionManagerParser.class
org.springframework.ldap.config.DefaultRenamingStrategyParser.class
org.springframework.ldap.config.ContextSourceParser$UrlsFactory.class
org.springframework.ldap.config.Elements.class
org.springframework.ldap.config.ParserUtils.class
org.springframework.ldap.config.LdapNamespaceHandler.class
org.springframework.ldap.config.ContextSourceParser.class
org.springframework.ldap.config.LdapTemplateParser.class
org.springframework.ldap.CannotProceedException.class
org.springframework.ldap.InterruptedNamingException.class
org.springframework.ldap.InvalidSearchFilterException.class
org.springframework.ldap.odm.typeconversion.ConverterManager.class
org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager$NameToStringConverter.class
org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean$ConverterConfig.class
org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager$StringToNameConverter.class
org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.class
org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager.class
org.springframework.ldap.odm.typeconversion.impl.Converter.class
org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl.class
org.springframework.ldap.odm.typeconversion.impl.StringConverter.class
org.springframework.ldap.odm.typeconversion.impl.converters.FromStringConverter.class
org.springframework.ldap.odm.typeconversion.impl.converters.ToStringConverter.class
org.springframework.ldap.odm.typeconversion.ConverterException.class
org.springframework.ldap.odm.core.OdmException.class
org.springframework.ldap.odm.core.ObjectDirectoryMapper.class
org.springframework.ldap.odm.core.impl.MetaDataException.class
org.springframework.ldap.odm.core.impl.ObjectMetaData.class
org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper$1.class
org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper.class
org.springframework.ldap.odm.core.impl.UnmanagedClassException.class
org.springframework.ldap.odm.core.impl.ObjectMetaData$1.class
org.springframework.ldap.odm.core.impl.CaseIgnoreString.class
org.springframework.ldap.odm.core.impl.InvalidEntryException.class
org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper$EntityData.class
org.springframework.ldap.odm.core.impl.AttributeMetaData.class
org.springframework.ldap.odm.annotations.DnAttribute.class
org.springframework.ldap.odm.annotations.Id.class
org.springframework.ldap.odm.annotations.Attribute.class
org.springframework.ldap.odm.annotations.Attribute$Type.class
org.springframework.ldap.odm.annotations.Entry.class
org.springframework.ldap.odm.annotations.Transient.class
org.springframework.ldap.support.AttributeValueCallbackHandler.class
org.springframework.ldap.support.LdapUtils.class
org.springframework.ldap.support.LdapUtils$CollectingAttributeValueCallbackHandler.class
org.springframework.ldap.support.LdapNameBuilder.class
org.springframework.ldap.support.ListComparator.class
org.springframework.ldap.support.LdapEncoder.class
org.springframework.ldap.core.LdapTemplate$9.class
org.springframework.ldap.core.NameClassPairMapper.class
org.springframework.ldap.core.NameClassPairCallbackHandler.class
org.springframework.ldap.core.AuthenticationErrorCallback.class
org.springframework.ldap.core.LdapTemplate$27.class
org.springframework.ldap.core.LdapOperations.class
org.springframework.ldap.core.LdapTemplate$5.class
org.springframework.ldap.core.LdapEntryIdentificationContextMapper.class
org.springframework.ldap.core.support.AbstractContextSource$SimpleAuthenticationSource.class
org.springframework.ldap.core.support.BaseLdapPathAware.class
org.springframework.ldap.core.support.AbstractContextMapper.class
org.springframework.ldap.core.support.ExternalTlsDirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper$IncrementalAttributeState.class
org.springframework.ldap.core.support.SingleContextSource.class
org.springframework.ldap.core.support.DirContextSource.class
org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy$TlsAwareDirContextProxy.class
org.springframework.ldap.core.support.BaseLdapNameAware.class
org.springframework.ldap.core.support.SingleContextSource$NonClosingDirContextInvocationHandler.class
org.springframework.ldap.core.support.LookupAttemptingCallback.class
org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper.class
org.springframework.ldap.core.support.BaseLdapPathSource.class
org.springframework.ldap.core.support.LdapContextSource.class
org.springframework.ldap.core.support.RangeOption.class
org.springframework.ldap.core.support.AggregateDirContextProcessor.class
org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper$DefaultIncrementalAttributeState.class
org.springframework.ldap.core.support.BaseLdapPathContextSource.class
org.springframework.ldap.core.support.LdapOperationsCallback.class
org.springframework.ldap.core.support.ContextMapperCallbackHandlerWithControls.class
org.springframework.ldap.core.support.DirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.DefaultDirObjectFactory.class
org.springframework.ldap.core.support.SimpleDirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.DefaultTlsDirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.DefaultIncrementalAttributesMapper$1.class
org.springframework.ldap.core.support.AbstractContextSource.class
org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor.class
org.springframework.ldap.core.support.ContextMapperWithControls.class
org.springframework.ldap.core.support.DelegatingBaseLdapPathContextSourceSupport.class
org.springframework.ldap.core.support.DigestMd5DirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.CountNameClassPairCallbackHandler.class
org.springframework.ldap.core.LdapTemplate$26.class
org.springframework.ldap.core.DnParserImplTokenManager.class
org.springframework.ldap.core.LdapTemplate$24.class
org.springframework.ldap.core.LdapTemplate$34.class
org.springframework.ldap.core.DirContextProcessor.class
org.springframework.ldap.core.DirContextOperations.class
org.springframework.ldap.core.LdapRdnComponent$ImmutableLdapRdnComponent.class
org.springframework.ldap.core.AttributesMapper.class
org.springframework.ldap.core.DnParserImpl.class
org.springframework.ldap.core.TokenMgrError.class
org.springframework.ldap.core.ParseException.class
org.springframework.ldap.core.CollectingAuthenticationErrorCallback.class
org.springframework.ldap.core.LdapTemplate$10.class
org.springframework.ldap.core.LdapTemplate$16.class
org.springframework.ldap.core.AttributeModificationsAware.class
org.springframework.ldap.core.LdapTemplate$23.class
org.springframework.ldap.core.LdapTemplate$15.class
org.springframework.ldap.core.ContextSource.class
org.springframework.ldap.core.LdapTemplate$8.class
org.springframework.ldap.core.DistinguishedNameEditor.class
org.springframework.ldap.core.LdapTemplate$1.class
org.springframework.ldap.core.LdapRdnComponent.class
org.springframework.ldap.core.ContextExecutor.class
org.springframework.ldap.core.NameAwareAttributes.class
org.springframework.ldap.core.ContextMapperCallbackHandler.class
org.springframework.ldap.core.LdapTemplate$20.class
org.springframework.ldap.core.DirContextAdapter.class
org.springframework.ldap.core.LdapTemplate$NullAuthenticatedLdapEntryContextCallback.class
org.springframework.ldap.core.LdapRdn.class
org.springframework.ldap.core.AuthenticatedLdapEntryContextMapper.class
org.springframework.ldap.core.LdapTemplate$NullAuthenticationErrorCallback.class
org.springframework.ldap.core.LdapTemplate$17.class
org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback.class
org.springframework.ldap.core.LdapTemplate$29.class
org.springframework.ldap.core.LdapTemplate$13.class
org.springframework.ldap.core.LdapTemplate.class
org.springframework.ldap.core.LdapTemplate$11.class
org.springframework.ldap.core.LdapTemplate$4.class
org.springframework.ldap.core.LdapTemplate$25.class
org.springframework.ldap.core.LdapTemplate$7.class
org.springframework.ldap.core.LdapTemplate$19.class
org.springframework.ldap.core.LdapTemplate$28.class
org.springframework.ldap.core.DirContextProxy.class
org.springframework.ldap.core.DefaultNameClassPairMapper.class
org.springframework.ldap.core.ContextMapper.class
org.springframework.ldap.core.ContextAssembler.class
org.springframework.ldap.core.LdapTemplate$31.class
org.springframework.ldap.core.AttributesMapperCallbackHandler.class
org.springframework.ldap.core.LdapTemplate$18.class
org.springframework.ldap.core.LdapTemplate$MappingCollectingNameClassPairCallbackHandler.class
org.springframework.ldap.core.LdapTemplate$12.class
org.springframework.ldap.core.LdapTemplate$3.class
org.springframework.ldap.core.DnParserImplConstants.class
org.springframework.ldap.core.LdapEntryIdentification.class
org.springframework.ldap.core.LdapTemplate$6.class
org.springframework.ldap.core.LdapTemplate$22.class
org.springframework.ldap.core.IterableNamingEnumeration.class
org.springframework.ldap.core.LdapTemplate$2.class
org.springframework.ldap.core.Token.class
org.springframework.ldap.core.DefaultDnParserFactory.class
org.springframework.ldap.core.LdapTemplate$33.class
org.springframework.ldap.core.NameAwareAttribute.class
org.springframework.ldap.core.SimpleCharStream.class
org.springframework.ldap.core.ObjectRetrievalException.class
org.springframework.ldap.core.LdapTemplate$AuthenticationStatus.class
org.springframework.ldap.core.LdapTemplate$32.class
org.springframework.ldap.core.IncrementalAttributesMapper.class
org.springframework.ldap.core.LdapTemplate$30.class
org.springframework.ldap.core.LdapTemplate$21.class
org.springframework.ldap.core.DistinguishedName.class
org.springframework.ldap.core.LdapTemplate$NullDirContextProcessor.class
org.springframework.ldap.core.AuthenticationSource.class
org.springframework.ldap.core.SearchExecutor.class
org.springframework.ldap.core.DnParser.class
org.springframework.ldap.core.LdapTemplate$14.class
org.springframework.ldap.core.LdapTemplate$ReturningAuthenticatedLdapEntryContext.class
org.springframework.ldap.core.CollectingNameClassPairCallbackHandler.class
org.springframework.ldap.TimeLimitExceededException.class
org.springframework.ldap.PartialResultException.class
org.springframework.ldap.AttributeModificationException.class
org.springframework.ldap.AuthenticationException.class
org.springframework.ldap.InsufficientResourcesException.class
org.springframework.ldap.LdapReferralException.class
org.springframework.ldap.InvalidAttributeIdentifierException.class
org.springframework.ldap.NotContextException.class
org.springframework.ldap.BadLdapGrammarException.class
org.springframework.ldap.LimitExceededException.class
org.springframework.ldap.pool.DelegatingDirContext.class
org.springframework.ldap.pool.DelegatingContext.class
org.springframework.ldap.pool.factory.DirContextPoolableObjectFactory$1.class
org.springframework.ldap.pool.factory.DirContextPoolableObjectFactory.class
org.springframework.ldap.pool.factory.MutablePoolingContextSource.class
org.springframework.ldap.pool.factory.DirContextPoolableObjectFactory$FailureAwareContextProxy.class
org.springframework.ldap.pool.factory.PoolingContextSource.class
org.springframework.ldap.pool.validation.DirContextValidator.class
org.springframework.ldap.pool.validation.DefaultDirContextValidator.class
org.springframework.ldap.pool.DirContextType.class
org.springframework.ldap.pool.PoolExhaustedAction.class
org.springframework.ldap.pool.MutableDelegatingLdapContext.class
org.springframework.ldap.pool.DelegatingLdapContext.class
org.springframework.ldap.pool.FailureAwareContext.class
org.springframework.ldap.MalformedLinkException.class
org.springframework.ldap.control.PagedResult.class
org.springframework.ldap.control.CreateControlFailedException.class
org.springframework.ldap.control.PagedResultsRequestControl.class
org.springframework.ldap.control.PagedResultsDirContextProcessor.class
org.springframework.ldap.control.SortControlDirContextProcessor.class
org.springframework.ldap.control.AbstractRequestControlDirContextProcessor.class
org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor.class
org.springframework.ldap.control.PagedResultsCookie.class
org.springframework.ldap.LinkLoopException.class
org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator.class
org.springframework.ldap.repository.config.LdapRepositoryConfigurationExtension.class
org.springframework.ldap.repository.config.EnableLdapRepositories.class
org.springframework.ldap.repository.config.LdapRepositoriesRegistrar.class
org.springframework.ldap.repository.support.LdapRepositoryFactoryBean.class
org.springframework.ldap.repository.support.LdapRepositoryFactory$LdapQueryLookupStrategy.class
org.springframework.ldap.repository.support.SimpleLdapRepository.class
org.springframework.ldap.repository.support.SimpleLdapRepository$1.class
org.springframework.ldap.repository.support.SimpleLdapRepository$2.class
org.springframework.ldap.repository.support.LdapRepositoryFactory.class
org.springframework.ldap.repository.support.LdapAnnotationProcessor.class
org.springframework.ldap.repository.support.LdapSerializer.class
org.springframework.ldap.repository.support.DefaultLdapAnnotationProcessorConfiguration.class
org.springframework.ldap.repository.support.SimpleLdapRepository$TransformingIterable$1.class
org.springframework.ldap.repository.support.SimpleLdapRepository$Function.class
org.springframework.ldap.repository.support.LdapRepositoryFactory$1.class
org.springframework.ldap.repository.support.QueryDslLdapRepository.class
org.springframework.ldap.repository.support.QueryDslLdapQuery.class
org.springframework.ldap.repository.support.SimpleLdapRepository$TransformingIterable.class
org.springframework.ldap.repository.LdapRepository.class
org.springframework.ldap.repository.Query.class
org.springframework.ldap.repository.query.PartTreeLdapRepositoryQuery.class
org.springframework.ldap.repository.query.LdapQueryCreator$1.class
org.springframework.ldap.repository.query.LdapQueryCreator.class
org.springframework.ldap.repository.query.AnnotatedLdapRepositoryQuery.class
org.springframework.ldap.repository.query.LdapQueryMethod.class
org.springframework.ldap.repository.query.AbstractLdapRepositoryQuery.class
org.springframework.ldap.LinkException.class
org.springframework.ldap.AuthenticationNotSupportedException.class
org.springframework.ldap.pool2.DelegatingDirContext.class
org.springframework.ldap.pool2.DelegatingContext.class
org.springframework.ldap.pool2.factory.DirContextPooledObjectFactory.class
org.springframework.ldap.pool2.factory.PoolConfig.class
org.springframework.ldap.pool2.factory.MutablePooledContextSource.class
org.springframework.ldap.pool2.factory.DirContextPooledObjectFactory$FailureAwareContextProxy.class
org.springframework.ldap.pool2.factory.PooledContextSource.class
org.springframework.ldap.pool2.validation.DirContextValidator.class
org.springframework.ldap.pool2.validation.DefaultDirContextValidator.class
org.springframework.ldap.pool2.DirContextType.class
org.springframework.ldap.pool2.MutableDelegatingLdapContext.class
org.springframework.ldap.pool2.DelegatingLdapContext.class
org.springframework.ldap.pool2.FailureAwareContext.class
org.springframework.ldap.UncategorizedLdapException.class
org.springframework.ldap.CommunicationException.class
org.springframework.ldap.ReferralException.class
org.springframework.ldap.NoInitialContextException.class
org.springframework.ldap.filter.AndFilter.class
org.springframework.ldap.filter.GreaterThanOrEqualsFilter.class
org.springframework.ldap.filter.AbsoluteFalseFilter.class
org.springframework.ldap.filter.FilterEditor.class
org.springframework.ldap.filter.HardcodedFilter.class
org.springframework.ldap.filter.LikeFilter.class
org.springframework.ldap.filter.AbsoluteTrueFilter.class
org.springframework.ldap.filter.NotFilter.class
org.springframework.ldap.filter.CompareFilter.class
org.springframework.ldap.filter.PresentFilter.class
org.springframework.ldap.filter.LessThanOrEqualsFilter.class
org.springframework.ldap.filter.EqualsFilter.class
org.springframework.ldap.filter.Filter.class
org.springframework.ldap.filter.OrFilter.class
org.springframework.ldap.filter.NotPresentFilter.class
org.springframework.ldap.filter.BinaryLogicalFilter.class
org.springframework.ldap.filter.AbstractFilter.class
org.springframework.ldap.filter.WhitespaceWildcardsFilter.class
org.springframework.ldap.ContextNotEmptyException.class
org.springframework.ldap.SizeLimitExceededException.class
org.springframework.ldap.InvalidSearchControlsException.class
org.springframework.ldap.NamingSecurityException.class
org.springframework.ldap.NameNotFoundException.class
org.springframework.ldap.NoSuchAttributeException.class
org.springframework.ldap.ConfigurationException.class
org.springframework.ldap.InvalidNameException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
spring-beans-4.3.4.RELEASE.jar
/org.springframework/spring-beans/4.3.4.RELEASE
查看spring-beans所有版本文件
spring-core-4.3.4.RELEASE.jar
/org.springframework/spring-core/4.3.4.RELEASE
查看spring-core所有版本文件
spring-tx-4.3.4.RELEASE.jar
/org.springframework/spring-tx/4.3.4.RELEASE
查看spring-tx所有版本文件
querydsl-apt-4.0.9.jar
/com.querydsl/querydsl-apt/4.0.9
查看querydsl-apt所有版本文件
querydsl-core-4.0.9.jar
/com.querydsl/querydsl-core/4.0.9
查看querydsl-core所有版本文件
commons-pool-1.6.jar
/commons-pool/commons-pool/1.6
查看commons-pool所有版本文件
commons-pool2-2.4.2.jar
/org.apache.commons/commons-pool2/2.4.2
查看commons-pool2所有版本文件
spring-data-commons-1.12.6.RELEASE.jar
/org.springframework.data/spring-data-commons/1.12.6.RELEASE
查看spring-data-commons所有版本文件
spring-context-4.3.4.RELEASE.jar
/org.springframework/spring-context/4.3.4.RELEASE
查看spring-context所有版本文件
spring-jdbc-4.3.4.RELEASE.jar
/org.springframework/spring-jdbc/4.3.4.RELEASE
查看spring-jdbc所有版本文件
spring-orm-4.3.4.RELEASE.jar
/org.springframework/spring-orm/4.3.4.RELEASE
查看spring-orm所有版本文件
ldapbp-1.0.jar
/com.sun/ldapbp/1.0
查看ldapbp所有版本文件
commons-lang-2.6.jar
/commons-lang/commons-lang/2.6
查看commons-lang所有版本文件
gsbase-2.0.1.jar
/gsbase/gsbase/2.0.1
查看gsbase所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
assertj-core-2.3.0.jar
/org.assertj/assertj-core/2.3.0
查看assertj-core所有版本文件
mockito-core-1.10.19.jar
/org.mockito/mockito-core/1.10.19
查看mockito-core所有版本文件
powermock-api-mockito-1.6.5.jar
/org.powermock/powermock-api-mockito/1.6.5
查看powermock-api-mockito所有版本文件
powermock-api-support-1.6.5.jar
/org.powermock/powermock-api-support/1.6.5
查看powermock-api-support所有版本文件
powermock-core-1.6.5.jar
/org.powermock/powermock-core/1.6.5
查看powermock-core所有版本文件
powermock-module-junit4-1.6.5.jar
/org.powermock/powermock-module-junit4/1.6.5
查看powermock-module-junit4所有版本文件
powermock-module-junit4-common-1.6.5.jar
/org.powermock/powermock-module-junit4-common/1.6.5
查看powermock-module-junit4-common所有版本文件
powermock-reflect-1.6.5.jar
/org.powermock/powermock-reflect/1.6.5
查看powermock-reflect所有版本文件
slf4j-log4j12-1.7.21.jar
/org.slf4j/slf4j-log4j12/1.7.21
查看slf4j-log4j12所有版本文件
spring-test-4.3.4.RELEASE.jar
/org.springframework/spring-test/4.3.4.RELEASE
查看spring-test所有版本文件
|