提交 47b4c004 编写于 作者: zlt2000's avatar zlt2000

删除无用的接口

上级 e0f04d26
package com.central.gateway.service;
import org.springframework.security.core.Authentication;
import javax.servlet.http.HttpServletRequest;
/**
* 请求权限判断service
*
* @author zlt
* @date 2018/10/28
*/
public interface IPermissionService {
/**
* 判断请求是否有权限
*
* @param request HttpServletRequest
* @param authentication 认证信息
* @return 是否有权限
*/
boolean hasPermission(HttpServletRequest request, Authentication authentication);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册