jaas
JAAS web-security on jboss 5
hello i\'m trying to perform abased form authentication on jboss: these are my configuration files. login-config.xml:[详细]
2023-03-08 11:26 分类:问答how to redirect to j_security_check in the managed bean?
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[详细]
2023-03-08 09:59 分类:问答How do I set it up so that the below login method accepts input from 2 JTextfield boxes?
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[详细]
2023-03-08 02:30 分类:问答Jackrabbit Security
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.[详细]
2023-02-28 10:40 分类:问答how to clear user principals after logout?
The case is easy: user clicks logout, goes to LogoutFilter and: HttpServletRequest hreq = (HttpServletReques开发者_如何学Ct) request;[详细]
2023-02-26 05:04 分类:问答How can I hide some content based on user role in JSF?
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[详细]
2023-02-25 11:36 分类:问答Is "isUserInRole" method related to JAAS?
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[详细]
2023-02-24 16:42 分类:问答Jaas needs a Java Policy I don't know how to provide it
I\'m trying to use Jaas, Java Authentication and Autorisation service. The server is App Engine so, it is impossible to edit web.xml.[详细]
2023-02-17 12:11 分类:问答Tomcat Single Sign On: server console app and my own apps realms clashing
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.[详细]
2023-02-14 22:27 分类:问答User/group implementation compatible with JAAS
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[详细]
2023-02-11 22:38 分类:问答
加载中,请稍侯......