<div dir="ltr">Hi,<div><br></div><div>maybe someone quickly knows this, was looking for it now for 15min, didn't find out how to do it:</div><div><br></div><div>How can I execute an access-policy check and test whether an anonymous user would have the rights for a certain usecase?</div><div><br></div><div>So in my .policy file, I have some usecases that are open for anonymous (world), some usecases are not open. I need to test it:</div><div><br></div><div>  <usecase id="myusecase1"><br>    <world permission="true"/><br>  </usecase><br></div><div>  <usecase id="myusecase2"><br>    <world permission="false"/><br>  </usecase><br></div><div><br></div><div>How would you do that?</div><div><br></div><div>Cheers, Balz</div></div>