Uses of Class
org.rapidcontext.core.type.Session
Packages that use Session
Package
Description
Provides top-level application data transforms and security.
Provides the built-in server procedures.
Provides base context API:s.
Provides the storage data types & server-side object initialization.
-
Uses of Session in org.rapidcontext.app.model
Methods in org.rapidcontext.app.model with parameters of type SessionModifier and TypeMethodDescriptionstatic StringAuthHelper.createProcToken(Session session, String appId, String procId) Creates a procedure call token.static RequestContextCreates a new request execution context for an asynchronous request. -
Uses of Session in org.rapidcontext.app.proc
Methods in org.rapidcontext.app.proc with parameters of type Session -
Uses of Session in org.rapidcontext.core.ctx
Methods in org.rapidcontext.core.ctx that return SessionModifier and TypeMethodDescriptionThreadContext.session()Returns the context session if set.ThreadContext.sessionRequired()Returns the context session if set, or creates a new one. -
Uses of Session in org.rapidcontext.core.type
Fields in org.rapidcontext.core.type with type parameters of type SessionModifier and TypeFieldDescriptionstatic ThreadLocal<Session> Session.activeSessionDeprecated, for removal: This API element is subject to removal in a future version.Use ThreadContext.active().session() instead.Methods in org.rapidcontext.core.type that return SessionModifier and TypeMethodDescriptionstatic SessionSearches for a specific session in the storage.Deprecated, for removal: This API element is subject to removal in a future version.Use ThreadContext.sessionRequired() instead.