Interface AutoLoginStrategy
-
- All Known Implementing Classes:
DefaultAutoLoginStrategy
public interface AutoLoginStrategyStrategy for automatic login of a user after registration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlogin(java.lang.String username, java.lang.String password, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Login a user
-