|
@ -8,7 +8,7 @@ import javax.servlet.http.HttpServletRequest;
|
|
|
* Created by chenweida on 2017/12/1.
|
|
|
* 需要权限认证的使用这个接口
|
|
|
*/
|
|
|
public interface RbasService {
|
|
|
public interface IRbasService {
|
|
|
|
|
|
Boolean hasPerssion(HttpServletRequest request, Authentication authentication) ;
|
|
|
}
|