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.Key
AbstractSlingBean. getServiceKey()
Methods in com.composum.sling.core with parameters of type ServiceRestrictions.Key Modifier and Type Method Description protected boolean
AbstractSlingBean. 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.Key
RestrictedService. getServiceKey()
Methods in com.composum.sling.core.service with parameters of type ServiceRestrictions.Key Modifier and Type Method Description @NotNull ServiceRestrictions.Permission
ServiceRestrictions. getPermission(@Nullable ServiceRestrictions.Key key)
@Nullable String
ServiceRestrictions. getRestrictions(@Nullable ServiceRestrictions.Key key)
boolean
ServiceRestrictions. 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.Permission
ServiceRestrictionsImpl. getPermission(@Nullable ServiceRestrictions.Key key)
protected @NotNull ServiceRestrictions.Restriction
ServiceRestrictionsImpl. getRestriction(@NotNull ServiceRestrictions.Key key)
@Nullable String
ServiceRestrictionsImpl. getRestrictions(@Nullable ServiceRestrictions.Key key)
boolean
ServiceRestrictionsImpl. 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.Key
AbstractConsoleServlet. getServiceKey()
ServiceRestrictions.Key
AbstractServiceServlet. getServiceKey()
ServiceRestrictions.Key
CorePermissionsServlet. getServiceKey()
ServiceRestrictions.Key
RestrictionsServlet. getServiceKey()
ServiceRestrictions.Key
SystemServlet. getServiceKey()
ServiceRestrictions.Key
TranslationServlet. getServiceKey()
-