views:

168

answers:

1

we are migrating weblogic from 8.1 to 10.3. We had custom authenticator provider. Is there any standard way to migrate custom authenticator from 8.1 to 10.3? In fact, I could not find the wlManagement.jar in 10.3. I did find a wlManagement.jar file but it only contains .java files, no .class files. Please advise.

A: 

Maybe have a look at Upgrading a Security Provider from the WebLogic 10.3 documentation.

And AFAIK, required classes are in BEA_HOME\wlserver_10.3\server\lib\wls-api.jar.

Pascal Thivent