org.pentaho.platform.engine.security
Class SimpleSession

java.lang.Object
  extended by org.pentaho.platform.engine.security.SimpleSession
All Implemented Interfaces:
IPermissionRecipient

public class SimpleSession
extends Object
implements IPermissionRecipient


Constructor Summary
SimpleSession(IPentahoSession session)
           
 
Method Summary
 String getName()
           
 IPentahoSession getSession()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSession

public SimpleSession(IPentahoSession session)
Method Detail

getName

public String getName()
Specified by:
getName in interface IPermissionRecipient

getSession

public IPentahoSession getSession()