- Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Closed
Copy link
Description
@EnableGlobalMethodSecurity at
Line 6 in 8964203
To add method-level security to a web application, you can also add javadoc:org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity[format=annotation] with your desired settings. |
was deprecated.
You can activate it in your application by annotating any @configuration class with @EnableMethodSecurity ...
Migrating from @EnableGlobalMethodSecurity:
If you are using @EnableGlobalMethodSecurity, you should migrate to @EnableMethodSecurity.
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update