Uses of Class
overit.geocall.rs.MicroSession
Packages that use MicroSession
Package
Description
-
Uses of MicroSession in overit.geocall.base.auth
Fields in overit.geocall.base.auth with type parameters of type MicroSessionModifier and TypeFieldDescriptionprotected static ExpiringMap<String, MicroSession> OAuthAccessToken.sessionCacheMethods in overit.geocall.base.auth that return MicroSessionModifier and TypeMethodDescriptionprotected MicroSessionOAuthAuthenticator.generate(OAuthAccessToken oAuthAccessToken, String serviceName) OAuthAccessToken.getCachedSession()Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated and should not be used.OAuthAuthenticator.getSession(OAuthAccessToken oauthAccessToken, String serviceName) Methods in overit.geocall.base.auth with parameters of type MicroSessionModifier and TypeMethodDescriptionvoidOAuthAccessToken.resetCachedSession(MicroSession ms) Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated and should not be used. -
Uses of MicroSession in overit.geocall.basic.bl.auth.task
Fields in overit.geocall.basic.bl.auth.task declared as MicroSessionMethods in overit.geocall.basic.bl.auth.task with parameters of type MicroSession -
Uses of MicroSession in overit.geocall.basic.bl.token.task
Methods in overit.geocall.basic.bl.token.task that return MicroSessionModifier and TypeMethodDescriptionprotected MicroSessionBTGenerateToken.refreshOrGenerate(HttpServletRequest request) -
Uses of MicroSession in overit.geocall.rs
Methods in overit.geocall.rs that return MicroSessionModifier and TypeMethodDescriptionstatic MicroSessionRetrieves a MicroSession with the specified ID.static MicroSessionRetrieves a MicroSession with the specified ID.Retrieves a MicroSession from the cache using the given session ID.AccessToken.getCachedSession()Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated and should not be used.static MicroSessionstatic MicroSessionMethods in overit.geocall.rs with parameters of type MicroSessionModifier and TypeMethodDescriptionstatic AccessTokenAccessToken.invalidate(MicroSession session) static AccessTokenAccessToken.issue(MicroSession session) generation of a session referring token lasting as the duration of the session parametervoidMicroSessionCacheService.put(MicroSession microSession) Stores a MicroSession in the cache with an expiration time based on the session latency of the associated Identity.voidMicroSessionCacheService.put(MicroSession microSession, long expiration) Stores a MicroSession in the cache with an expiration time.