bdelacretaz commented on a change in pull request #2:
URL:
https://github.com/apache/sling-org-apache-sling-serviceusermapper/pull/2#discussion_r566140137
##########
File path:
src/main/java/org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java
##########
@@ -85,7 +87,13 @@
"default mapping is applied which uses the service user
\"serviceuser--\" + bundleId + [\"--\" + subServiceName]")
boolean user_enable_default_mapping() default true;
+ @AttributeDefinition(name = "Require Validation",
+ description = "Do validators have to be present and validate
the service users?")
Review comment:
To be consistent with the suggested description of "Required Validators"
this might be
> If true, a service user is only valid if all the validators listed in the
'required validators' accept it
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]