Uses of Interface
io.datarouter.auth.session.SessionBasedUser
Packages that use SessionBasedUser
Package
Description
-
Uses of SessionBasedUser in io.datarouter.auth.service
Methods in io.datarouter.auth.service that return types with arguments of type SessionBasedUserModifier and TypeMethodDescriptionOptional<? extends SessionBasedUser> UserInfo.findUserById(Long id, boolean allowCached) Optional<? extends SessionBasedUser> UserInfo.findUserByToken(String token, boolean allowCached) Optional<? extends SessionBasedUser> UserInfo.findUserByUsername(String username, boolean allowCached) io.datarouter.scanner.Scanner<? extends SessionBasedUser> UserInfo.scanAllUsers(boolean enabledOnly, Set<Role> includedRoles) Methods in io.datarouter.auth.service with parameters of type SessionBasedUserModifier and TypeMethodDescriptionDatarouterAccountUserService.findAccountNamesForUser(SessionBasedUser user) -
Uses of SessionBasedUser in io.datarouter.auth.session
Methods in io.datarouter.auth.session that return SessionBasedUserModifier and TypeMethodDescriptionDatarouterUserSessionService.createAuthorizedUser(String username, String description) UserSessionService.createAuthorizedUser(String username, String description) UserSessionService.NoOpUserSessionService.createAuthorizedUser(String username, String description) -
Uses of SessionBasedUser in io.datarouter.auth.storage.user.datarouteruser
Classes in io.datarouter.auth.storage.user.datarouteruser that implement SessionBasedUser