[ 
https://issues.apache.org/jira/browse/CLEREZZA-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829129#action_12829129
 ] 

Reto Bachmann-Gmür commented on CLEREZZA-100:
---------------------------------------------

not sure why the union with empty SimpleMGraph here:

GraphNode node = new GraphNode(user, new UnionMGraph(
                                                        new SimpleMGraph(), new 
GraphNode(user, systemGraph)
                                                        .getNodeContext()));
wouldn't

GraphNode node = new GraphNode(user,new GraphNode(user, systemGraph)
                                                        .getNodeContext());

be enough?

> User Management: FOAF.name used for identification and other bugs
> -----------------------------------------------------------------
>
>                 Key: CLEREZZA-100
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-100
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Tsuyoshi Ito
>
> FOAF.name is used as property for the loginName, instead a dedicated inverse 
> functional property is to be used. FOAF.name is not unambiguos.
> - UseManagementProvider: the interface contains many undocumented public 
> methods. It is unclear why this interface has been introduced, it seems 
> there's only one impl "UserManager" which as service interface exposes 
> UserManager and not UseManagementProvider. If the interfcae is kept adapt the 
> naming (suggest UserManager and UserManagerImpl).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to