That's what I am doing now.
|
|
| Fibo
| *
|
|
But, I have to put it in all ejb-jar.xml files. So, I was wondering if there
any other way to disable authorization.
Thanks
Borisanonymous wrote :
Hi,
I want to use only authentication part, but disable authorization on all beans.
As soon as security turned on (by adding security-domain to standardjboss.xml)
all beans? methods are access controlled and I have to add entries to all
ejb-jar.xml files (and we have a lot of them) to grant per
Thanks Scott,
But it implies that I have to have client?s IP address on the server, which is
what exactly I am trying to achieve by propagating this IpPrincipal. So, it
seems like adding a new Principal is not going to work for me. Do you know any
other way how I can get client?s IP address on s
Hi,
I am trying to add my own Principal to Subject and extract it on server side on
JBoss 3.2.6. For some reason it seems like Subject does not contain it on
server. Here is what I am doing:
On client:
UsernamePasswordHandler handler = new UsernamePasswordHandler(id,
pass.toCharArray());
Hi,
I need to know client?s IP Address on a server side ? anyone knows how to do
it? I run a java client which looks up a bean and performs some operations on
it.
Thanks
Boris
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865053#3865053
Reply
Hi,
I have a problem to get user?s credentials on the server side from ORB object.
I run a simple application on jboss-3.2.6
- runs in ?all? configuration;
- has modified standardjboss.xml - added security-domain
- has modified login-config.xml - added corresponding to