Spring Security LDAP user data caching on local database

Posted by Eduardo on Stack Overflow See other posts from Stack Overflow or by Eduardo
Published on 2010-06-13T09:39:15Z Indexed on 2010/06/13 9:42 UTC
Read the original article Hit count: 183

After asking: http://stackoverflow.com/questions/3009740/ldap-user-data-caching-on-local-database

I want to cache LDAP user data in the application local database to allow fast queries.

How may I cache LDAP user data in the local database using Spring Security.

© Stack Overflow or respective owner

Related posts about authentication

Related posts about caching