The @PreAuthorize annotation in Spring Security uses _____ expressions to define access controls.

  • Java
  • SQL
  • SpEL (Spring Expression Language)
  • YAML
The @PreAuthorize annotation in Spring Security uses SpEL (Spring Expression Language) expressions to define access controls. SpEL allows you to write expressive and dynamic access control expressions based on the current authentication context.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *