All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.penglecode.common.web.shiro.service.UrlPermissionService Maven / Gradle / Ivy

Go to download

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();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy