spring security - What is the User class for? -


i've read information documentation didn't understand when should subclass class or use directly.

also don't understand when it's practice create own userdetails. usually, create userdetailsservice , retrieve userdetails there.

do need add functionality 2 classes isn't there? if yes, that's when need create subclasses them.

usually, create userdetailsservice , retrieve userdetails there.

to me looks you're answering question yourself. not need subclass.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -