组织ID: |
org.springframework.ldap |
项目ID: |
spring-ldap-core |
版本: |
1.3.1.RELEASE |
最后修改时间: |
2018-07-26 16:37:20 |
包类型: |
jar |
标题: |
Spring LDAP Core |
大小: |
226.30KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>1.3.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.ldap:spring-ldap-core:1.3.1.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-parent</artifactId>
<version>1.3.1.RELEASE</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ldap-core</artifactId>
<packaging>jar</packaging>
<name>Spring LDAP Core</name>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<goals>
<goal>javacc</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<!-- External Dependencies -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>ldapbp</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<!-- Spring Dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>gsbase</groupId>
<artifactId>gsbase</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.ldap.AttributeInUseException.class
org.springframework.ldap.AttributeModificationException.class
org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator.class
org.springframework.ldap.AuthenticationException.class
org.springframework.ldap.AuthenticationNotSupportedException.class
org.springframework.ldap.BadLdapGrammarException.class
org.springframework.ldap.CannotProceedException.class
org.springframework.ldap.CommunicationException.class
org.springframework.ldap.ConfigurationException.class
org.springframework.ldap.ContextNotEmptyException.class
org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor.class
org.springframework.ldap.control.AbstractRequestControlDirContextProcessor.class
org.springframework.ldap.control.CreateControlFailedException.class
org.springframework.ldap.control.PagedResult.class
org.springframework.ldap.control.PagedResultsCookie.class
org.springframework.ldap.control.PagedResultsDirContextProcessor.class
org.springframework.ldap.control.PagedResultsRequestControl.class
org.springframework.ldap.control.SortControlDirContextProcessor.class
org.springframework.ldap.core.AttributeModificationsAware.class
org.springframework.ldap.core.AttributesMapper.class
org.springframework.ldap.core.AttributesMapperCallbackHandler.class
org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback.class
org.springframework.ldap.core.AuthenticationErrorCallback.class
org.springframework.ldap.core.AuthenticationSource.class
org.springframework.ldap.core.CollectingNameClassPairCallbackHandler.class
org.springframework.ldap.core.ContextAssembler.class
org.springframework.ldap.core.ContextExecutor.class
org.springframework.ldap.core.ContextMapper.class
org.springframework.ldap.core.ContextMapperCallbackHandler.class
org.springframework.ldap.core.ContextSource.class
org.springframework.ldap.core.DefaultDnParserFactory.class
org.springframework.ldap.core.DefaultNameClassPairMapper.class
org.springframework.ldap.core.DirContextAdapter.class
org.springframework.ldap.core.DirContextOperations.class
org.springframework.ldap.core.DirContextProcessor.class
org.springframework.ldap.core.DirContextProxy.class
org.springframework.ldap.core.DistinguishedName.class
org.springframework.ldap.core.DistinguishedNameEditor.class
org.springframework.ldap.core.DnParser.class
org.springframework.ldap.core.DnParserImpl.class
org.springframework.ldap.core.DnParserImplConstants.class
org.springframework.ldap.core.DnParserImplTokenManager.class
org.springframework.ldap.core.LdapEncoder.class
org.springframework.ldap.core.LdapEntryIdentification.class
org.springframework.ldap.core.LdapEntryIdentificationContextMapper.class
org.springframework.ldap.core.LdapOperations.class
org.springframework.ldap.core.LdapRdn.class
org.springframework.ldap.core.LdapRdnComponent$ImmutableLdapRdnComponent.class
org.springframework.ldap.core.LdapRdnComponent.class
org.springframework.ldap.core.LdapTemplate$1.class
org.springframework.ldap.core.LdapTemplate$10.class
org.springframework.ldap.core.LdapTemplate$11.class
org.springframework.ldap.core.LdapTemplate$12.class
org.springframework.ldap.core.LdapTemplate$13.class
org.springframework.ldap.core.LdapTemplate$14.class
org.springframework.ldap.core.LdapTemplate$15.class
org.springframework.ldap.core.LdapTemplate$16.class
org.springframework.ldap.core.LdapTemplate$17.class
org.springframework.ldap.core.LdapTemplate$18.class
org.springframework.ldap.core.LdapTemplate$19.class
org.springframework.ldap.core.LdapTemplate$2.class
org.springframework.ldap.core.LdapTemplate$20.class
org.springframework.ldap.core.LdapTemplate$21.class
org.springframework.ldap.core.LdapTemplate$22.class
org.springframework.ldap.core.LdapTemplate$23.class
org.springframework.ldap.core.LdapTemplate$24.class
org.springframework.ldap.core.LdapTemplate$25.class
org.springframework.ldap.core.LdapTemplate$26.class
org.springframework.ldap.core.LdapTemplate$27.class
org.springframework.ldap.core.LdapTemplate$28.class
org.springframework.ldap.core.LdapTemplate$29.class
org.springframework.ldap.core.LdapTemplate$3.class
org.springframework.ldap.core.LdapTemplate$30.class
org.springframework.ldap.core.LdapTemplate$31.class
org.springframework.ldap.core.LdapTemplate$4.class
org.springframework.ldap.core.LdapTemplate$5.class
org.springframework.ldap.core.LdapTemplate$6.class
org.springframework.ldap.core.LdapTemplate$7.class
org.springframework.ldap.core.LdapTemplate$8.class
org.springframework.ldap.core.LdapTemplate$9.class
org.springframework.ldap.core.LdapTemplate$MappingCollectingNameClassPairCallbackHandler.class
org.springframework.ldap.core.LdapTemplate$NullAuthenticatedLdapEntryContextCallback.class
org.springframework.ldap.core.LdapTemplate$NullAuthenticationErrorCallback.class
org.springframework.ldap.core.LdapTemplate$NullDirContextProcessor.class
org.springframework.ldap.core.LdapTemplate.class
org.springframework.ldap.core.NameClassPairCallbackHandler.class
org.springframework.ldap.core.NameClassPairMapper.class
org.springframework.ldap.core.ObjectRetrievalException.class
org.springframework.ldap.core.ParseException.class
org.springframework.ldap.core.SearchExecutor.class
org.springframework.ldap.core.SimpleCharStream.class
org.springframework.ldap.core.support.AbstractContextMapper.class
org.springframework.ldap.core.support.AbstractContextSource$SimpleAuthenticationSource.class
org.springframework.ldap.core.support.AbstractContextSource.class
org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy$TlsAwareDirContextProxy.class
org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.AggregateDirContextProcessor.class
org.springframework.ldap.core.support.BaseLdapPathAware.class
org.springframework.ldap.core.support.BaseLdapPathBeanPostProcessor.class
org.springframework.ldap.core.support.BaseLdapPathContextSource.class
org.springframework.ldap.core.support.BaseLdapPathSource.class
org.springframework.ldap.core.support.CollectingAuthenticationErrorCallback.class
org.springframework.ldap.core.support.CountNameClassPairCallbackHandler.class
org.springframework.ldap.core.support.DefaultDirObjectFactory.class
org.springframework.ldap.core.support.DefaultTlsDirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.DigestMd5DirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.DirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.DirContextSource.class
org.springframework.ldap.core.support.ExternalTlsDirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.LdapContextSource.class
org.springframework.ldap.core.support.LookupAttemptingCallback.class
org.springframework.ldap.core.support.SimpleDirContextAuthenticationStrategy.class
org.springframework.ldap.core.support.SingleContextSource$NonClosingDirContextInvocationHandler.class
org.springframework.ldap.core.support.SingleContextSource.class
org.springframework.ldap.core.Token.class
org.springframework.ldap.core.TokenMgrError.class
org.springframework.ldap.filter.AbstractFilter.class
org.springframework.ldap.filter.AndFilter.class
org.springframework.ldap.filter.BinaryLogicalFilter.class
org.springframework.ldap.filter.CompareFilter.class
org.springframework.ldap.filter.EqualsFilter.class
org.springframework.ldap.filter.Filter.class
org.springframework.ldap.filter.FilterEditor.class
org.springframework.ldap.filter.GreaterThanOrEqualsFilter.class
org.springframework.ldap.filter.HardcodedFilter.class
org.springframework.ldap.filter.LessThanOrEqualsFilter.class
org.springframework.ldap.filter.LikeFilter.class
org.springframework.ldap.filter.NotFilter.class
org.springframework.ldap.filter.NotPresentFilter.class
org.springframework.ldap.filter.OrFilter.class
org.springframework.ldap.filter.PresentFilter.class
org.springframework.ldap.filter.WhitespaceWildcardsFilter.class
org.springframework.ldap.InsufficientResourcesException.class
org.springframework.ldap.InterruptedNamingException.class
org.springframework.ldap.InvalidAttributeIdentifierException.class
org.springframework.ldap.InvalidAttributesException.class
org.springframework.ldap.InvalidAttributeValueException.class
org.springframework.ldap.InvalidNameException.class
org.springframework.ldap.InvalidSearchControlsException.class
org.springframework.ldap.InvalidSearchFilterException.class
org.springframework.ldap.LdapReferralException.class
org.springframework.ldap.LimitExceededException.class
org.springframework.ldap.LinkException.class
org.springframework.ldap.LinkLoopException.class
org.springframework.ldap.MalformedLinkException.class
org.springframework.ldap.NameAlreadyBoundException.class
org.springframework.ldap.NameNotFoundException.class
org.springframework.ldap.NamingException.class
org.springframework.ldap.NamingSecurityException.class
org.springframework.ldap.NoInitialContextException.class
org.springframework.ldap.NoPermissionException.class
org.springframework.ldap.NoSuchAttributeException.class
org.springframework.ldap.NotContextException.class
org.springframework.ldap.OperationNotSupportedException.class
org.springframework.ldap.PartialResultException.class
org.springframework.ldap.pool.DelegatingContext.class
org.springframework.ldap.pool.DelegatingDirContext.class
org.springframework.ldap.pool.DelegatingLdapContext.class
org.springframework.ldap.pool.DirContextType.class
org.springframework.ldap.pool.factory.DirContextPoolableObjectFactory.class
org.springframework.ldap.pool.factory.MutablePoolingContextSource.class
org.springframework.ldap.pool.factory.PoolingContextSource.class
org.springframework.ldap.pool.MutableDelegatingLdapContext.class
org.springframework.ldap.pool.validation.DefaultDirContextValidator.class
org.springframework.ldap.pool.validation.DirContextValidator.class
org.springframework.ldap.ReferralException.class
org.springframework.ldap.SchemaViolationException.class
org.springframework.ldap.ServiceUnavailableException.class
org.springframework.ldap.SizeLimitExceededException.class
org.springframework.ldap.support.AttributeValueCallbackHandler.class
org.springframework.ldap.support.LdapUtils$CollectingAttributeValueCallbackHandler.class
org.springframework.ldap.support.LdapUtils.class
org.springframework.ldap.support.ListComparator.class
org.springframework.ldap.TimeLimitExceededException.class
org.springframework.ldap.transaction.compensating.BindOperationExecutor.class
org.springframework.ldap.transaction.compensating.BindOperationRecorder.class
org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory.class
org.springframework.ldap.transaction.compensating.LdapTransactionUtils.class
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager$ContextSourceAndDataSourceTransactionObject.class
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager.class
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager$ContextSourceAndHibernateTransactionObject.class
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
ldapbp-1.0.jar
/com.sun/ldapbp/1.0
查看ldapbp所有版本文件
|