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
Supported API: true
Extendable: false
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 Summary
ConstructorsConstructorDescriptionSupported API: trueSimpleSessionAuthenticator(String session_id) Supported API: true -
Method Summary
-
Constructor Details
-
SimpleSessionAuthenticator
public SimpleSessionAuthenticator()Supported API: true -
SimpleSessionAuthenticator
Supported API: true
-