Oracle Waveset 8.1.1 Deployment Guide

Example Object Resource Attribute Declaration

The following example shows how prototypeXML defines fields displayed on the Create/Edit Resource page.


Example 10–2 prototypeXML Defining Fields Displayed on Create/Edit Resource Page


<ResourceAttributes>
   <ResourceAttribute name=’Host’ description=’The host name running the resource
      agent.’ multi=’false’ value=’n’>
   </ResourceAttribute>
   <ResourceAttribute name=’TCP Port’ description=’The TCP/IP port used to communicate
      with the LDAP server.’ multi=’false’ value=’9278’>
   </ResourceAttribute>
   <ResourceAttribute name=’user’ description=’The administrator user name with which
      the system should authenticate.’ multi=’false’ value=’Administrator’>
   </ResourceAttribute>
   <ResourceAttribute name=’password’ type=’encrypted’ description=’The password that
      should be used when authenticating.’ multi=’false’ value=’VhXrkGkfDKw=’>
   </ResourceAttribute>
   <ResourceAttribute name=’domain’ description=’The name of the domain in which
      accounts will be created.’ multi=’false’ value=’AD’>
   </ResourceAttribute>
</ResourceAttributes>

The Waveset Administrative interface displays the resource attributes for the default resource as specified.