Hello!
I have developed a general TCP/IP Socket Resource Adaptor.
I can send you the source code if you want.
If you want more info, contact me vial mail.
Richard
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849834#3849834
Reply to the post :
http://www.
Hello Scott,
I've added a RFE with the title "kerberos for JMS" to sourceforge.
Maybe there is a possible solution.
Grettings, Richard
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845014#3845014
Reply to the post :
http://www.jboss.org/index.html?module=b
Hello to all!
I'm asking myself (and you) if I can use Kerberos for authentication and encryption to
JMS like the GSS API can be used for a secured connection.
I want to realise the following scenario:
- Sending binary messages from EJB's to a client over an unsecured network (Internet)
and ba
Hello
I've solved the Problem. In my Servlet I call a custom class which performs a kerberos
login. In this class I had to put the configuration name of the application policy.
Then everything works fine.
See the code:
String confname = "TestSecDomain";
| beanCallbackHandler = new BeanCallbac
Hello...
I'm developing a servlet, which calls some custom classes. One of these classes does a
kerberos login using the krb5login module. To get the servlet and the classes working,
I have to define the exact class in the application policy of the default security
domain "other" in the login-c