jaas « Java EE « Spring Q&A





1. Accessing Spring context inside a JAAS login module    forum.springsource.org

Accessing Spring context inside a JAAS login module I've written a JAAS login module that uses our proprietary LDAP (with very specific role configuration). We're still evaluating whether to use JNDI ...

2. RFE: Provide a way to translate the JAAS LoginExceptions    forum.springsource.org

RFE: Provide a way to translate the JAAS LoginExceptions In my JAASLoginModule, I throw a subclass of LoginException upon InvalidCredentials, UserNotFound, .... However, the current LDAPProvider does not foresee a way ...

3. Jboss, JAAS, Spring -- working example?    forum.springsource.org

Jboss, JAAS, Spring -- working example? Hi, I'm currently trying to configure, for prototyping purposes, the Acegi security system to work with a JBoss and JAAS deployment I currently have working. ...

4. JAAS with Spring    forum.springsource.org

5. JAAS problem...    forum.springsource.org

JAAS problem... Hi there, My app looks like this: Business layer is a spring/hibernate-based application with SLSB EJB working as session facade to some POJO hibernate-based persistance layer. It's deployed as ...

6. Existing application with JAAS    forum.springsource.org

Existing application with JAAS Hi there! We have the following scenario: We already have an enterprise app (web, ejbs) that authenticates against a JAAS domain (configured in login-config.xml of JBoss). We ...

7. Spring and JAAS (on Tomcat)    forum.springsource.org

Spring and JAAS (on Tomcat) Hello, I am trying to use Spring to instantiate an authentication bean that I would like to use in my implementation of the LoginModule (JAAS) on ...

8. Spring Remote Proxy for JAAS    forum.springsource.org

9. JAAS Sample    forum.springsource.org

JAAS Sample Hello people, i have been trying for quite some time now getting spring-security to work with jaas. somehow i beleve i am doing something wrong with the bean-hockup. what ...





10. JAAS AuthorityGranter never called    forum.springsource.org

JAAS AuthorityGranter never called Hello I have a problem with my JAAS integration into spring. ...

11. How to configure Spring with JAAS?    forum.springsource.org

How to configure Spring with JAAS? I have been following http://static.springframework.org/sp...html/jaas.html with good success until I got to the part I care most about, how to configure Spring Security to use ...

12. JAAS and Tomcat    forum.springsource.org

JAAS and Tomcat Hi there, We're trying to configure a Spring-base webapp with JAAS (Spring 2.5, Spring Security 2.0.4). We have a working config with JBoss and Weblogic with the related ...

13. Automatic JAAS to Spring Sec. Context grabber?    forum.springsource.org

Automatic JAAS to Spring Sec. Context grabber? Hi. I am going to have some spring framework running inside of some EJBs that are deployed onto a glassfish app server. I'm going ...