org.dromara.maxkey.web.component to org.dromara.maxkey.entity

This commit is contained in:
shimingxy
2025-03-11 10:31:12 +08:00
parent 44fce50319
commit 9614b82e0f
5 changed files with 6 additions and 10 deletions

View File

@@ -17,8 +17,6 @@
package org.dromara.maxkey.web.interceptor;
import java.util.concurrent.ConcurrentHashMap;
import org.apache.commons.lang3.StringUtils;
import org.dromara.maxkey.authn.web.AuthorizationUtils;
import org.dromara.maxkey.authz.oauth2.provider.OAuth2Authentication;
@@ -53,8 +51,6 @@ public class RestApiPermissionAdapter implements AsyncHandlerInterceptor {
@Autowired
ProviderManager oauth20ClientAuthenticationManager;
static ConcurrentHashMap<String ,String >navigationsMap=null;
/*
* 请求前处理
* (non-Javadoc)