27 September 2005

RSA Authentication API config for Java

For independent applications and application server's that RSA did not provide any
agent, we can use Java API for entegration.In this work our platform is
Ace server 6.0
Java API 5.0.3
RedHat Enterprise 3.0

First off all on Ace Server site, we create an agent host tagged as Unix Agent.After
defining acting master and slave servers get the sdconf.rec to the linux machine.
On linux machine you need to download Java_API tar file and open it on any default directory as you wish..

In this directory go to the sample directory and compile jar files resides on lib directory..

[root@redent sample]# pwd
/root/rsa/examples/sample

[root@redent sample]#javac -classpath ../../lib/authapi.jar:../../lib/log4j-1.2.8.jar *.java io/*.java

No comments: