cn.dreampie.route.interceptor.security
类 SecurityInterceptor

java.lang.Object
  继承者 cn.dreampie.route.interceptor.security.SecurityInterceptor
所有已实现的接口:
Interceptor

public class SecurityInterceptor
extends Object
implements Interceptor

Created by wangrenhui on 15/1/2.


构造方法摘要
SecurityInterceptor(AuthenticateService authenticateService)
           
SecurityInterceptor(SessionBuilder sessionBuilder)
           
 
方法摘要
 void intercept(RouteInvocation ri)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SecurityInterceptor

public SecurityInterceptor(AuthenticateService authenticateService)

SecurityInterceptor

public SecurityInterceptor(SessionBuilder sessionBuilder)
方法详细信息

intercept

public void intercept(RouteInvocation ri)
指定者:
接口 Interceptor 中的 intercept


Copyright © 2015. All rights reserved.