The Open Anzo Project

Semantic Application Middleware

Ticket #452 (new enhancement)

Opened 3 months ago

Expose user principal via AnzoClient including the user's URI

Reported by: jordi Assigned to: jordi
Priority: minor Milestone: 3.0 milestone2
Component: openanzo-client Version: 3.0
Keywords: Cc:

Description

The API should expose the information about the authenticated user principal via AnzoClient. Most importantly, access to the user's URI should be exposed so that applications can use that to store user-specific preferences.

Adding a method to AnzoClient like:

AnzoPrincipal getUserPrincipal();

As a further step, we could consider actually exposing a method like:

ClientGraph getUserGraph();

which is a quick way to get a graph based on the user's URI with limited access control so tat only the user can read/write to it.

Copyright © 2007 - 2008 OpenAnzo.org