| 组织ID: |
org.jasig.service |
| 项目ID: |
person-directory-impl |
| 版本: |
1.5.0-RC2 |
| 最后修改时间: |
2019-10-23 03:05:38 |
| 包类型: |
jar |
| 标题: |
Person Directory Implementations |
| 描述: |
Provides implementations of the Person Directory API that have the capability of aggregating attributes from multiple data sources into a single view. |
| 大小: |
93.14KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jasig.service</groupId>
<artifactId>person-directory-impl</artifactId>
<version>1.5.0-RC2</version>
</dependency>
|
| Gradle引入代码: |
org.jasig.service:person-directory-impl:1.5.0-RC2
|
| 下载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.jasig.service</groupId>
<artifactId>person-directory-parent</artifactId>
<version>1.5.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>person-directory-impl</artifactId>
<packaging>jar</packaging>
<name>Person Directory Implementations</name>
<description>Provides implementations of the Person Directory API that have the capability of aggregating attributes from multiple data sources into a single view.</description>
<dependencies>
<!--========== Compile Dependencies ==========-->
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jasig.service</groupId>
<artifactId>person-directory-api</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>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springmodules</groupId>
<artifactId>spring-modules-cache</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<!--========== Runtime Dependencies ==========-->
<!--========== Test Dependencies ==========-->
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-server-jndi</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-server-unit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
PersonData.xsd
org.jasig.services.persondir.support.ComplexStubPersonAttributeDao.class
org.jasig.services.persondir.support.CachingPersonAttributeDaoImpl.class
org.jasig.services.persondir.support.xml.XmlPersonAttributeDao.class
org.jasig.services.persondir.support.xml.XmlPersonAttributeDao$AttributeLoader.class
org.jasig.services.persondir.support.xml.CachingJaxbLoader.class
org.jasig.services.persondir.support.xml.om.Attribute.class
org.jasig.services.persondir.support.xml.om.ObjectFactory.class
org.jasig.services.persondir.support.xml.om.PersonData.class
org.jasig.services.persondir.support.xml.om.Person.class
org.jasig.services.persondir.support.xml.CachingJaxbLoader$UnmarshallingCallback.class
org.jasig.services.persondir.support.xml.XmlPersonAttributeDao$1.class
org.jasig.services.persondir.support.xml.CachingJaxbLoaderImpl.class
org.jasig.services.persondir.support.NamedPersonImpl.class
org.jasig.services.persondir.support.CachingPersonAttributeDaoImpl$PersonAttributeDaoMethodInvocation.class
org.jasig.services.persondir.support.rule.DeclaredRulePersonAttributeDao.class
org.jasig.services.persondir.support.rule.AttributeRule.class
org.jasig.services.persondir.support.rule.SimpleAttributeRule.class
org.jasig.services.persondir.support.AttributeBasedCacheKeyGenerator$2.class
org.jasig.services.persondir.support.CaseInsensitiveNamedPersonImpl.class
org.jasig.services.persondir.support.CachingPersonAttributeDaoImpl$SingletonPersonImpl.class
org.jasig.services.persondir.support.AttributeBasedCacheKeyGenerator$3.class
org.jasig.services.persondir.support.BasePersonImpl.class
org.jasig.services.persondir.support.QueryType.class
org.jasig.services.persondir.support.AdditionalDescriptors.class
org.jasig.services.persondir.support.AttributeBasedCacheKeyGenerator$CachableMethod.class
org.jasig.services.persondir.support.MergingPersonAttributeDaoImpl.class
org.jasig.services.persondir.support.AttributeBasedCacheKeyGenerator.class
org.jasig.services.persondir.support.jdbc.MultiRowJdbcPersonAttributeDao.class
org.jasig.services.persondir.support.jdbc.MultiRowJdbcPersonAttributeDao$1.class
org.jasig.services.persondir.support.jdbc.AbstractJdbcPersonAttributeDao.class
org.jasig.services.persondir.support.jdbc.SingleRowJdbcPersonAttributeDao.class
org.jasig.services.persondir.support.jdbc.PartialWhereClause.class
org.jasig.services.persondir.support.jdbc.MultiRowJdbcPersonAttributeDao$LinkedHashMapFactory.class
org.jasig.services.persondir.support.jdbc.ColumnMapParameterizedRowMapper.class
org.jasig.services.persondir.support.BasePersonAttributeDao.class
org.jasig.services.persondir.support.AbstractQueryPersonAttributeDao.class
org.jasig.services.persondir.support.AttributeBasedCacheKeyGenerator$1.class
org.jasig.services.persondir.support.AbstractDefaultAttributePersonAttributeDao.class
org.jasig.services.persondir.support.ldap.AttributeMapAttributesMapper.class
org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao.class
org.jasig.services.persondir.support.ldap.LogicalFilterWrapper$1.class
org.jasig.services.persondir.support.ldap.LogicalFilterWrapper.class
org.jasig.services.persondir.support.AdditionalDescriptorsPersonAttributeDao.class
org.jasig.services.persondir.support.EchoPersonAttributeDaoImpl.class
org.jasig.services.persondir.support.AbstractAggregatingDefaultQueryPersonAttributeDao.class
org.jasig.services.persondir.support.AbstractFlatteningPersonAttributeDao.class
org.jasig.services.persondir.support.CaseInsensitiveAttributeNamedPersonImpl.class
org.jasig.services.persondir.support.CascadingPersonAttributeDao.class
org.jasig.services.persondir.support.RegexGatewayPersonAttributeDao.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
|