| <?xml version="1.0"?> |
| |
| <!-- |
| 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 - Technical Resources</title></header> |
| <properties> |
| </properties> |
| <body> |
| |
| <section id="securityarchitecturediagrams"> |
| <title>Security Architecture Diagrams</title> |
| <p>For those who prefer a pictorial representation of ManifoldCF's security architecture, this might help.</p> |
| <br/><br/> |
| <figure src="images/en_US/SecurityArchitecture.png" alt="ManifoldCF Security Architecture" width="80%"/> |
| <br/><br/> |
| <p>If you are using Apache to perform authentication, the model is slightly different.</p> |
| <br/><br/> |
| <figure src="images/en_US/LCFApacheArchitecture.png" alt="ManifoldCF Security Architecture, with Apache" width="80%"/> |
| <br/><br/> |
| </section> |
| |
| <section id="processarchitecturediagrams"> |
| <title>Process Architecture Diagrams</title> |
| <p>A pictorial representation of ManifoldCF's process architecture is below.</p> |
| <br/><br/> |
| <figure src="images/en_US/MCFProcessArchitecture.png" alt="ManifoldCF Process Architecture" width="80%"/> |
| <br/><br/> |
| </section> |
| |
| <section id="howtowriteconnectors"> |
| <title>How to Write Connectors</title> |
| <p>Writing connectors for ManifoldCF is a great way to learn about the project and contribute something useful! Read about how to do that by navigating to the links provided below. |
| </p> |
| <ul> |
| <li><a href="writing-output-connectors.html">How to write an output connector</a></li> |
| <li><a href="writing-transformation-connectors.html">How to write a transformation connector</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">How to write an authority connector</a></li> |
| <li><a href="writing-repository-connectors.html">How to write a repository connector</a></li> |
| </ul> |
| </section> |
| |
| </body> |
| </document> |