A control file could contain the following properties.
# host of my job scheduler scheduler-host=zwasc013.rtp.raleigh.ibm.com # http port of my job scheduler server scheduler-port=9182 # user id of job submitter submitter-userid=jobman # job submitter password submitter-password=foobar1a # enable debug debug=true # increase timeout to 8 seconds per message timeout=8000
PropFilePasswordEncoder WSGrid.cntl submitter-password
The result is that submitter-password in the WSGrid.cntl file is encoded in place. After the PropFilePasswordEncoder is run against WSGrid.cntl file, the value of the submitter-password is encoded. For example:
submitter-password={xor}OTAwPT4tbj4=