Class AuthorizableResource
java.lang.Object
org.apache.sling.api.adapter.SlingAdaptable
org.apache.sling.api.resource.AbstractResource
org.apache.sling.jackrabbit.usermanager.impl.resource.BaseResource
org.apache.sling.jackrabbit.usermanager.impl.resource.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 Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.jackrabbit.api.security.user.Authorizable
protected final SystemUserManagerPaths
Fields inherited from class org.apache.sling.jackrabbit.usermanager.impl.resource.BaseResource
resourceResolver
Fields inherited from interface org.apache.sling.api.resource.Resource
RESOURCE_TYPE_NON_EXISTING
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizableResource
(org.apache.jackrabbit.api.security.user.Authorizable authorizable, org.apache.sling.api.resource.ResourceResolver resourceResolver, String path, SystemUserManagerPaths systemUserManagerPaths) -
Method Summary
Modifier and TypeMethodDescription<T> T
protected String
toResourceType
(org.apache.jackrabbit.api.security.user.Authorizable authorizable) determine the resource type for the authorizable.toString()
Methods inherited from class org.apache.sling.jackrabbit.usermanager.impl.resource.BaseResource
getPath, getResourceMetadata, getResourceResolver, getResourceSuperType
Methods inherited from class org.apache.sling.api.resource.AbstractResource
getChild, getChildren, getName, getParent, getValueMap, hasChildren, isResourceType, listChildren
Methods inherited from class org.apache.sling.api.adapter.SlingAdaptable
setAdapterManager, unsetAdapterManager
-
Field Details
-
authorizable
protected final org.apache.jackrabbit.api.security.user.Authorizable authorizable -
systemUserManagerPaths
-
-
Constructor Details
-
AuthorizableResource
public AuthorizableResource(org.apache.jackrabbit.api.security.user.Authorizable authorizable, org.apache.sling.api.resource.ResourceResolver resourceResolver, String path, SystemUserManagerPaths systemUserManagerPaths)
-
-
Method Details
-
toResourceType
determine the resource type for the authorizable.- Parameters:
authorizable
- the authorizable to consider- Returns:
- the resource type
-
getResourceType
-
adaptTo
- Specified by:
adaptTo
in interfaceorg.apache.sling.api.adapter.Adaptable
- Overrides:
adaptTo
in classorg.apache.sling.api.adapter.SlingAdaptable
-
toString
-