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

8 messages Options
Embed this post
Permalink
JIRA jira@apache.org

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

Reply Threaded More More options
Print post
Permalink
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 jira@apache.org

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

Reply Threaded More More options
Print post
Permalink

    [ 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 jira@apache.org

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by JIRA jira@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 jira@apache.org

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by JIRA jira@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 jira@apache.org

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by JIRA jira@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 jira@apache.org

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by JIRA jira@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 jira@apache.org

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by JIRA jira@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 jira@apache.org

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by JIRA jira@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.