Federation Manager Guide › Federation Partnerships › Customize Assertion Processing › Deploy a Message Consumer Plug-in
Deploy a Message Consumer Plug-in
After you have coded your implementation class for the MessageConsumerPlugin interface, compile it and verify that Federation Manager can find your executable file.
Follow these steps:
- Compile the MessageConsumerPlugin Java file. The file requires the following dependent libraries, which are installed with the product:
federation_mgr_home\siteminder\bin\jars\SmJavaApi.jar
federation_mgr_home is the directory where you installed Federation Manager
- When a plug-in class is available, in a folder or a jar file, modify the -Djava.class.path value in the JVMOptions.txt file. This step enables the plug-in class to load with the modified classpath.
Locate the JVMOptions.txt file in the directory federation_mgr_installation_home\siteminder\config.
Note: Do not modify the classpath for the existing xerces.jar, xalan.jar, or SmJavaApi.jar.
- Restart the system to pick up the latest version of MessageConsumerPlugin. This step is necessary each time the plug-in Java file is recompiled.
- Enable the plug-in.
|
Copyright © 2012 CA.
All rights reserved.
|
|