You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Dominique Pfister (JIRA)" <ji...@apache.org> on 2009/07/09 11:12:15 UTC

[jira] Created: (JCR-2199) Improvements to user management

Improvements to user management
-------------------------------

                 Key: JCR-2199
                 URL: https://issues.apache.org/jira/browse/JCR-2199
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: security
    Affects Versions: 2.0-alpha3
            Reporter: Dominique Pfister




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


[jira] Updated: (JCR-2199) Improvements to user management

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela updated JCR-2199:
------------------------

      Component/s: jackrabbit-core
      Description: 
Container issue for various improvements needed for the user management implementation in jr-core.

Known improvements are:

- extensibility
- current structuring of users/groups in the JCR content doesn't allow for easy finding user/group by ID.
    Fix Version/s: 2.0.0

> Improvements to user management
> -------------------------------
>
>                 Key: JCR-2199
>                 URL: https://issues.apache.org/jira/browse/JCR-2199
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core, security
>    Affects Versions: 2.0-alpha3
>            Reporter: Dominique Pfister
>             Fix For: 2.0.0
>
>
> Container issue for various improvements needed for the user management implementation in jr-core.
> Known improvements are:
> - extensibility
> - current structuring of users/groups in the JCR content doesn't allow for easy finding user/group by ID.

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


[jira] Updated: (JCR-2199) Improvements to user management

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela updated JCR-2199:
------------------------

    Description: 
Container issue for various improvements needed for the user management implementation in jr-core.

Known improvements are:

- extensibility
- current structuring of users/groups in the JCR content doesn't allow for easy finding user/group by ID.
- groupID should be unescaped before being returned by getID

  was:
Container issue for various improvements needed for the user management implementation in jr-core.

Known improvements are:

- extensibility
- current structuring of users/groups in the JCR content doesn't allow for easy finding user/group by ID.


> Improvements to user management
> -------------------------------
>
>                 Key: JCR-2199
>                 URL: https://issues.apache.org/jira/browse/JCR-2199
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core, security
>    Affects Versions: 2.0-alpha3
>            Reporter: Dominique Pfister
>             Fix For: 2.0.0
>
>
> Container issue for various improvements needed for the user management implementation in jr-core.
> Known improvements are:
> - extensibility
> - current structuring of users/groups in the JCR content doesn't allow for easy finding user/group by ID.
> - groupID should be unescaped before being returned by getID

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


[jira] Resolved: (JCR-2199) Improvements to user management

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela resolved JCR-2199.
-------------------------

    Resolution: Fixed

> Improvements to user management
> -------------------------------
>
>                 Key: JCR-2199
>                 URL: https://issues.apache.org/jira/browse/JCR-2199
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core, security
>    Affects Versions: 2.0-alpha3
>            Reporter: Dominique Pfister
>             Fix For: 2.0.0
>
>
> Container issue for various improvements needed for the user management implementation in jr-core.
> Known improvements are:
> - extensibility
> - current structuring of users/groups in the JCR content doesn't allow for easy finding user/group by ID.
> - groupID should be unescaped before being returned by getID

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


[jira] Commented: (JCR-2199) Improvements to user management

Posted by "angela (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731985#action_12731985 ] 

angela commented on JCR-2199:
-----------------------------

Changed structure of user/group content in rev. 794702. The default behavior of the UserManager can be influenced by setting a couple of options in the security configuration.

For minimal backwards compatitibility with pre-2.0 user content the 'compatibleJR16' option must be set to true. In this case UserManager#getAuthorizable(String ID) will try to retrieve authorizables using the noderesolver if not found otherwise.

See UserManagerImpl for further details.

> Improvements to user management
> -------------------------------
>
>                 Key: JCR-2199
>                 URL: https://issues.apache.org/jira/browse/JCR-2199
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core, security
>    Affects Versions: 2.0-alpha3
>            Reporter: Dominique Pfister
>             Fix For: 2.0.0
>
>
> Container issue for various improvements needed for the user management implementation in jr-core.
> Known improvements are:
> - extensibility
> - current structuring of users/groups in the JCR content doesn't allow for easy finding user/group by ID.
> - groupID should be unescaped before being returned by getID

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


[jira] Commented: (JCR-2199) Improvements to user management

Posted by "angela (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731992#action_12731992 ] 

angela commented on JCR-2199:
-----------------------------

in addition:
moved interfaces for repo based principals to the api in rev. 794718 

> Improvements to user management
> -------------------------------
>
>                 Key: JCR-2199
>                 URL: https://issues.apache.org/jira/browse/JCR-2199
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core, security
>    Affects Versions: 2.0-alpha3
>            Reporter: Dominique Pfister
>             Fix For: 2.0.0
>
>
> Container issue for various improvements needed for the user management implementation in jr-core.
> Known improvements are:
> - extensibility
> - current structuring of users/groups in the JCR content doesn't allow for easy finding user/group by ID.
> - groupID should be unescaped before being returned by getID

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


[jira] Commented: (JCR-2199) Improvements to user management

Posted by "Dominique Pfister (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729118#action_12729118 ] 

Dominique Pfister commented on JCR-2199:
----------------------------------------

Allow subclasses of UserManagerImpl/UserImpl for custom implementations, in revision 792467.

> Improvements to user management
> -------------------------------
>
>                 Key: JCR-2199
>                 URL: https://issues.apache.org/jira/browse/JCR-2199
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 2.0-alpha3
>            Reporter: Dominique Pfister
>


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


[jira] Updated: (JCR-2199) Improvements to user management

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela updated JCR-2199:
------------------------

    Assignee: angela

> Improvements to user management
> -------------------------------
>
>                 Key: JCR-2199
>                 URL: https://issues.apache.org/jira/browse/JCR-2199
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core, security
>    Affects Versions: 2.0-alpha3
>            Reporter: Dominique Pfister
>            Assignee: angela
>             Fix For: 2.0.0
>
>
> Container issue for various improvements needed for the user management implementation in jr-core.
> Known improvements are:
> - extensibility
> - current structuring of users/groups in the JCR content doesn't allow for easy finding user/group by ID.
> - groupID should be unescaped before being returned by getID

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