org.jiucai.appframework.base.plugin
接口 AuthPlugin


public interface AuthPlugin

应用认证接口

作者:
zhaidw

方法摘要
 void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          实现本方法来进行应用之间认证,认证失败抛出异常
 

方法详细信息

execute

void execute(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
             throws AuthException
实现本方法来进行应用之间认证,认证失败抛出异常

参数:
request -
response -
抛出:
AuthException


Copyright © 2013. All Rights Reserved.