Package com.microstrategy.web.objects
Interface WebIServerSessionProxyFactory.Proxy
-
- Enclosing class:
- WebIServerSessionProxyFactory
public static interface WebIServerSessionProxyFactory.Proxy
This interface is also inherited by allWebIServerSession
objects created byWebIServerSessionProxyFactory
. Such an instance may return information (e.g. about the project or user) that was not used to create the underlying session ID.- Since:
- MicroStrategy Web 9.0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebIServerSession
getUnderlyingSession()
boolean
hasProxyUser()
-
-
-
Method Detail
-
getUnderlyingSession
WebIServerSession getUnderlyingSession()
-
hasProxyUser
boolean hasProxyUser()
-
-