Include valve classes from external packages
This document describes how to make PhenixID Authentication Services recognize valve classes outside of the com.phenixidentity package.
This is applicable when own valves have been developed.
Configuration
Linux
- Shutdown the PhenixID service
- Open <phenixid_root>/bin/start-phenixID.sh
- Add java parameter. In this example, a package name called mypackage.com.mycustomer is included.
-Dcom.phenixidentity.valve.detectionpattern=com\.phenixidentity\..,mypackage\.com\.mycustomer\..
Windows
- Shutdown the PhenixID service
- Open <phenixid_root>/bin/phenixidservice.vmoptions
- Add java parameter. In this example, a package name called mypackage.com.mycustomer is included.
-Dcom.phenixidentity.valve.detectionpattern=com\.phenixidentity\..,mypackage\.com\.mycustomer\..