| Interstage Application Server 移行ガイド |
目次
索引
![]()
|
| 付録B V5.1以前のServletサービスの環境定義ファイル | > B.6 Webアプリケーション環境定義ファイル(deployment descriptor) | > B.6.3 Webアプリケーション環境定義ファイル(deployment descriptor)のタグの詳細 |
セキュリティロールの定義は、security-roleタグで定義します。
-------------------------------------------------------------------------------
<security-role>
<role-name>
name
</role-name>
</security-role>
-------------------------------------------------------------------------------
|
タグ名 |
説明 |
タグの |
複数の |
|---|---|---|---|
|
role-name |
セキュリティロール名を定義します。 |
× |
× |
-------------------------------------------------------------------------------
<web-app>
<security-role>
<role-name>
Administrator
</role-name>
</security-role>
</web-app>
-------------------------------------------------------------------------------
目次
索引
![]()
|