Package com.composum.sling.core.service
Class ServiceRestrictions.Restriction
- java.lang.Object
-
- com.composum.sling.core.service.ServiceRestrictions.Restriction
-
- Enclosing interface:
- ServiceRestrictions
public static class ServiceRestrictions.Restriction extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ServiceRestrictions.Permission
permission
String
restrictions
static String
SEPARATOR
-
Constructor Summary
Constructors Constructor Description Restriction()
Restriction(@NotNull String rule)
-
-
-
Field Detail
-
SEPARATOR
public static final String SEPARATOR
- See Also:
- Constant Field Values
-
permission
public final ServiceRestrictions.Permission permission
-
restrictions
public final String restrictions
-
-
Constructor Detail
-
Restriction
public Restriction(@NotNull @NotNull String rule)
-
Restriction
public Restriction()
-
-