Federation Guides › Partnership Federation Guide › Assertion Processing Customization (Relying Party) › Customize Assertion Processing (Relying Party) › 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 CA SiteMinder® Federation 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_install_dir\siteminder\bin\jars\SmJavaApi.jar
federation_install_dir is the directory where you installed CA SiteMinder® Federation
- 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 © 2013 CA.
All rights reserved.
|
|