前のトピック: realms.xml でのローカルによる認証の構成次のトピック: セキュリティ領域の複数ファイルの使用について


ローカルによる認証が有効になった realms.xml 構文

realms.xml ファイルからのサンプル コードを以下に示します。

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<realms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="0.1" xsi:noNamespaceSchemaLocation="realms0.1.xsd">
    <realm descriptor="Local Users and Groups Realm" id="Local Users and Groups" active="true">
        <property name="usersFile">
            <value>users.xml</value>
        </property>
    </realm>