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