Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @Configuration
  2. @EnableGlobalMethodSecurity(prePostEnabled = true)
  3. public class MethodSecurityConfiguration extends GlobalMethodSecurityConfiguration {
  4.  
  5. @Override
  6.  
  7. protected MethodSecurityExpressionHandler createExpressionHandler() {
  8. return new OAuth2MethodSecurityExpressionHandler();
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement