类 RoleSecurityUpdateListener
java.lang.Object
com.iplatform.security.event.RoleSecurityUpdateListener
- 所有已实现的接口:
EventListener,org.springframework.context.ApplicationListener<RoleSecurityChangeEvent>
public class RoleSecurityUpdateListener
extends Object
implements org.springframework.context.ApplicationListener<RoleSecurityChangeEvent>
角色对应权限更新监听器,在角色权限修改后,会触发该事件来响应。
如果不通知重新加载,则角色分过权限后,用户仍然看不到(需要重新启动)
- 作者:
- shikeying
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidsetResourceLoaderProvider(com.walker.web.security.ResourceLoadProvider securityMetaSource) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.context.ApplicationListener
supportsAsyncExecution
-
构造器详细资料
-
RoleSecurityUpdateListener
public RoleSecurityUpdateListener()
-
-
方法详细资料
-
setResourceLoaderProvider
public void setResourceLoaderProvider(com.walker.web.security.ResourceLoadProvider securityMetaSource) -
onApplicationEvent
- 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<RoleSecurityChangeEvent>
-