提交 d1711105 编写于 作者: MaxKey单点登录官方's avatar MaxKey单点登录官方

Update RealmAuthenticationProvider.java

上级 5170cb57
......@@ -168,8 +168,8 @@ public class RealmAuthenticationProvider extends AbstractAuthenticationProvider
authentication.setAuthenticated(true);
for(GrantedAuthority grantedAuthority : grantedAuthoritys) {
if(grantedAdministratorsAuthoritys.contains(grantedAuthority)) {
for(GrantedAuthority administratorsAuthority : grantedAdministratorsAuthoritys) {
if(grantedAuthoritys.contains(administratorsAuthority)) {
authentication.setRoleAdministrators(true);
_logger.trace("ROLE ADMINISTRATORS Authentication .");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册