Uses of Interface
org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
Packages that use RestrictionDefinition
-
Uses of RestrictionDefinition in org.apache.jackrabbit.oak.spi.security.authorization.restriction
Classes in org.apache.jackrabbit.oak.spi.security.authorization.restriction that implement RestrictionDefinitionModifier and TypeClassDescriptionclassDefault implementation of theRestrictionDefinitioninterface.Methods in org.apache.jackrabbit.oak.spi.security.authorization.restriction that return RestrictionDefinitionModifier and TypeMethodDescription@NotNull RestrictionDefinitionRestriction.getDefinition()Returns the underlying restriction definition.@NotNull RestrictionDefinitionRestrictionImpl.getDefinition()Methods in org.apache.jackrabbit.oak.spi.security.authorization.restriction that return types with arguments of type RestrictionDefinitionModifier and TypeMethodDescription@NotNull Set<RestrictionDefinition>AbstractRestrictionProvider.getSupportedRestrictions(@Nullable String oakPath) @NotNull Set<RestrictionDefinition>CompositeRestrictionProvider.getSupportedRestrictions(@Nullable String oakPath) @NotNull Set<RestrictionDefinition>RestrictionProvider.getSupportedRestrictions(@Nullable String oakPath) Returns the restriction definitions supported by this provider implementation at the specified path.Constructors in org.apache.jackrabbit.oak.spi.security.authorization.restriction with parameters of type RestrictionDefinitionModifierConstructorDescriptionRestrictionImpl(@NotNull org.apache.jackrabbit.oak.api.PropertyState property, @NotNull RestrictionDefinition def) Constructor parameters in org.apache.jackrabbit.oak.spi.security.authorization.restriction with type arguments of type RestrictionDefinitionModifierConstructorDescriptionAbstractRestrictionProvider(@NotNull Map<String, ? extends RestrictionDefinition> definitions)