realm
Custom Realm for ObjectDB, using ObjectDB with HTTP Basic authentication
I want to implement HTTP Basic Authentication for my web services, but I also want to use ObjectDB to store credentials. Is there any way to do this? I guess I\'m in the need of a custom realm, and al[详细]
2023-04-11 07:07 分类:问答Which JAR contains AppservPasswordLoginModule in GlassFish 3.1
I want to develop a custom 开发者_开发知识库realm for GlassFish 3.1 in NetBeans 7.0.1, and I want to import the JAR that contains the class com.sun.appserv.security.AppservPasswordLoginModule to the p[详细]
2023-04-10 11:12 分类:问答Detect a realm authentication failure reason in Tomcat
I wrote a custom Realm for Tomcat 7. I wrap it in the lockout Realm provided by the default installation of Tomcat. The lockout feature works fine, but in my web.xml, I have[详细]
2023-04-08 19:59 分类:问答How to unlock a tomcat user?
I am using Tomcat 7.0 and a user i defined at tomcat-users.xml is locked. I saw warnings at ca开发者_如何学Pythontalina.out that the user is locked. How can i unlock it without restarting tomcat? I se[详细]
2023-04-02 07:06 分类:问答Custom Tomcat Realm and a whole load of JARs in the Lib directory
So I am working on a project whereby we needed to create a custom Tomcat Realm implementation to read authentication credentials from a mongo backed datastore.[详细]
2023-03-26 11:26 分类:问答JDBC Realm Form Authentication How To [duplicate]
This question already has answers here: 开发者_如何学JAVA Closed 11 years ago. Possible Duplicate:[详细]
2023-03-08 18:11 分类:问答Sharing credentials between different Tomcat Webapps
I have two webapps that will both be sitting on the same domain/tomcat application server, just in different context paths.(e.g.abc.com/abc and abc.com/def ).One is an older struts 1.0 application and[详细]
2023-03-02 12:10 分类:问答What should I set REALM to, using LightOpenID, for Google url's to remain consistent, for storage in my database?
Recently, I noticed that when storing the resulting identity in my database, Google would sometimes return a different identity for the same user, resulting in two database entries for a single user.[详细]
2023-02-20 08:31 分类:问答group memberships in (AD) ldap Realm
I use the JAAS Framework for the authentification and authorization process in a java ee enterprise application. I use GlassFish as the application server. My realm configuration looks like:[详细]
2023-01-30 16:38 分类:问答com.ibm.websphere.security.WSSecurityException: the realms do not match
I\'m getting this exception when trying to access a JAX-WS webservice running on the same WAS 7.0 server as the client.[详细]
2023-01-10 22:58 分类:问答