Uses of Interface
org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionPattern
-
-
Uses of RestrictionPattern in org.apache.jackrabbit.oak.exercise.security.authorization.restriction
Methods in org.apache.jackrabbit.oak.exercise.security.authorization.restriction that return RestrictionPattern Modifier and Type Method Description @NotNull RestrictionPatternCustomRestrictionProvider. getPattern(@Nullable String oakPath, @NotNull Set<Restriction> restrictions)@NotNull RestrictionPatternCustomRestrictionProvider. getPattern(@Nullable String oakPath, @NotNull Tree tree) -
Uses of RestrictionPattern in org.apache.jackrabbit.oak.security.authorization.restriction
Methods in org.apache.jackrabbit.oak.security.authorization.restriction that return RestrictionPattern Modifier and Type Method Description @NotNull RestrictionPatternPrincipalRestrictionProvider. getPattern(@Nullable String oakPath, @NotNull Set<Restriction> restrictions)@NotNull RestrictionPatternPrincipalRestrictionProvider. getPattern(@Nullable String oakPath, @NotNull Tree tree)@NotNull RestrictionPatternRestrictionProviderImpl. getPattern(@Nullable String oakPath, @NotNull Set<Restriction> restrictions)@NotNull RestrictionPatternRestrictionProviderImpl. getPattern(@Nullable String oakPath, @NotNull Tree tree)@NotNull RestrictionPatternWhiteboardRestrictionProvider. getPattern(@Nullable String oakPath, @NotNull Set<Restriction> restrictions)@NotNull RestrictionPatternWhiteboardRestrictionProvider. getPattern(@Nullable String oakPath, @NotNull Tree tree) -
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 Tree tree)@NotNull RestrictionPatternRestrictionProvider. getPattern(@Nullable String oakPath, @NotNull Set<Restriction> restrictions)Creates theRestrictionPatternfor the specified restrictions.@NotNull RestrictionPatternRestrictionProvider. getPattern(@Nullable String oakPath, @NotNull 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)
-