Uses of Class
com.composum.sling.core.service.ServiceRestrictions.Key
-
Packages that use ServiceRestrictions.Key Package Description com.composum.sling.core com.composum.sling.core.service com.composum.sling.core.service.impl com.composum.sling.core.servlet -
-
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()
-