Uses of Interface
org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionPattern
Packages that use RestrictionPattern
-
Uses of RestrictionPattern in org.apache.jackrabbit.oak.spi.security.authorization.restriction
Classes in org.apache.jackrabbit.oak.spi.security.authorization.restriction that implement RestrictionPatternModifier and TypeClassDescriptionfinal classAggregates of a list ofRestrictionPatterns into a single pattern.Fields in org.apache.jackrabbit.oak.spi.security.authorization.restriction declared as RestrictionPatternModifier and TypeFieldDescriptionstatic final RestrictionPatternRestrictionPattern.EMPTYDefault implementation of theRestrictionPatternthat always returnstrueand thus matches all items or paths.Methods in org.apache.jackrabbit.oak.spi.security.authorization.restriction that return RestrictionPatternModifier and TypeMethodDescriptionstatic RestrictionPatternCompositePattern.create(@NotNull List<RestrictionPattern> patterns) @NotNull RestrictionPatternCompositeRestrictionProvider.getPattern(@Nullable String oakPath, @NotNull Set<Restriction> restrictions) @NotNull RestrictionPatternCompositeRestrictionProvider.getPattern(@Nullable String oakPath, @NotNull org.apache.jackrabbit.oak.api.Tree tree) @NotNull RestrictionPatternRestrictionProvider.getPattern(@Nullable String oakPath, @NotNull Set<Restriction> restrictions) Creates theRestrictionPatternfor the specified restrictions.@NotNull RestrictionPatternRestrictionProvider.getPattern(@Nullable String oakPath, @NotNull org.apache.jackrabbit.oak.api.Tree tree) Creates theRestrictionPatternfor the restriction information stored with specified tree.Method parameters in org.apache.jackrabbit.oak.spi.security.authorization.restriction with type arguments of type RestrictionPatternModifier and TypeMethodDescriptionstatic RestrictionPatternCompositePattern.create(@NotNull List<RestrictionPattern> patterns) Constructor parameters in org.apache.jackrabbit.oak.spi.security.authorization.restriction with type arguments of type RestrictionPattern