Uses of Interface
org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionPattern
-
Packages that use RestrictionPattern Package Description org.apache.jackrabbit.oak.spi.security.authorization.restriction -
-
Uses of RestrictionPattern in org.apache.jackrabbit.oak.spi.security.authorization.restriction
Classes in org.apache.jackrabbit.oak.spi.security.authorization.restriction that implement RestrictionPattern Modifier and Type Class Description classCompositePatternAggregates of a list ofRestrictionPatterns into a single pattern.Fields in org.apache.jackrabbit.oak.spi.security.authorization.restriction declared as RestrictionPattern Modifier and Type Field Description static 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 RestrictionPattern Modifier and Type Method Description static 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 RestrictionPattern Modifier and Type Method Description static RestrictionPatternCompositePattern. create(@NotNull List<RestrictionPattern> patterns)Constructor parameters in org.apache.jackrabbit.oak.spi.security.authorization.restriction with type arguments of type RestrictionPattern Constructor Description CompositePattern(@NotNull List<RestrictionPattern> patterns)
-