Package com.microstrategy.web.objects
Interface WebIServerSessionProxyFactory.Proxy
- 
- Enclosing class:
 - WebIServerSessionProxyFactory
 
public static interface WebIServerSessionProxyFactory.ProxyThis interface is also inherited by allWebIServerSessionobjects 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 WebIServerSessiongetUnderlyingSession()booleanhasProxyUser() 
 - 
 
- 
- 
Method Detail
- 
getUnderlyingSession
WebIServerSession getUnderlyingSession()
 
- 
hasProxyUser
boolean hasProxyUser()
 
 - 
 
 -