com.penglecode.common.web.shiro.service.UrlPermissionService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
commons is a little java tool to make your development easier in your work.
The newest version!
package com.penglecode.common.web.shiro.service;
import java.util.Map;
/**
* 获取系统中定义的全部url=perm配置
*
* @author pengpeng
* @date 2015年1月28日 下午5:20:41
* @version 1.0
*/
public interface UrlPermissionService {
/**
* 获取系统中定义的全部url=perm配置
* @return
*/
public Map getAllUrlPermissions();
}