wt.session
Class TransientSessionAuthenticator

java.lang.Object
  extended by wt.session.TransientSessionAuthenticator
All Implemented Interfaces:
MethodAuthenticator

public final class TransientSessionAuthenticator
extends Object
implements MethodAuthenticator

A MethodAuthenticator that is used to associate a \ method context to a transient session within the server.

Supported API: true
Extendable: false


Constructor Summary
TransientSessionAuthenticator(SessionContext session)
          Supported API: true
 
Method Summary
 SessionContext getSession()
          Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientSessionAuthenticator

public TransientSessionAuthenticator(SessionContext session)
Supported API: true

Method Detail

getSession

public SessionContext getSession()
Supported API: true