Broadcom-VMware
2V0-72.22PSE · Question #47
Which two statements are true regarding Spring Security? (Choose two.)
The correct answer is A. Access control can be configured at the method level. C. Authentication data can be accessed using a variety of different mechanisms, including. The only way to bypass Spring Security completely is to use a WebSecurityCustomizer with the .ignore() method.
Security
Question
Which two statements are true regarding Spring Security? (Choose two.)
Options
- AAccess control can be configured at the method level.
- BA special Java Authentication and Authorization Service (JAAS) policy file needs to be
- CAuthentication data can be accessed using a variety of different mechanisms, including
- DIn the authorization configuration, the usage of permitAll () allows bypassing Spring security
- EIt provides a strict implementation of the Java EE Security specification.
How the community answered
(62 responses)- A73% (45)
- B10% (6)
- D15% (9)
- E3% (2)
Explanation
The only way to bypass Spring Security completely is to use a WebSecurityCustomizer with the .ignore() method.
Topics
#method-level security#access control#authentication mechanisms#permitAll
Community Discussion
No community discussion yet for this question.