jUDDI Installation and configuration

237 Views Asked by At

I have installed the basic jUDDI Server in my machine. I am able to Register the Service and able to read my Service info as a new user. I want to restrict the users who wants to look up my services. I want only my clients to access these information. I want to authenticate them so only my clients can view the business, service, tModel, Binding Template information. How can I achieve this? Can any body help me get through this?

1

There are 1 best solutions below

3
On

Try turning on the setting the requires authentication for the inquiry API. You can find it in the juddiv3.xml config file for the server. Here's the xpath to get you there.

config/juddi/auth/Inquiry=true

Future readers, the documentation is located here for the current release (as of this time of this post) https://juddi.apache.org/docs/3.3/juddi-guide/html/ch04.html#_administering_users_and_access_control

but the website https://juddi.apache.org/docs.html will get you to whatever is current. The docs (that website) is also available as part of the distribution and (i think) maven artifacts