ExamGecko
Question list
Search
Search

Question 43 - 2V0-72.22 discussion

Report
Export

Which two statements are true regarding storing user details in Spring Security? (Choose two.)

A.
With a custom UserDetailsService defined in the ApplicationContext, Spring Boot still creates the default user.
Answers
A.
With a custom UserDetailsService defined in the ApplicationContext, Spring Boot still creates the default user.
B.
Passwords must be hashed and the default hashing algorithm is MD5.
Answers
B.
Passwords must be hashed and the default hashing algorithm is MD5.
C.
User details can be stored in custom storage and retrieve them by implementing the UserDetailsService interface.
Answers
C.
User details can be stored in custom storage and retrieve them by implementing the UserDetailsService interface.
D.
User details can be stored in a database, in LDAP, or in-memory.
Answers
D.
User details can be stored in a database, in LDAP, or in-memory.
E.
The user details includes username and password but not authorities.
Answers
E.
The user details includes username and password but not authorities.
Suggested answer: A, E
asked 16/09/2024
ftere yagoglu
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first