blob: 187b038e0c1961316c93fb054d42ae7820d22e78 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You 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.
-->
<document>
<header><title>ManifoldCF - 開発者リソース</title></header>
<properties>
</properties>
<body>
<section id="securityarchitecturediagrams">
<title>セキュリティアーキテクチャ図</title>
<p>以下はManifoldCFのセキュリティアーキテクチャ図です:</p>
<br/><br/>
<figure src="images/ja_JP/SecurityArchitecture.png" alt="ManifoldCF Security Architecture" width="80%"/>
<br/><br/>
<p>Apacheを使って認証を行う場合は、以下のようなモデルになります:</p>
<br/><br/>
<figure src="images/ja_JP/LCFApacheArchitecture.png" alt="ManifoldCF Security Architecture, with Apache" width="80%"/>
<br/><br/>
</section>
<section id="processarchitecturediagrams">
<title>プロセスアーキテクチャ図</title>
<p>以下はManifoldCFのプロセスアーキテクチャ図です:</p>
<br/><br/>
<figure src="images/ja_JP/MCFProcessArchitecture.png" alt="ManifoldCF Process Architecture" width="80%"/>
<br/><br/>
</section>
<section id="howtowriteconnectors">
<title>コネクションの作成</title>
<p>コネクタを作成するとよりManifoldCFプロジェクトのことを理解することができます。また、成果物をプロジェクトに貢献する事もできます。
</p>
<ul>
<li><a href="writing-output-connectors.html">出力コネクションの作成</a></li>
<li><a href="writing-mapping-connectors.html">How to write a user mapping connector</a></li>
<li><a href="writing-authority-connectors.html">権限コネクションの作成</a></li>
<li><a href="writing-repository-connectors.html">リポジトリコネクションの作成</a></li>
</ul>
</section>
</body>
</document>