1. Changes in JaasAuthenticationProvider since 3.0.0.RELEASE forum.springsource.orgHi, 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.orgproblem about JaasAuthenticationProvider I made the configuration as the reference told. |
3. extending JaasAuthenticationProvider forum.springsource.orgextending 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.orgAuthorityGranter 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 ... |