VMware vRealize Automation 8.x (2022) — Question 8

Which two statements are true regarding Spring Security? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A is correct because Spring Security allows configuring access control at both the method and URL levels. Option C is also correct as Spring Security supports various authentication mechanisms, including databases and LDAP. Options B, D, and E are incorrect: JAAS is not a requirement for Spring Security, permitAll() does not bypass security but allows unrestricted access, and Spring Security does not strictly adhere to the Java EE Security specification.