keycloak-scim/docbook/saml-adapter-docs/reference/en/en-US/master.xml

85 lines
2.9 KiB
XML
Raw Normal View History

2016-02-03 10:20:22 +00:00
<!--
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
~ and other contributors as indicated by the @author tags.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
2015-10-05 17:33:38 +00:00
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.docbook.org/xml/4.4/docbookx.dtd"
[
2015-10-08 20:19:43 +00:00
<!ENTITY Overview SYSTEM "modules/overview.xml">
2015-10-06 19:56:44 +00:00
<!ENTITY AdapterConfig SYSTEM "modules/adapter-config.xml">
<!ENTITY JBossAdapter SYSTEM "modules/jboss-adapter.xml">
<!ENTITY TomcatAdapter SYSTEM "modules/tomcat-adapter.xml">
<!ENTITY Jetty9Adapter SYSTEM "modules/jetty9-adapter.xml">
<!ENTITY Jetty8Adapter SYSTEM "modules/jetty8-adapter.xml">
2015-10-09 22:49:15 +00:00
<!ENTITY FilterAdapter SYSTEM "modules/servlet-filter-adapter.xml">
2015-11-25 14:52:11 +00:00
<!ENTITY Assertions SYSTEM "modules/assertion-api.xml">
2015-10-06 19:56:44 +00:00
<!ENTITY Logout SYSTEM "modules/logout.xml">
2015-11-24 21:48:24 +00:00
<!ENTITY ErrorHandling SYSTEM "modules/adapter_error_handling.xml">
2016-01-26 00:34:57 +00:00
<!ENTITY DEBUGGING SYSTEM "modules/debugging.xml">
2016-01-29 04:28:11 +00:00
<!ENTITY Migrating SYSTEM "modules/MigrationFromOlderVersions.xml">
<!ENTITY IDP_REG SYSTEM "modules/idp-registration.xml">
2015-10-05 17:33:38 +00:00
]>
<book>
<bookinfo>
<title>Keycloak SAML Client Adapter Reference Guide</title>
2015-10-08 20:19:43 +00:00
<subtitle>SAML 2.0 Client Adapters</subtitle>
2015-10-05 17:33:38 +00:00
<releaseinfo>&project.version;</releaseinfo>
</bookinfo>
<toc/>
<preface id="preface" revision="1">
<title>Preface</title>
<para>
In some of the example listings, what is meant to be displayed on one line does not fit
inside the available page width. These lines have been broken up. A '\' at the end of a
line means that a break has been introduced to fit in the page, with the following lines
indented. So:
<programlisting>
Let's pretend to have an extremely \
long line that \
does not fit
This one is short
</programlisting>
Is really:
<programlisting>
Let's pretend to have an extremely long line that does not fit
This one is short
</programlisting>
</para>
</preface>
2015-10-08 20:19:43 +00:00
&Overview;
2015-10-06 19:56:44 +00:00
&AdapterConfig;
&JBossAdapter;
&TomcatAdapter;
&Jetty9Adapter;
&Jetty8Adapter;
2015-10-09 22:49:15 +00:00
&FilterAdapter;
2016-01-29 04:28:11 +00:00
&IDP_REG;
2015-10-06 19:56:44 +00:00
&Logout;
2015-11-25 14:52:11 +00:00
&Assertions;
2015-11-24 21:48:24 +00:00
&ErrorHandling;
2016-01-26 00:34:57 +00:00
&DEBUGGING;
2016-01-29 04:28:11 +00:00
&Migrating;
2015-10-06 19:56:44 +00:00
2015-10-05 17:33:38 +00:00
</book>