If you want to see that authentication works just comment the authorization stuff in getRoleSet and try it with sth like this instead:
anonymous wrote :
| Group curGroup = new SimpleGroup("authenticated");
| curGroup.addMember(ntlmIdent);
| roleGroup.addMember(curGroup);
|
I did not made authorization work the way intended neither (but didn´t need it). If I needed it I would read the roles with code from the LdapLoginModule unless there is a solution here..
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989392#3989392
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989392
Hello,
I've been playing around with the NegotiateLoginModule as it's described in the Wiki. What I found out and found worthy to tell, I added in the Wiki Page (like I promised to Anil in Berlin :).
Is anybody else working on / playing with that? Will it make its way into a GA release one day? Isn´t it such an interesting feature that a lot of people must be interested in?
At the moment, it only properly seems to support authentication (not authorization), but the authorization part seems easy to add (the ldap way..).
What I don´t like with it at the moment is that there seems to be just too much communication with the ADS (authentication with every request), is someone planing to make it smarter concerning that (or perhaps might have even done this)?
Cheers,
Andreas
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989387#3989387
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989387
hey guys
Please excuse me if I am sounding naive, I am no SOA expert.
I need a way to constantly feed data to a client, its almost as if the client was a stock ticker.
I was wondering if you ever heard of streaming soap over a webservice (or if its actually possible). Is this more of a ESB level paradigm?
there is a streaming XML parser called STax but you need to open a socket stream in order to get access to the source. However, opening sockets defeats the purpose of a SOA architecture and will cause some firewall issues.
any information would be greatly apperciated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989383#3989383
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989383