Uses of Class
io.datarouter.auth.storage.user.session.DatarouterSession
Packages that use DatarouterSession
Package
Description
-
Uses of DatarouterSession in io.datarouter.auth.authenticate.authenticator
Methods in io.datarouter.auth.authenticate.authenticator that return DatarouterSessionModifier and TypeMethodDescriptionDatarouterAuthenticator.getSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of DatarouterSession in io.datarouter.auth.authenticate.authenticator.impl
Methods in io.datarouter.auth.authenticate.authenticator.impl that return DatarouterSessionModifier and TypeMethodDescriptionDatarouterAnonymousNonPersistentAuthenticator.getSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of DatarouterSession in io.datarouter.auth.storage.user.session
Methods in io.datarouter.auth.storage.user.session that return DatarouterSessionModifier and TypeMethodDescriptionstatic DatarouterSessionDatarouterSession.createAnonymousSession(String userToken) static DatarouterSessionDatarouterSession.createFromUser(DatarouterUser user) BaseDatarouterSessionDao.get(DatarouterSessionKey key) BaseDatarouterSessionDao.NoOpDatarouterSessionDao.get(DatarouterSessionKey key) DatarouterSessionDao.get(DatarouterSessionKey key) static DatarouterSessionDatarouterSession.nullSafe(DatarouterSession in) Methods in io.datarouter.auth.storage.user.session that return types with arguments of type DatarouterSessionModifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<DatarouterSession> BaseDatarouterSessionDao.NoOpDatarouterSessionDao.scan()io.datarouter.scanner.Scanner<DatarouterSession> BaseDatarouterSessionDao.scan()io.datarouter.scanner.Scanner<DatarouterSession> DatarouterSessionDao.scan()Methods in io.datarouter.auth.storage.user.session with parameters of type DatarouterSessionModifier and TypeMethodDescriptionstatic booleanDatarouterSession.equals(DatarouterSession first, DatarouterSession second) List<io.datarouter.model.field.Field<?>> DatarouterSession.DatarouterSessionFielder.getNonKeyFields(DatarouterSession databean) static DatarouterSessionDatarouterSession.nullSafe(DatarouterSession in) voidBaseDatarouterSessionDao.NoOpDatarouterSessionDao.put(DatarouterSession databean) voidBaseDatarouterSessionDao.put(DatarouterSession databean) voidDatarouterSessionDao.put(DatarouterSession databean) Method parameters in io.datarouter.auth.storage.user.session with type arguments of type DatarouterSessionModifier and TypeMethodDescriptionvoidDatarouterSessionDao.putMulti(Collection<DatarouterSession> databeans)