Uses of Class
com.composum.sling.core.service.ServiceRestrictions.Permission
-
Packages that use ServiceRestrictions.Permission 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.Permission in com.composum.sling.core
Methods in com.composum.sling.core with parameters of type ServiceRestrictions.Permission Modifier and Type Method Description protected boolean
AbstractSlingBean. 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.Permission
ServiceRestrictions.Restriction. permission
Methods in com.composum.sling.core.service that return ServiceRestrictions.Permission Modifier and Type Method Description ServiceRestrictions.Permission
ServiceRestrictions. getDefaultPermisson()
@NotNull ServiceRestrictions.Permission
ServiceRestrictions. getPermission(@Nullable ServiceRestrictions.Key key)
static ServiceRestrictions.Permission
ServiceRestrictions.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 boolean
ServiceRestrictions. isPermissible(@Nullable org.apache.sling.api.SlingHttpServletRequest request, @Nullable ServiceRestrictions.Key key, @NotNull ServiceRestrictions.Permission needed)
boolean
ServiceRestrictions. isUserOptionAllowed(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull ServiceRestrictions.Permission permission)
boolean
ServiceRestrictions.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.Permission
defaultPermission()
ServiceRestrictions.Permission
ServiceRestrictionsImpl. getDefaultPermisson()
@NotNull ServiceRestrictions.Permission
ServiceRestrictionsImpl. getPermission(@Nullable ServiceRestrictions.Key key)
Methods in com.composum.sling.core.service.impl with parameters of type ServiceRestrictions.Permission Modifier and Type Method Description boolean
ServiceRestrictionsImpl. isPermissible(@Nullable org.apache.sling.api.SlingHttpServletRequest request, @Nullable ServiceRestrictions.Key key, @NotNull ServiceRestrictions.Permission needed)
boolean
ServiceRestrictionsImpl. 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.Permission
AbstractServiceServlet. methodDeletePermission(@NotNull org.apache.sling.api.SlingHttpServletRequest request)
protected ServiceRestrictions.Permission
AbstractServiceServlet. methodGetPermission(@NotNull org.apache.sling.api.SlingHttpServletRequest request)
protected ServiceRestrictions.Permission
AbstractServiceServlet. methodPostPermission(@NotNull org.apache.sling.api.SlingHttpServletRequest request)
protected ServiceRestrictions.Permission
AbstractServiceServlet. methodPutPermission(@NotNull org.apache.sling.api.SlingHttpServletRequest request)
protected ServiceRestrictions.Permission
TranslationServlet. 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 boolean
AbstractServiceServlet. isEnabled(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.SlingHttpServletResponse response, ServiceRestrictions.Permission needed)
-