Hi all, thanks for Apache Jena. We are using Fuseki Main (embedded) together with a password file that configures Jetty's security settings. We are also using Jena Permissions and a custom SecurityEvaluator and we are wondering how to implement the SecurityEvaluator#getPrincipal() method when using Fuseki Embedded. In the Fuseki as a web application (which uses Shiro for its security), we were able to use Shiro's SecurityUtils.getSubject() method in the getPrincipal() method to retrieve the currently logged in user, but how can we achieve this using Jetty? I'm searching for a static method in Jetty's security that returns the currently logged in user, but until now I've only found ways to get the current user via the HttpRequest. But we do not have access to that within the SecurityEvaluator.
Any ideas? Thanks in advance! Barry This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages.
