記述形式
<muf_property> ... <muf_admin> <security> <authentication> <class name="クラス名"/> </authentication> </security> ... </muf_admin> </muf_property>
要素の内容
要素名 | 説明 | 省略 | 複数指定 |
---|---|---|---|
authentication | リクエストの正当性をチェックする情報を子要素classで指定します。 | × | × |
class | リクエストの正当性をチェックするのに使用するクラス名をname属性に指定します。 | × | × |
×: 不可能
注意
クラス名は、“com.fujitsu.interstage.rcf.mashup.auth.SessionChecker”固定です。変更しないでください。
記述例
<muf_property> ... <muf_admin> <security> <authentication> <class name="com.fujitsu.interstage.rcf.mashup.auth.SessionChecker"/> </authentication> </security> ... </muf_admin> </muf_property>