Package wt.session


package wt.session
  • Class
    Description
    An Authenticator implementation based on passing a known session id back and forth to the client.
    A specialized Hashtable for maintaining static context partitioned by user session.
    AutoCloseable implementation for establishing a SessionContext for a clearly delimited scope, restoring the previous SessionContext upon leaving this scope.
    Helper class that p[rovides a convinient way to access the SessionManager functionality.
    Interface containing the methods for setting and retrieving the current principal.


    Supported API: true

    Extendable: false
    Provides access to the methods of the SessionManagerSvr interface.
    A thread class for executing asynchronous server-side operations under a new or existing session context.
    Provides basic information on currently active users.
    A MethodAuthenticator that is used to associate method invocations with previously identified session objects.
    Standard implementation of the SessionManager interface.
    A MethodAuthenticator that is used to associate a \ method context to a transient session within the server.