We have JAVA JEE5 enterprise application consisting of a web module and an app client running on glassfish.
I\'m running Tomcat 6.0.29 and created a realm and loginmodule of my own.They are defined in server.xml like so:
This is a long shot but I thought it was worth a try. We have designed a java servlet running on jboss and authenticating using ldap (edit: via JAAS). Now the customer wants to change to radius auth
Hi I am using Bonita5.2 and the Tomcat6.0.19 I exported the application(which gives a war file and some config file and libraries) and deployed in the tomcat. When I run the application, after the log
I\'ve got a web application, deployed on GlassFish 3.0.1, which is using container managed security. It\'s a simple, standard form based implementation using j_security_check against a JDBCRealm. Ever
The subject pretty much sums up the question. Normally a JAAS login module is deployed outside of an EAR application (which uses the authentication service, but doesn\'t deploy it).
I wrote a custom LoginModule which works just fine in JBoss, however, now I need to deploy it on Websphere 7 and I just can\'t find the appropriate way to register the LoginModule. Does anybody know开
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
I\'m trying to get JAAS working with OC4J. I\'ve gotten JAAS working before with JBoss. Using JAAS with JBoss is simple (to me).
Actually I am interested in Java AA framework that supports many types of A&A. I found that exist JAAS, but did not find any information about OpenId support.开发者_运维问答 Maybe there exists a m