@WebServlet(value="/userLogging")
public class UserLoggingServlet
extends org.mycore.frontend.servlets.MCRServlet
| Constructor and Description |
|---|
UserLoggingServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
logout()
performs the logout
|
boolean |
tryLogin(java.lang.String email,
java.lang.String password,
java.lang.Boolean rememberMe)
performs the login and signals, whether login was succesful
|
doGet, doPost, encodeURL, getLayoutService, getProperty, getServletBaseURL, getSession, initpublic boolean tryLogin(java.lang.String email,
java.lang.String password,
java.lang.Boolean rememberMe)
email - the emailpassword - the passwordrememberMe - the remember-me-tokenpublic void logout()