| | |
| | | * @return 登录的结果对象 |
| | | * @throws VciBaseException 登录失败的时候抛出异常 |
| | | */ |
| | | LoginResultBO login(LoginUserDTO userDTO, RequestClientInfo clientInfo) throws PLException; |
| | | LoginResultBO login(LoginUserDTO userDTO, RequestClientInfo clientInfo) throws Exception; |
| | | |
| | | /** |
| | | * 单点登录 |
| | |
| | | * @return 登录的结果对象 |
| | | * @throws VciBaseException 登录失败的时候抛出异常 |
| | | */ |
| | | LoginResultBO singleLogin(LoginUserDTO userDTO, RequestClientInfo clientInfo) throws PLException; |
| | | LoginResultBO singleLogin(LoginUserDTO userDTO, RequestClientInfo clientInfo) throws Exception; |
| | | |
| | | /** |
| | | * 退出系统 |