Uses of Class
com.composum.sling.core.service.ServiceRestrictions.Key
-
-
Uses of ServiceRestrictions.Key in com.composum.sling.core
Methods in com.composum.sling.core that return ServiceRestrictions.Key Modifier and Type Method Description ServiceRestrictions.KeyAbstractSlingBean. getServiceKey()Methods in com.composum.sling.core with parameters of type ServiceRestrictions.Key Modifier and Type Method Description protected booleanAbstractSlingBean. isPermissible(ServiceRestrictions.Key key, ServiceRestrictions.Permission permission) -
Uses of ServiceRestrictions.Key in com.composum.sling.core.service
Methods in com.composum.sling.core.service that return ServiceRestrictions.Key Modifier and Type Method Description ServiceRestrictions.KeyRestrictedService. getServiceKey()Methods in com.composum.sling.core.service with parameters of type ServiceRestrictions.Key Modifier and Type Method Description @NotNull ServiceRestrictions.PermissionServiceRestrictions. getPermission(@Nullable ServiceRestrictions.Key key)@Nullable StringServiceRestrictions. getRestrictions(@Nullable ServiceRestrictions.Key key)booleanServiceRestrictions. isPermissible(@Nullable org.apache.sling.api.SlingHttpServletRequest request, @Nullable ServiceRestrictions.Key key, @NotNull ServiceRestrictions.Permission needed) -
Uses of ServiceRestrictions.Key in com.composum.sling.core.service.impl
Methods in com.composum.sling.core.service.impl with parameters of type ServiceRestrictions.Key Modifier and Type Method Description @NotNull ServiceRestrictions.PermissionServiceRestrictionsImpl. getPermission(@Nullable ServiceRestrictions.Key key)protected @NotNull ServiceRestrictions.RestrictionServiceRestrictionsImpl. getRestriction(@NotNull ServiceRestrictions.Key key)@Nullable StringServiceRestrictionsImpl. getRestrictions(@Nullable ServiceRestrictions.Key key)booleanServiceRestrictionsImpl. isPermissible(@Nullable org.apache.sling.api.SlingHttpServletRequest request, @Nullable ServiceRestrictions.Key key, @NotNull ServiceRestrictions.Permission needed) -
Uses of ServiceRestrictions.Key in com.composum.sling.core.servlet
Methods in com.composum.sling.core.servlet that return ServiceRestrictions.Key Modifier and Type Method Description ServiceRestrictions.KeyAbstractConsoleServlet. getServiceKey()ServiceRestrictions.KeyAbstractServiceServlet. getServiceKey()ServiceRestrictions.KeyCorePermissionsServlet. getServiceKey()ServiceRestrictions.KeyRestrictionsServlet. getServiceKey()ServiceRestrictions.KeySystemServlet. getServiceKey()ServiceRestrictions.KeyTranslationServlet. getServiceKey() -
Uses of ServiceRestrictions.Key in com.composum.sling.nodes.console
Fields in com.composum.sling.nodes.console declared as ServiceRestrictions.Key Modifier and Type Field Description protected ServiceRestrictions.KeyCondition.NodesRestrictions. key -
Uses of ServiceRestrictions.Key in com.composum.sling.nodes.servlet
Methods in com.composum.sling.nodes.servlet that return ServiceRestrictions.Key Modifier and Type Method Description ServiceRestrictions.KeyExportQueryJson. getServiceKey()ServiceRestrictions.KeyNodeTypesServlet. getServiceKey()ServiceRestrictions.KeySourceServlet. getServiceKey()ServiceRestrictions.KeySourceUpdateServlet. getServiceKey() -
Uses of ServiceRestrictions.Key in com.composum.sling.nodes.tools
Methods in com.composum.sling.nodes.tools that return ServiceRestrictions.Key Modifier and Type Method Description ServiceRestrictions.KeyOsgiBundlesServlet. getServiceKey()ServiceRestrictions.KeyRuntimeFileServlet. getServiceKey()ServiceRestrictions.KeySettingsServlet. getServiceKey()
-