CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 企业管理(财务/ERP/EIP等)

文件名称:auth

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-01
  • 文件大小:
    15.35mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

基于RBAC的权限管理系统,SSH实现,数据库使用mysql-RBAC-based permission management system, SSH implementation, database using mysql
(系统自动生成,下载前可以参看下载内容)

下载文件列表

auth/.classpath
auth/.mymetadata
auth/.project
auth/.settings/org.eclipse.jdt.core.prefs
auth/config/log4j.xml
auth/config/unprotectedurls.xml
auth/database/dbscript.sql
auth/src/com/auth/application.properties
auth/src/com/auth/Constants.java
auth/src/com/auth/dao/ActionDAO.java
auth/src/com/auth/dao/AuthDAO.java
auth/src/com/auth/dao/DAO.java
auth/src/com/auth/dao/FunctionDAO.java
auth/src/com/auth/dao/hibernate/ActionDAOHibernate.java
auth/src/com/auth/dao/hibernate/AuthDAOHibernate.java
auth/src/com/auth/dao/hibernate/BaseDAOHibernate.java
auth/src/com/auth/dao/hibernate/FunctionDAOHibernate.java
auth/src/com/auth/dao/hibernate/ModuleActionDAOHibernate.java
auth/src/com/auth/dao/hibernate/ModuleDAOHibernate.java
auth/src/com/auth/dao/hibernate/RoleAuthDAOHibernate.java
auth/src/com/auth/dao/hibernate/RoleDAOHibernate.java
auth/src/com/auth/dao/hibernate/StaffDAOHibernate.java
auth/src/com/auth/dao/hibernate/StaffRoleDAOHibernate.java
auth/src/com/auth/dao/hibernate/StudentDAOHibernate.java
auth/src/com/auth/dao/ModuleActionDAO.java
auth/src/com/auth/dao/ModuleDAO.java
auth/src/com/auth/dao/RoleAuthDAO.java
auth/src/com/auth/dao/RoleDAO.java
auth/src/com/auth/dao/StaffDAO.java
auth/src/com/auth/dao/StaffRoleDAO.java
auth/src/com/auth/dao/StudentDAO.java
auth/src/com/auth/model/Action.hbm.xml
auth/src/com/auth/model/Action.java
auth/src/com/auth/model/ActionEx.java
auth/src/com/auth/model/Auth.hbm.xml
auth/src/com/auth/model/Auth.java
auth/src/com/auth/model/Auth.jbx
auth/src/com/auth/model/BaseObject.java
auth/src/com/auth/model/Function.hbm.xml
auth/src/com/auth/model/Function.java
auth/src/com/auth/model/FunctionEx.java
auth/src/com/auth/model/Module.hbm.xml
auth/src/com/auth/model/Module.java
auth/src/com/auth/model/ModuleAction.hbm.xml
auth/src/com/auth/model/ModuleAction.java
auth/src/com/auth/model/ModuleEx.java
auth/src/com/auth/model/Property.java
auth/src/com/auth/model/Property.jbx
auth/src/com/auth/model/Role.hbm.xml
auth/src/com/auth/model/Role.java
auth/src/com/auth/model/RoleAuth.hbm.xml
auth/src/com/auth/model/RoleAuth.java
auth/src/com/auth/model/RoleAuth.jbx
auth/src/com/auth/model/RoleEx.java
auth/src/com/auth/model/Staff.hbm.xml
auth/src/com/auth/model/Staff.java
auth/src/com/auth/model/Staff.jbx
auth/src/com/auth/model/StaffEx.java
auth/src/com/auth/model/StaffRole.hbm.xml
auth/src/com/auth/model/StaffRole.java
auth/src/com/auth/model/Student.hbm.xml
auth/src/com/auth/model/Student.java
auth/src/com/auth/model/Student.jbx
auth/src/com/auth/service/ActionManager.java
auth/src/com/auth/service/AuthManager.java
auth/src/com/auth/service/FunctionManager.java
auth/src/com/auth/service/impl/ActionManagerImpl.java
auth/src/com/auth/service/impl/AuthManagerImpl.java
auth/src/com/auth/service/impl/BaseManager.java
auth/src/com/auth/service/impl/CheckStaffAuthBean.java
auth/src/com/auth/service/impl/FunctionManagerImpl.java
auth/src/com/auth/service/impl/ModuleActionManagerImpl.java
auth/src/com/auth/service/impl/ModuleManagerImpl.java
auth/src/com/auth/service/impl/RoleAuthManagerImpl.java
auth/src/com/auth/service/impl/RoleManagerImpl.java
auth/src/com/auth/service/impl/StaffManagerImpl.java
auth/src/com/auth/service/impl/StaffRoleManagerImpl.java
auth/src/com/auth/service/impl/StudentManagerImpl.java
auth/src/com/auth/service/Manager.java
auth/src/com/auth/service/ModuleActionManager.java
auth/src/com/auth/service/ModuleManager.java
auth/src/com/auth/service/RoleAuthManager.java
auth/src/com/auth/service/RoleManager.java
auth/src/com/auth/service/StaffManager.java
auth/src/com/auth/service/StaffRoleManager.java
auth/src/com/auth/service/StudentManager.java
auth/src/com/auth/util/config/BaseConfig.java
auth/src/com/auth/util/config/ConfigInterface.java
auth/src/com/auth/util/config/ConfigManager.java
auth/src/com/auth/util/exception/AppBusinessException.java
auth/src/com/auth/util/exception/AppDAOException.java
auth/src/com/auth/util/exception/AppException.java
auth/src/com/auth/util/exception/AppSystemException.java
auth/src/com/auth/util/exception/ExceptionConstants.java
auth/src/com/auth/util/log/TimeFileAppender.java
auth/src/com/auth/util/log/TimeSizeRollingFileAppender.java
auth/src/com/auth/util/security/AppUser.java
auth/src/com/auth/util/security/AuthenticationService.java
auth/src/com/auth/util/security/AuthorizationInterceptor.java
auth/src/com/auth/util/security/AuthorizationService.java
auth/src/com/auth/util/security/Interceptor.java
auth/src/com/auth/util/security/LoginInterceptor.java
auth/src/com/auth/util/security/LogoutInterceptor.java
auth/src/com/auth/util/security/plugin/AuthorInterceptorImpl.java
auth/src/com/auth/util/security/plugin/AuthorizationInterceptorImpl.java
auth/src/com/auth/util/security/plugin/LoginInterceptorImpl.java
auth/src/com/auth/util/security/plugin/LogoutInterceptorImpl.java
auth/src/com/auth/util/security/plugin/PluginFactory.java
auth/src/com/auth/util/security/plugin/PluginItem.java
auth/src/com/auth/util/security/PlugIn.java
auth/src/com/auth/util/security/SecurityException.java
auth/src/com/auth/util/security/service/AuthorizationServiceImpl.java
auth/src/com/a

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com