Class AuthorizableResource

  • All Implemented Interfaces:
    org.apache.sling.api.adapter.Adaptable, org.apache.sling.api.resource.Resource
    Direct Known Subclasses:
    NestedAuthorizableResource

    @Adaptable(adaptableClass=org.apache.sling.api.resource.Resource.class,adapters={@Adapter({java.util.Map.class,org.apache.sling.api.resource.ValueMap.class,org.apache.jackrabbit.api.security.user.Authorizable.class}),@Adapter(condition="If the resource is an AuthorizableResource and represents a JCR User",value=org.apache.jackrabbit.api.security.user.User.class),@Adapter(condition="If the resource is an AuthorizableResource and represents a JCR Group",value=org.apache.jackrabbit.api.security.user.Group.class)})
    public class AuthorizableResource
    extends BaseResource
    Resource implementation for Authorizable
    • Field Detail

      • authorizable

        protected final org.apache.jackrabbit.api.security.user.Authorizable authorizable
    • Constructor Detail

      • AuthorizableResource

        public AuthorizableResource​(org.apache.jackrabbit.api.security.user.Authorizable authorizable,
                                    org.apache.sling.api.resource.ResourceResolver resourceResolver,
                                    String path,
                                    SystemUserManagerPaths systemUserManagerPaths)
    • Method Detail

      • toResourceType

        protected String toResourceType​(org.apache.jackrabbit.api.security.user.Authorizable authorizable)
        determine the resource type for the authorizable.
        Parameters:
        authorizable - the authorizable to consider
        Returns:
        the resource type
      • getResourceType

        public String getResourceType()
      • adaptTo

        public <T> T adaptTo​(Class<T> type)
        Specified by:
        adaptTo in interface org.apache.sling.api.adapter.Adaptable
        Overrides:
        adaptTo in class org.apache.sling.api.adapter.SlingAdaptable