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
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
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
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
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.
This question already has answers here: 开发者_如何学JAVA Closed 11 years ago. Possible Duplicate:
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
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.
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:
I\'m getting this exception when trying to access a JAX-WS webservice running on the same WAS 7.0 server as the client.