<authentication> Element

This element contains the settings required for a user of EditLive! for Java to authenticate themselves to a specific Web server realm.  The element should contain the settings for each realm that the instance of EditLive! for Java concerned may access.

Element Tree Structure

<editLiveForJava>
    <authentication>

<editLiveForJava>
     ...
     <authentication>
          <!--authentication configuration settings-->
     </authentication>
     ...
</editLiveForJava>

Child Elements

Element Description
<realm> This element contains the authentication settings for a specific realm.

Remarks

The <authentication> element can appear only once within the <editLiveForJava> element.

See Also