wt.session
Class SimpleSessionAuthenticator

java.lang.Object
  extended by 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:
Serialized Form

Constructor Summary
SimpleSessionAuthenticator()
          Supported API: true
SimpleSessionAuthenticator(String session_id)
          Supported API: true
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSessionAuthenticator

public SimpleSessionAuthenticator()
Supported API: true


SimpleSessionAuthenticator

public SimpleSessionAuthenticator(String session_id)
Supported API: true