hello i\'m trying to perform abased form authentication on jboss: these are my configuration files. login-config.xml:
i\'ve successfully run a based FORM authentication project and trying to do the same with an icefaces project. In other terms i want to use ice:form instead of form, so i was wondering if i couldredir
The problem is that this is a JAAS login application.The below method uses Java\'s Callback class and it\'s kinda bugging me out. Because it is wired in with the Callback class (among other things) th
I started to use Jackrabbit in my project. As i found out there is no complex LoginModule and AccessManager given. I mean we can find SimpleLoginModule but it is just a mock.
The case is easy: user clicks logout, goes to LogoutFilter and: HttpServletRequest hreq = (HttpServletReques开发者_如何学Ct) request;
I\'m using JAAS and have applied security on some fol开发者_Go百科ders for different roles. I want to hide some navigation for different users because, although the pages are not accessible, the user
I\'ve configured JAAS in glassfish 3.0 and used JDBCRealm for authenticating users. It\'s working properly and URL(s) are restricted. But the method
I\'m trying to use Jaas, Java Authentication and Autorisation service. The server is App Engine so, it is impossible to edit web.xml.
I have implemented SSO for tomcat using the valve in the config.xml however all my apps use one realm and the server (geronimo) another.
I plan to create a Java EE application in which, obviously, there will be users, groups and rights. As this application is all new, I\'ll use Java EE 6 and EJB security annotations : @RolesAllowed, @D