File: index.xml

package info (click to toggle)
libspring-ldap-java 1.3.1.RELEASE-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,876 kB
  • sloc: java: 12,509; xml: 4,104; jsp: 36; makefile: 31; sh: 13
file content (53 lines) | stat: -rw-r--r-- 1,575 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
        "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book xmlns:xi="http://www.w3.org/2001/XInclude">
	<bookinfo>
		<title>Spring LDAP - Reference Documentation</title>
		<releaseinfo>&version;</releaseinfo>

		<authorgroup>
			<author>
				<firstname>Mattias</firstname>
				<surname>Arthursson</surname>
			</author>
			<author>
				<firstname>Ulrik</firstname>
				<surname>Sandberg</surname>
			</author>
			<author>
				<firstname>Eric</firstname>
				<surname>Dalquist</surname>
			</author>
			<author>
				<firstname>Keith</firstname>
				<surname>Barlow</surname>
			</author>
		</authorgroup>

		<legalnotice>
			<para>
				Copies of this document may be made for your own use and
				for distribution to others, provided that you do not
				charge any fee for such copies and further provided that
				each copy contains this Copyright Notice, whether
				distributed in print or electronically.
			</para>
		</legalnotice>
	</bookinfo>

	<toc />
	<xi:include href="preface.xml" />
	<xi:include href="overview.xml" />
	<xi:include href="basic.xml" />
	<xi:include href="dirobjectfactory.xml" />
	<xi:include href="executors.xml" />
	<xi:include href="contextprocessor.xml" />
	<xi:include href="transactions.xml" />
	<xi:include href="simple.xml" />
	<xi:include href="configuration.xml" />
	<xi:include href="pooling.xml" />
	<xi:include href="user-authentication.xml" />
	<xi:include href="ldif-parsing.xml" />
	<xi:include href="odm.xml" />
</book>