1. JAAS for human beings stackoverflow.comI am having a hard time understanding JAAS. It all seems more complicated than it should be (especially the Sun tutorials). I need a simple tutorial or example on how to ... |
2. Error reading configuration file for JAAS Authentication Provider in Spring stackoverflow.comReally ripping my hair out on this one. I have a JAAS Authentication Provider configured for my Spring webapp. I've created a bean definition for it as follows:
|
3. Spring Security And Jackrabbit Example Code stackoverflow.comI am looking for an example where Spring Security and Apache Jackrabbit are working together. I want to use Spring Security but Apache Jackrabbit uses JAAS. So if somebody can guide me ... |
4. "Spring Security" and "Java Authentication and Authorization Service(jaas)" stackoverflow.comI'm so new to Spring and Spring security , we have an extended java application (not web application) and trying to use spring as a framework. I've read a little about ... |
5. When to move from Container managed security to alternatives like Apache Shiro, Spring Security? stackoverflow.comI am trying to secure my application which is built using JSF2.0. I am confused about when do people choose to go with security alternatives like Shiro, Spring Security or owasp's esapi ... |
6. JAAS - Acegi forum.springsource.orgJAAS - Acegi I have a simple question with respect to JAAS and acegi. I hope Ray Krueger is checking this forum. 1. After login, JAAS returns a set of principals ... |
7. Spring 1.2 Resource + Acegi 0.8.2 Jaas problem forum.springsource.orgSpring 1.2 Resource + Acegi 0.8.2 Jaas problem We just migrated to Spring 1.2, so upgraded Acegi Security from 0.8.0 to 0.8.2 but having this wiered problem. Not exactly sure where ... |
8. Converting Jaas EJB Application to Acegi forum.springsource.orgi'm not sure... by memory : Object o = SessionContextHolder.getContext().getPrincipal() if o instanceof UserDetails..... UserDetails.getUserName UserDetail.isInRole |
9. Problem during Spring WS authentication using JAAS handler forum.springsource.orgProblem during Spring WS authentication using JAAS handler I have developed a web service using SPRING and trying to add a security to it. The authentication is done using JAAS and ... |
10. Spring Security & JAAS - No LoginModules configured for ... forum.springsource.orgSpring Security & JAAS - No LoginModules configured for ... Hi. I am trying to setup Spring Security to delegate authentication to JAAS. I am following the instructions in "Chapter 15. ... |
11. JAAS and Spring Security 2.0.4, got stuck forum.springsource.orgNov 29th, 2008, 11:54 AM #1 achristiansen View Profile View Forum Posts Private Message Junior Member Join Date Nov 2008 Posts 2 JAAS and Spring Security 2.0.4, got stuck Hello, since ... |
12. Getting Form Fields in JAAS Authentication Provider forum.springsource.orgMy app is using Acegi/JAAS, however the User Details object is an extension of the standard Acegi object. I have extended JaasAuthenticationProvider to create a new UsernamePasswordAuthenticationToken that wraps our implementation ... |
13. Spring + EJB + JAAS: how to get an Authentication inside EJB? forum.springsource.orgSpring + EJB + JAAS: how to get an Authentication inside EJB? Hi, I've setup a swing client + some SLSBs (using spring 2.5.6 + security 2.0.4) including JAAS authentication (client: ... |
14. JAAS and the Authentication Principal forum.springsource.orgJAAS and the Authentication Principal Hi, I'm using JAAS in my Spring project and I need some clarification on what I expect Spring to do and what it's actually doing. To ... |
15. JAAS and Spring Security 3 to exchange AuthN between application forum.springsource.orgHi all, I would like some help understanding how to integrate authentication between two separate web applications in tomcat, see below the configuration Tomcat [Container] |_ AppA [Identity provider implements JAAS] ... |