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)