Sun Java System Portal Server 7.1 Technical Reference

generate-by-exact

The generate-by-exact function generates a source with a specified value, but only if an existing source exactly matches another value.

Parameters

The parameters used with the generate-by-exact function and their description are:

dst

Name of source to generate.

value

Value to assign dst.

src

Source against which to match.

Example

The following example sets the classification to Siroe if the host is www.siroe.com.


Generate fn="generate-by-exact" match="www.siroe.com:80" src="host"
value="Siroe" dst="classification"