jaas
Java JEE5 App. Client with windows authentication and without prompting for user name and password
We have JAVA JEE5 enterprise application consisting of a web module and an app client running on glassfish.[详细]
2023-01-24 20:22 分类:问答Why is Tomcat manager using my LoginModule?
I\'m running Tomcat 6.0.29 and created a realm and loginmodule of my own.They are defined in server.xml like so:[详细]
2023-01-19 03:57 分类:问答How to add radius to jboss ldap authentication?
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[详细]
2023-01-18 09:14 分类:问答java.lang.SecurityException: Unable to locate a login configuration
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[详细]
2023-01-18 04:30 分类:问答Retry login with form based container managed security
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[详细]
2023-01-17 02:37 分类:问答Can a JAAS login module be deployed in an EAR (on JBoss 5)?
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).[详细]
2023-01-15 09:45 分类:问答Custom LoginModule in Websphere 7
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开[详细]
2023-01-15 09:35 分类:问答Accesing spring context from jaas LoginModule [closed]
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.[详细]
2023-01-12 18:56 分类:问答Configuring JAAS on OC4J
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).[详细]
2023-01-12 17:16 分类:问答Do Authentication and Authorization frameworks for Java that support openId exist (except Spring security)?
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[详细]
2023-01-11 09:02 分类:问答
加载中,请稍侯......