Class SecurityConfigHelper

  • All Implemented Interfaces:

    
    public class SecurityConfigHelper
    
                        
    antMatcher("/users/**") matches any path starting with /users
    antMatchers("/users") matches only the exact /users URL
    mvcMatchers("/users") matches /users, /users/, /users.html
    
    Since:

    2020-08-10

    Author:

    trydofor