Uses of Class
com.composum.sling.core.service.ServiceRestrictions.Permission
-
-
Uses of ServiceRestrictions.Permission in com.composum.sling.core
Methods in com.composum.sling.core with parameters of type ServiceRestrictions.Permission Modifier and Type Method Description protected booleanAbstractSlingBean. isPermissible(ServiceRestrictions.Key key, ServiceRestrictions.Permission permission) -
Uses of ServiceRestrictions.Permission in com.composum.sling.core.service
Fields in com.composum.sling.core.service declared as ServiceRestrictions.Permission Modifier and Type Field Description ServiceRestrictions.PermissionServiceRestrictions.Restriction. permissionMethods in com.composum.sling.core.service that return ServiceRestrictions.Permission Modifier and Type Method Description ServiceRestrictions.PermissionServiceRestrictions. getDefaultPermisson()@NotNull ServiceRestrictions.PermissionServiceRestrictions. getPermission(@Nullable ServiceRestrictions.Key key)static ServiceRestrictions.PermissionServiceRestrictions.Permission. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceRestrictions.Permission[]ServiceRestrictions.Permission. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.composum.sling.core.service with parameters of type ServiceRestrictions.Permission Modifier and Type Method Description booleanServiceRestrictions. isPermissible(@Nullable org.apache.sling.api.SlingHttpServletRequest request, @Nullable ServiceRestrictions.Key key, @NotNull ServiceRestrictions.Permission needed)booleanServiceRestrictions. isUserOptionAllowed(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull ServiceRestrictions.Permission permission)booleanServiceRestrictions.Permission. matches(ServiceRestrictions.Permission required) -
Uses of ServiceRestrictions.Permission in com.composum.sling.core.service.impl
Methods in com.composum.sling.core.service.impl that return ServiceRestrictions.Permission Modifier and Type Method Description ServiceRestrictions.PermissiondefaultPermission()ServiceRestrictions.PermissionServiceRestrictionsImpl. getDefaultPermisson()@NotNull ServiceRestrictions.PermissionServiceRestrictionsImpl. getPermission(@Nullable ServiceRestrictions.Key key)Methods in com.composum.sling.core.service.impl with parameters of type ServiceRestrictions.Permission Modifier and Type Method Description booleanServiceRestrictionsImpl. isPermissible(@Nullable org.apache.sling.api.SlingHttpServletRequest request, @Nullable ServiceRestrictions.Key key, @NotNull ServiceRestrictions.Permission needed)booleanServiceRestrictionsImpl. isUserOptionAllowed(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull ServiceRestrictions.Permission permission) -
Uses of ServiceRestrictions.Permission in com.composum.sling.core.servlet
Methods in com.composum.sling.core.servlet that return ServiceRestrictions.Permission Modifier and Type Method Description protected ServiceRestrictions.PermissionAbstractServiceServlet. methodDeletePermission(@NotNull org.apache.sling.api.SlingHttpServletRequest request)protected ServiceRestrictions.PermissionAbstractServiceServlet. methodGetPermission(@NotNull org.apache.sling.api.SlingHttpServletRequest request)protected ServiceRestrictions.PermissionAbstractServiceServlet. methodPostPermission(@NotNull org.apache.sling.api.SlingHttpServletRequest request)protected ServiceRestrictions.PermissionAbstractServiceServlet. methodPutPermission(@NotNull org.apache.sling.api.SlingHttpServletRequest request)protected ServiceRestrictions.PermissionTranslationServlet. methodPutPermission(@NotNull org.apache.sling.api.SlingHttpServletRequest request)Methods in com.composum.sling.core.servlet with parameters of type ServiceRestrictions.Permission Modifier and Type Method Description protected booleanAbstractServiceServlet. isEnabled(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.SlingHttpServletResponse response, ServiceRestrictions.Permission needed) -
Uses of ServiceRestrictions.Permission in com.composum.sling.nodes.console
Fields in com.composum.sling.nodes.console declared as ServiceRestrictions.Permission Modifier and Type Field Description protected ServiceRestrictions.PermissionCondition.NodesRestrictions. permissionMethods in com.composum.sling.nodes.console that return ServiceRestrictions.Permission Modifier and Type Method Description ServiceRestrictions.PermissionConsolePage. getSystemPermission()ServiceRestrictions.PermissionConsolePage. getUserPermission() -
Uses of ServiceRestrictions.Permission in com.composum.sling.nodes.servlet
Methods in com.composum.sling.nodes.servlet with parameters of type ServiceRestrictions.Permission Modifier and Type Method Description protected booleanServletResourceType. isEnabled(@NotNull org.apache.sling.api.SlingHttpServletRequest request, ServiceRestrictions.Permission needed) -
Uses of ServiceRestrictions.Permission in com.composum.sling.nodes.tools
Methods in com.composum.sling.nodes.tools that return ServiceRestrictions.Permission Modifier and Type Method Description ServiceRestrictions.PermissionRuntimeFileServlet. getPermission()
-