public interface LoginAuthentication
Title: T1开发框架
Description: 登录验证器接口。
Copyright: Copyright (c) 2012
Company: seeyon.com
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String[] |
authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
认证,策略是:
系统框架把登录界面发过来的
HttpServletRequest完整的传递给认证实现类
认证实现类完成自己的逻辑
返回值约定
|
java.lang.String[] authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws LoginAuthenticationException
HttpServletRequest完整的传递给认证实现类request - response - LoginAuthenticationException - 用户将跳转到登录页