JaasAuthenticationProvider « Java EE « Spring Q&A





1. Changes in JaasAuthenticationProvider since 3.0.0.RELEASE    forum.springsource.org

Hi, The visibility of some methods in the class org.springframework.security.authentication.jaas.J aasAuthenticationProvider has been modified from public to default ("package") since the version 3.0.0.RELEASE. In particular (but maybe not limited to) the ...

2. problem about JaasAuthenticationProvider    forum.springsource.org

problem about JaasAuthenticationProvider I made the configuration as the reference told. /WEB-INF/security/jaas.config NamePassword but It didn't work . ...

3. extending JaasAuthenticationProvider    forum.springsource.org

extending JaasAuthenticationProvider I would like to extend JaasAuthenticationProvider to handle the returned Principals in a different way. I would like to override authenticate method only, but there are certain private variables ...

4. AuthorityGranter hanging JaasAuthenticationProvider    forum.springsource.org

AuthorityGranter hanging JaasAuthenticationProvider Fix Found: See below. Hello, I'm configuring a web application to use JAAS and am using Spring 2.5 and Spring Security 2.0.1. The server is failing to start ...