/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.ifish.helper; import javax.servlet.http.HttpServletRequest; /** * * @author Administrator */ public interface SecurityService { public void autologinrequest(String username, String password, HttpServletRequest request); }