java.lang.Object |
↳ |
com.microstrategy.web.objects.WebIServerSessionProxyFactory |
Class Overview
This factory creates WebIServerSession
objects that
have different project or user names from what was used to
create the original session. These proxy instances are useful
in a variety of scenarios that require different project or
user associations, but not have to relogin to the actual project
or user.
The WebIServerSession
instances created via this factory
also implements the WebIServerSessionProxyFactory.Proxy
interface.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
WebIServerSessionProxyFactory
()
Public Methods