-
Oct 21st, 2009, 01:03 PM
#1
Preauthentication : UserDetailsService invoked multiple times?
In the pre-authenticated scenario, assume I want to load a custom UserDetails object from the app database. A UserDetailsService is created for this. Will this UserDetailsService will be invoked every time a request hits the application? Won't it be a performance hit if the UserDetailsService is called every time to load the UserDetails from the database.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules