blob: 960a4f774c525331e901bff3d44368e31b263025 [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セキュリティアーキテクチャ" width="80%"/>
<br/><br/>
<p>Apacheを使って認証を行う場合は、以下のようなモデルになります:</p>
<br/><br/>
<figure src="images/ja_JP/LCFApacheArchitecture.png" alt="ManifoldCFセキュリティアーキテクチャ、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プロセスアーキテクチャ" 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-transformation-connectors.html">変換コネクタの作成</a></li>
<li><a href="writing-mapping-connectors.html">ユーザーマッピングコネクタの作成</a></li>
<li><a href="writing-authority-connectors.html">権限コネクタの作成</a></li>
<li><a href="writing-repository-connectors.html">リポジトリコネクタの作成</a></li>
</ul>
</section>
</body>
</document>