You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Eric Norman (Jira)" <ji...@apache.org> on 2021/12/18 05:09:00 UTC

[jira] [Created] (SLING-11023) Support setting jcr:mixinTypes and jcr:primaryType for nested authorizable properties

Eric Norman created SLING-11023:
-----------------------------------

             Summary: Support setting jcr:mixinTypes and jcr:primaryType for nested authorizable properties
                 Key: SLING-11023
                 URL: https://issues.apache.org/jira/browse/SLING-11023
             Project: Sling
          Issue Type: Improvement
            Reporter: Eric Norman
            Assignee: Eric Norman
             Fix For: JCR Jackrabbit User Manager 2.2.18


When creating or updating a user/group it may be necessary to supply the jcr:primaryType and/or jcr:mixinTypes values for one or more of the container nodes to satisfy constraints.

For example:
{code:java}
curl -Fprivate/jcr:mixinTypes=mymix:samplemix  \
     -Fprivate2/jcr:primaryType=my:sample  \
     http://localhost:8080/people/user/testuser1.update.html{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)