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}" />
| Attribute |
Description |
Type |
Required? |
| directoryid |
The ID of the Directory as defined in the
directory.properties file.
|
String
|
Yes either directoryid or directoryurl must be defined
|
| participant |
ID of the participant that will connect to the directory.
|
String
|
Yes Unless preset is 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.properties file instead of the
default one located in the conf/ directory.
|
File
|
?
|
| refid |
|
Reference
|
?
|
| preset |
A preset in the directory.properties file that
contains connection properties.
|
String
|
Yes Unless participant is defined.
|