Uses of Interface
org.apache.jackrabbit.oak.spi.security.authorization.restriction.Restriction
-
Packages that use Restriction Package Description org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol org.apache.jackrabbit.oak.spi.security.authorization.restriction -
-
Uses of Restriction in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
Methods in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol that return types with arguments of type Restriction Modifier and Type Method Description @NotNull Set<Restriction>ACE. getRestrictions()Constructor parameters in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol with type arguments of type Restriction Constructor Description ACE(@Nullable Principal principal, @Nullable PrivilegeBits privilegeBits, boolean isAllow, @Nullable Set<Restriction> restrictions, @NotNull org.apache.jackrabbit.oak.namepath.NamePathMapper namePathMapper)Creates a new access control entry. -
Uses of Restriction in org.apache.jackrabbit.oak.spi.security.authorization.restriction
Classes in org.apache.jackrabbit.oak.spi.security.authorization.restriction that implement Restriction Modifier and Type Class Description classRestrictionImplRestrictionImplMethods in org.apache.jackrabbit.oak.spi.security.authorization.restriction that return Restriction Modifier and Type Method Description @NotNull RestrictionAbstractRestrictionProvider. createRestriction(@Nullable String oakPath, @NotNull String oakName, @NotNull Value value)@NotNull RestrictionAbstractRestrictionProvider. createRestriction(@Nullable String oakPath, @NotNull String oakName, @NotNull Value... values)@NotNull RestrictionCompositeRestrictionProvider. createRestriction(@Nullable String oakPath, @NotNull String oakName, @NotNull Value value)@NotNull RestrictionCompositeRestrictionProvider. createRestriction(@Nullable String oakPath, @NotNull String oakName, @NotNull Value... values)@NotNull RestrictionRestrictionProvider. createRestriction(@Nullable String oakPath, @NotNull String oakName, @NotNull Value value)Creates a new single valued restriction for the specified parameters.@NotNull RestrictionRestrictionProvider. createRestriction(@Nullable String oakPath, @NotNull String oakName, @NotNull Value... values)Creates a new multi valued restriction for the specified parameters.Methods in org.apache.jackrabbit.oak.spi.security.authorization.restriction that return types with arguments of type Restriction Modifier and Type Method Description @NotNull Set<Restriction>AbstractRestrictionProvider. readRestrictions(@Nullable String oakPath, @NotNull org.apache.jackrabbit.oak.api.Tree aceTree)@NotNull Set<Restriction>CompositeRestrictionProvider. readRestrictions(@Nullable String oakPath, @NotNull org.apache.jackrabbit.oak.api.Tree aceTree)@NotNull Set<Restriction>RestrictionProvider. readRestrictions(@Nullable String oakPath, @NotNull org.apache.jackrabbit.oak.api.Tree aceTree)Read the valid restrictions stored in the specified ACE tree.Method parameters in org.apache.jackrabbit.oak.spi.security.authorization.restriction with type arguments of type Restriction Modifier and Type Method Description @NotNull RestrictionPatternCompositeRestrictionProvider. getPattern(@Nullable String oakPath, @NotNull Set<Restriction> restrictions)@NotNull RestrictionPatternRestrictionProvider. getPattern(@Nullable String oakPath, @NotNull Set<Restriction> restrictions)Creates theRestrictionPatternfor the specified restrictions.voidAbstractRestrictionProvider. writeRestrictions(@Nullable String oakPath, @NotNull org.apache.jackrabbit.oak.api.Tree aceTree, @NotNull Set<Restriction> restrictions)voidCompositeRestrictionProvider. writeRestrictions(@Nullable String oakPath, @NotNull org.apache.jackrabbit.oak.api.Tree aceTree, @NotNull Set<Restriction> restrictions)voidRestrictionProvider. writeRestrictions(@Nullable String oakPath, @NotNull org.apache.jackrabbit.oak.api.Tree aceTree, @NotNull Set<Restriction> restrictions)Writes the given restrictions to the specified ACE tree.
-