I have created a simple servlet outside the pentaho folder whose job is the stream an excel to the browser. I have the following structure:
tomcat/webapps/pentaho
tomcat/webapps/createExcel
How can I protect access to this servlet only to pentaho authenticated users?
I read:
http://wiki.pentaho.com/display/Serv...vices+Security
https://help.pentaho.com/Documentati...R0/070/010/00A
but I don't understand how to execute only when valid pentaho user is logged in.
Can you guide me with java code...?