Uses of Interface
com.peterphi.usermanager.guice.authentication.UserLogin
Packages that use UserLogin
-
Uses of UserLogin in com.peterphi.usermanager.guice.authentication
Methods in com.peterphi.usermanager.guice.authentication that return UserLoginModifier and TypeMethodDescriptionUserLoginProvider.ensureLoginOnSession(javax.servlet.http.HttpSession session) Makes sure there is a UserLogin on a session; designed to be called by code unrelated to the regular login logic (the TemplateExceptionRenderer) to make sure there's at least an anonymous login session set up for that templaterUserLoginProvider.get()UserLoginModule.getLogin(CurrentUser user) Auto-cast the user manager's CurrentUser to a UserLogin