cancel
Showing results for 
Search instead for 
Did you mean: 

JNDI remote access

Former Member
0 Kudos

Hi,

I have one question about accessing JNDI. I have created some objects in JNDI registry. (EJB's + Datasource + JMS objects)

Now i want to get access to these objects from external client (application running on another j2ee app. server). I can lookup ANY JNDI object from remote client with administrator account; but i would like to know how to get permission for external client to lookup only for selected objects.

Thanks for answer.

Best Regards,

Michal Petrik

Accepted Solutions (0)

Answers (1)

Answers (1)

elitsa_pancheva
Explorer
0 Kudos

Hello Michal,

The current implementation of engine's jndi service does not support security constraints per binding. Permissions are applied per operation, i.e. if a certain user has permission to perform lookup operation they are able to lookup any object in a certain namespace.

But the lookup of an object by some user is not itself an issue if this user is not authorized to call the methods of this object. In this direction you can configure specific permissions for the looked up object's methods invocation.

Kind Regards,

Elitsa

Message was edited by: Elitsa Pancheva

Former Member
0 Kudos

Hello Elitsa,

Thanks for your answer.

Best regards,

Michal Petrik