Package wt.session

Class SimpleSessionAuthenticator

java.lang.Object
wt.session.SimpleSessionAuthenticator
All Implemented Interfaces:
Externalizable, Serializable, MethodAuthenticator

public class SimpleSessionAuthenticator extends Object implements MethodAuthenticator, Externalizable
A MethodAuthenticator that is used to associate method invocations with previously identified session objects. This simple implementation just adds the session id to each call.

Supported API: true
Extendable: false
See Also:
  • Constructor Details

    • SimpleSessionAuthenticator

      public SimpleSessionAuthenticator()
      Supported API: true
    • SimpleSessionAuthenticator

      public SimpleSessionAuthenticator(String session_id)
      Supported API: true