Package cn.dreampie.shiro.core.handler

Examples of cn.dreampie.shiro.core.handler.JdbcPermissionAuthzHandler


   *
   * @param url   权限url规则
   * @param value 权限标识
   */
  public static void addJdbcAuthz(String url, String value) {
    authzJdbcMaps.put(url, new JdbcPermissionAuthzHandler(value));
  }
View Full Code Here

TOP

Related Classes of cn.dreampie.shiro.core.handler.JdbcPermissionAuthzHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.