Uses of Annotation Interface
com.peterphi.std.guice.web.rest.scoping.SessionScoped
Package
Description
-
Uses of SessionScoped in com.peterphi.std.guice.web.rest.auth.oauth2
Modifier and TypeClassDescriptionclass
Holds the OAuth2 callback information for this session; will start unpopulated (seeOAuth2SessionRef.isValid()
) and then be populated once the OAuth2 callback completes.class
-
Uses of SessionScoped in com.peterphi.std.guice.web.rest.auth.userprovider
Modifier and TypeMethodDescriptionWebappAuthenticationModule.getCurrentUser
(com.google.inject.Injector injector, javax.servlet.http.HttpServletRequest request) -
Uses of SessionScoped in com.peterphi.std.guice.web.rest.service.caches
-
Uses of SessionScoped in com.peterphi.usermanager.guice.authentication
Modifier and TypeMethodDescriptionUserLoginModule.getLogin
(CurrentUser user) Auto-cast the user manager's CurrentUser to a UserLogin -
Uses of SessionScoped in com.peterphi.usermanager.guice.token
-
Uses of SessionScoped in com.peterphi.usermanager.ui.impl