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:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSessionAuthenticator
public SimpleSessionAuthenticator()
- Supported API: true
SimpleSessionAuthenticator
public SimpleSessionAuthenticator(String session_id)
- Supported API: true