<fuego : passport>

Description

Definition of a directory passport used to connect to a directory service. It includes information about a Fuego Directory plus credentials to establish a connection to it. Example:
  <!-- Define a fuego "passport" -->
  <fuego:passport id="fuego.passport"
         directoryid="${fuego.directoryid}"
         participant="${fuego.participant}"
            password="${fuego.password}" />
	

Parameters

Attribute Description Type Required?
participant ID of the participant that will connect to the directory. String Yes Unless preset is defined
directoryid The ID of the Directory as defined in the directory.xml file. String Yes either directoryid or directoryurl must be defined
password The password of the participant. String ?
directoryurl The URL of the Fuego Directory. String Yes either directoryid or directoryurl must be defined
properties Use a different directory.xml file instead of the default one located in the conf/ directory. File ?
refid Reference ?
preset A preset in the directory.xml file that contains connection properties. String Yes Unless participant is defined.

Parameters accepted as nested elements