组织ID: |
org.apache.directory.server |
项目ID: |
apacheds-bootstrap-partition |
版本: |
1.5.0 |
最后修改时间: |
2019-09-18 11:32:42 |
包类型: |
jar |
标题: |
ApacheDS Bootstrap Partition |
描述: |
A special jar file that contains a pre-loaded partition with schema
information. This schema partition will mount off of the ou=schema
namingContext. This artifact contains the db files for this partition.
It must be used with the apacheds-bootstrap-extract jar which contains
the classes to install these files. |
大小: |
207.84KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-bootstrap-partition</artifactId>
<version>1.5.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.directory.server:apacheds-bootstrap-partition:1.5.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="ISO-8859-1"?><project>
<parent>
<artifactId>build</artifactId>
<groupId>org.apache.directory.server</groupId>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>apacheds-bootstrap-partition</artifactId>
<name>ApacheDS Bootstrap Partition</name>
<version>1.5.0</version>
<description>A special jar file that contains a pre-loaded partition with schema
information. This schema partition will mount off of the ou=schema
namingContext. This artifact contains the db files for this partition.
It must be used with the apacheds-bootstrap-extract jar which contains
the classes to install these files.</description>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<property>
<name>jarFilePath</name>
<value>${basedir}/src/test/resources/test.jar</value>
</property>
<property>
<name>destDirPath</name>
<value>${basedir}/target/extracted</value>
</property>
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-bootstrap-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>load</goal>
</goals>
</execution>
</executions>
<configuration>
<disabledSchemas>
<disabledSchema>nis</disabledSchema>
<disabledSchema>krb5kdc</disabledSchema>
<disabledSchema>samba</disabledSchema>
<disabledSchema>autofs</disabledSchema>
<disabledSchema>apachedns</disabledSchema>
<disabledSchema>corba</disabledSchema>
<disabledSchema>dhcp</disabledSchema>
<disabledSchema>mozilla</disabledSchema>
</disabledSchemas>
<indexedAttributes>
<indexedAttribute>objectClass</indexedAttribute>
<indexedAttribute>ou</indexedAttribute>
<indexedAttribute>cn</indexedAttribute>
<indexedAttribute>m-oid</indexedAttribute>
<indexedAttribute>m-disabled</indexedAttribute>
</indexedAttributes>
<bootstrapSchemaClasses>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.ApachednsSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.AutofsSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.CollectiveSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.CorbaSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.CosineSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.DhcpSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.InetorgpersonSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.JavaSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.Krb5kdcSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.MozillaSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.NisSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.SambaSchema</bootstrapSchemaClass>
</bootstrapSchemaClasses>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>nlog4j</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-jdbm-store</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-bootstrap-extract</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-schema-extras</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org/apache/directory/server/schema/bootstrap/partition/DBFILES
org/apache/directory/server/schema/bootstrap/partition/schema/objectClass.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheNdn.lg
org/apache/directory/server/schema/bootstrap/partition/schema/m-oid.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheNdn.db
org/apache/directory/server/schema/bootstrap/partition/schema/master.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheExistance.lg
org/apache/directory/server/schema/bootstrap/partition/schema/objectClass.db
org/apache/directory/server/schema/bootstrap/partition/schema/ou.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheOnealias.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheUpdn.lg
org/apache/directory/server/schema/bootstrap/partition/schema/master.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheAlias.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheExistance.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheUpdn.db
org/apache/directory/server/schema/bootstrap/partition/schema/cn.db
org/apache/directory/server/schema/bootstrap/partition/schema/ou.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheAlias.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheHierarchy.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheSubalias.db
org/apache/directory/server/schema/bootstrap/partition/schema/m-disabled.lg
org/apache/directory/server/schema/bootstrap/partition/schema/m-disabled.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheHierarchy.lg
org/apache/directory/server/schema/bootstrap/partition/schema/cn.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheSubalias.lg
org/apache/directory/server/schema/bootstrap/partition/schema/m-oid.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheOnealias.db
META-INF/NOTICE.txt
META-INF/LICENSE.txt
META-INF/maven/org.apache.directory.server/apacheds-bootstrap-partition/pom.xml
META-INF/maven/org.apache.directory.server/apacheds-bootstrap-partition/pom.properties
|
依赖Jar: |
apacheds-jdbm-store-1.5.0.jar
/org.apache.directory.server/apacheds-jdbm-store/1.5.0
查看apacheds-jdbm-store所有版本文件
apacheds-bootstrap-extract-1.5.0.jar
/org.apache.directory.server/apacheds-bootstrap-extract/1.5.0
查看apacheds-bootstrap-extract所有版本文件
apacheds-schema-extras-1.5.0.jar
/org.apache.directory.server/apacheds-schema-extras/1.5.0
查看apacheds-schema-extras所有版本文件
|