SLING-INF.adapters.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.sling.jcr.jackrabbit.usermanager Show documentation
Show all versions of org.apache.sling.jcr.jackrabbit.usermanager Show documentation
Provides ResourceProvider and POST operations for the Jackrabbit
User Manager.
{"org.apache.sling.api.resource.Resource": {
"If the adaptable is a AuthorizableResource.": [
"java.util.Map",
"org.apache.sling.api.resource.ValueMap",
"org.apache.jackrabbit.api.security.user.Authorizable"
],
"If the resource is an AuthorizableResource and represents a JCR User": "org.apache.jackrabbit.api.security.user.User",
"If the resource is an AuthorizableResource and represents a JCR Group": "org.apache.jackrabbit.api.security.user.Group"
}}