I have been using my own internal custom authorization model which evaluates whether a user has permission to view, edit, delete, or create an item.For instance, one place I use this is to determine i
I am trying to use JAAS to authenticate my users.My project is in GWT v2, which runs jetty.I use eclipse for development.
I\'ve got a custom login module in an ear on jboss. The ear\'s META-INF has a jboss-app.xml which points at a login-service.xml which contains an mbean that points to a login-config.xml which defines
How can I make Grizzly HTTP server allow JaaS f开发者_StackOverflow中文版or simple HTTP AUTH? I can\'t see any code/sample out there: There\'s another post here in StackOverflow that directly assumes
I just went through this tutorial: htt开发者_运维知识库p://java.sun.com/docs/books/tutorial/security/tour2/index.html
I have this code to create 开发者_如何学Goa configuration of a java client to connect to a JBoss application server:
I am trying to write a LoginModule that authenticates users with Jackrabbit repository. However, I want it to check the credentials that are stored in repository itself. So the problem is, in my Login
I\'m attempting to enable SSL communication from a web service client (Axis2) using the certificate on the user\'s CAC card.Works like a 开发者_JAVA技巧charm....UNTIL the web server is CAC enabled.At
I\'m trying to find a simple, flexible way to add JaaS authentication to REST.I found a post that I think leads me in the right direction (See StevenC\'s answer).It sounds like the servlet container i
We currently have an application that runs an embedded jetty 6.1.14 server to which we need to add authentication via Kerberos.I\'m new to Kerberos, which makes the task about 100x harder that maybe i