[JBoss-user] [Security & JAAS/JBoss] - Re: How to disable authorization, but keep authentication

2005-02-21 Thread borisn
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 :

[JBoss-user] [Security & JAAS/JBoss] - How to disable authorization, but keep authentication

2005-02-21 Thread borisn
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

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem to add Principal to the Subject

2005-02-09 Thread borisn
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

[JBoss-user] [Security & JAAS/JBoss] - Problem to add Principal to the Subject

2005-02-09 Thread borisn
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());

[JBoss-user] [Security & JAAS/JBoss] - How to get client?s IP Address on a server side

2005-02-03 Thread borisn
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

[JBoss-user] [Security & JAAS/JBoss] - Problem to get user?s credentials from ORB object

2005-02-02 Thread borisn
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