An overview of Jetspeed-2 security architecture is available here .
Jetspeed 2 のセキュリティアーキテクチャの概略は この文書 にあります。
Jetspeed-2 provides a LoginModule implementation that leverage the security SPI model to interact with multiple authentication mechanisms.
Jetspeed 2 は複数の認証メカニズムが関係するセキュリティ SPI モデルを利用した LoginModule の実装 を提供しています。
Jetspeed authentication configuration is managed by the security-spi-atn.xml located in the portal application assembly directory. Jetspeed-2 supports authentication against:
Jetspeed の認証の設定は ポータルアプリケーションを構築するためのディレクトリ にある security-spi-atn.xml ファイルによって管理されます。Jetspeed 2 は
Jetspeed-2 provides a relational database backed JAAS policy implementation.
Jetspeed 2 は リレーショナルデータベースがバックエンドとなる JAAS ポリシー実装 を提供します。
Jetspeed-2 authorization implementation relies on a SPI model as well and is configured through security-spi-atz.xml
.
Configuration details are available here.
その上 Jetspeed 2 の承認の実装は SPI モデルに依存しています。そして、security-spi-atz.xml
で設定を行います。
設定の詳細は この文書 を参照してください。