Methods in fr.paris.lutece.portal.service.security that throw LoginRedirectException |
LuteceUser |
LuteceAuthentication.login(java.lang.String strUserName,
java.lang.String strUserPassword,
javax.servlet.http.HttpServletRequest request)
Checks the login |
void |
SecurityService.loginUser(javax.servlet.http.HttpServletRequest request,
java.lang.String strUserName,
java.lang.String strPassword)
Checks user's login with the Authentication service. |
LuteceUser |
SecurityService.remoteLoginUser(javax.servlet.http.HttpServletRequest request,
java.lang.String strUserName,
java.lang.String strPassword)
Checks user's login with the Authentication service. |