The users and user groups that had permission to access an application/method group pair in V3.x will be assigned to the corresponding role in the V4 configuration.
在 V3.x 中拥有访问一个应用程序/方法组对的权限的用户和用户组在 V4 配置中将被赋予相应的角色。
This means that the FilterChainProxy doFilter() method automatically gets control whenever a user tries to access a JSF page.
这意味着只要用户试图访问 JSF 页面,FilterChainProxy doFilter() 方法就会自动获得控制权。
You need to implement the authenticate(String userID) method to validate the user ID based on the access group.
您需要实现 authenticate(String userID) 方法来根据访问组验证用户 ID。
应用推荐