Uses of Annotation Interface
com.peterphi.std.guice.web.rest.scoping.SessionScoped
Packages that use SessionScoped
Package
Description
-
Uses of SessionScoped in com.peterphi.std.guice.web.rest.auth.oauth2
Classes in com.peterphi.std.guice.web.rest.auth.oauth2 with annotations of type SessionScopedModifier 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
Methods in com.peterphi.std.guice.web.rest.auth.userprovider with annotations of type SessionScopedModifier 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
Classes in com.peterphi.std.guice.web.rest.service.caches with annotations of type SessionScoped -
Uses of SessionScoped in com.peterphi.usermanager.guice.authentication
Methods in com.peterphi.usermanager.guice.authentication with annotations of type SessionScopedModifier and TypeMethodDescriptionUserLoginModule.getLogin
(CurrentUser user) Auto-cast the user manager's CurrentUser to a UserLogin -
Uses of SessionScoped in com.peterphi.usermanager.guice.token
Classes in com.peterphi.usermanager.guice.token with annotations of type SessionScoped -
Uses of SessionScoped in com.peterphi.usermanager.ui.impl
Classes in com.peterphi.usermanager.ui.impl with annotations of type SessionScoped