Start of new ref doc structure with asciidoc
This commit is contained in:
22
docs/src/reference/asciidoc/index-docinfo.xml
Normal file
22
docs/src/reference/asciidoc/index-docinfo.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<releaseinfo>{revnumber}</releaseinfo>
|
||||
<productname>Spring Security Kerberos</productname>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Janne</firstname>
|
||||
<surname>Valkealahti</surname>
|
||||
<affiliation>Pivotal</affiliation>
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<copyright>
|
||||
<year>2015</year>
|
||||
<holder>Pivotal Software, Inc.</holder>
|
||||
</copyright>
|
||||
|
||||
<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>
|
||||
|
||||
20
docs/src/reference/asciidoc/index.adoc
Normal file
20
docs/src/reference/asciidoc/index.adoc
Normal file
@@ -0,0 +1,20 @@
|
||||
:java-ClassLoader: http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html
|
||||
:core-ApplicationContext: http://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/context/ApplicationContext.html
|
||||
:core-beans-factory-placeholderconfigurer: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-factory-placeholderconfigurer
|
||||
:core-beans-environment: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-environment
|
||||
:core-ResourcePatternResolver: http://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/core/io/support/ResourcePatternResolver.html
|
||||
:core-ref-util: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/xsd-config.html#xsd-config-body-schemas-util-properties
|
||||
:core-aop-schema-advisors: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/aop.html#aop-schema-advisors
|
||||
:core-dao: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html
|
||||
:core-dao-exceptions: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html#dao-exceptions
|
||||
:core-jdbc: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html
|
||||
:core-jdbc-JdbcTemplate: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html#jdbc-JdbcTemplate
|
||||
|
||||
= Spring Security Kerberos - Reference Documentation
|
||||
|
||||
include::preface.adoc[]
|
||||
include::introduction.adoc[]
|
||||
|
||||
[[springandssk]]
|
||||
include::ssk.adoc[]
|
||||
|
||||
10
docs/src/reference/asciidoc/introduction.adoc
Normal file
10
docs/src/reference/asciidoc/introduction.adoc
Normal file
@@ -0,0 +1,10 @@
|
||||
[[introduction]]
|
||||
= Introduction
|
||||
|
||||
Spring Security Kerberos is an extension of Spring Security for
|
||||
application developers to Kerberos concepts with Spring.
|
||||
|
||||
== Requirements
|
||||
|
||||
Spring Security Kerberos {revnumber} is built and tested with JDK 7, Spring
|
||||
Framework {spring-version}.
|
||||
11
docs/src/reference/asciidoc/preface.adoc
Normal file
11
docs/src/reference/asciidoc/preface.adoc
Normal file
@@ -0,0 +1,11 @@
|
||||
[preface]
|
||||
== Preface
|
||||
TBD
|
||||
|
||||
This reference documentations contains following parts.
|
||||
|
||||
<<introduction>> introduction to this reference documentation
|
||||
|
||||
<<springsecuritykerberos>> describes the usage of Spring Security
|
||||
Kerberos
|
||||
|
||||
14
docs/src/reference/asciidoc/ssk.adoc
Normal file
14
docs/src/reference/asciidoc/ssk.adoc
Normal file
@@ -0,0 +1,14 @@
|
||||
[[springsecuritykerberos]]
|
||||
= Spring and Spring Security Kerberos
|
||||
|
||||
This part of the reference documentation explains the core functionality
|
||||
that Spring Security Kerberos provides to any Spring based application.
|
||||
|
||||
<<ssk-config>> describes the generic configuration support.
|
||||
|
||||
|
||||
[[ssk-config]]
|
||||
== Spring Security Kerberos Configuration
|
||||
|
||||
TBD
|
||||
|
||||
Reference in New Issue
Block a user