Uses of Class
org.cxbox.core.dto.LoggedUser
-
Packages that use LoggedUser Package Description org.cxbox.core.controller org.cxbox.core.dto org.cxbox.core.util.session org.cxbox.core.util.session.impl -
-
Uses of LoggedUser in org.cxbox.core.controller
Methods in org.cxbox.core.controller that return LoggedUser Modifier and Type Method Description LoggedUserLoginController. get(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String role, org.cxbox.api.util.tz.TimeZoneSpecification timezone, org.cxbox.api.util.locale.LocaleSpecification locale)Authenticate user in the application; actual authentication performed by Spring Security in client app -
Uses of LoggedUser in org.cxbox.core.dto
Methods in org.cxbox.core.dto that return LoggedUser Modifier and Type Method Description LoggedUserLoggedUser.Builder. build() -
Uses of LoggedUser in org.cxbox.core.util.session
Methods in org.cxbox.core.util.session that return LoggedUser Modifier and Type Method Description LoggedUserLoginService. getLoggedUser(String role) -
Uses of LoggedUser in org.cxbox.core.util.session.impl
Methods in org.cxbox.core.util.session.impl that return LoggedUser Modifier and Type Method Description LoggedUserLoginServiceImpl. getLoggedUser(String role)Build info for active session user for specific role
-