You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2010/11/04 19:03:44 UTC

[jira] Created: (JCR-2804) As isDeclaredMember() method to Group

As isDeclaredMember() method to Group
-------------------------------------

                 Key: JCR-2804
                 URL: https://issues.apache.org/jira/browse/JCR-2804
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-api, jackrabbit-core
    Affects Versions: 2.2.0
            Reporter: Michael Dürig


I suggest to add a method for checking whether an authorizable is a declared member of a group. Currently there is only a method for checking membership (which includes indirect memberships). 



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


[jira] Assigned: (JCR-2804) As isDeclaredMember() method to Group

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

Michael Dürig reassigned JCR-2804:
----------------------------------

    Assignee: Michael Dürig

> As isDeclaredMember() method to Group
> -------------------------------------
>
>                 Key: JCR-2804
>                 URL: https://issues.apache.org/jira/browse/JCR-2804
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-api, jackrabbit-core
>    Affects Versions: 2.2.0
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>
> I suggest to add a method for checking whether an authorizable is a declared member of a group. Currently there is only a method for checking membership (which includes indirect memberships). 

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


[jira] Updated: (JCR-2804) Add isDeclaredMember() method to Group

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

Michael Dürig updated JCR-2804:
-------------------------------

    Summary: Add isDeclaredMember() method to Group  (was: As isDeclaredMember() method to Group)

> Add isDeclaredMember() method to Group
> --------------------------------------
>
>                 Key: JCR-2804
>                 URL: https://issues.apache.org/jira/browse/JCR-2804
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-api, jackrabbit-core
>    Affects Versions: 2.2.0
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>
> I suggest to add a method for checking whether an authorizable is a declared member of a group. Currently there is only a method for checking membership (which includes indirect memberships). 

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


[jira] Resolved: (JCR-2804) Add isDeclaredMember() method to Group

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

Michael Dürig resolved JCR-2804.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0

Fixed at revision 1031115

> Add isDeclaredMember() method to Group
> --------------------------------------
>
>                 Key: JCR-2804
>                 URL: https://issues.apache.org/jira/browse/JCR-2804
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-api, jackrabbit-core
>    Affects Versions: 2.2.0
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 2.2.0
>
>
> I suggest to add a method for checking whether an authorizable is a declared member of a group. Currently there is only a method for checking membership (which includes indirect memberships). 

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


[jira] Commented: (JCR-2804) Add isDeclaredMember() method to Group

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928289#action_12928289 ] 

Michael Dürig commented on JCR-2804:
------------------------------------

    /**
     * Test whether an {@link Authorizable} is a declared member of this group.
     * @param authorizable  The <code>Authorizable</code> to test.
     * @return  <code>true</code> if the Authorizable to test is a direct member
     * @throws RepositoryException  If an error occurs.
     */
    boolean isDeclaredMember(Authorizable authorizable) throws RepositoryException;


> Add isDeclaredMember() method to Group
> --------------------------------------
>
>                 Key: JCR-2804
>                 URL: https://issues.apache.org/jira/browse/JCR-2804
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-api, jackrabbit-core
>    Affects Versions: 2.2.0
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>
> I suggest to add a method for checking whether an authorizable is a declared member of a group. Currently there is only a method for checking membership (which includes indirect memberships). 

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