Uses of Interface
org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
Packages that use RestrictionDefinition
Package
Description
-
Uses of RestrictionDefinition in org.apache.jackrabbit.oak.exercise.security.authorization.restriction
Methods in org.apache.jackrabbit.oak.exercise.security.authorization.restriction that return types with arguments of type RestrictionDefinitionModifier and TypeMethodDescription@NotNull Set<RestrictionDefinition>
CustomRestrictionProvider.getSupportedRestrictions
(@Nullable String oakPath) -
Uses of RestrictionDefinition in org.apache.jackrabbit.oak.security.authorization.restriction
Methods in org.apache.jackrabbit.oak.security.authorization.restriction that return types with arguments of type RestrictionDefinitionModifier and TypeMethodDescription@NotNull Set<RestrictionDefinition>
PrincipalRestrictionProvider.getSupportedRestrictions
(@Nullable String oakPath) @NotNull Set<RestrictionDefinition>
WhiteboardRestrictionProvider.getSupportedRestrictions
(@Nullable String oakPath) -
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 TypeClassDescriptionclass
Default implementation of theRestrictionDefinition
interface.Methods in org.apache.jackrabbit.oak.spi.security.authorization.restriction that return RestrictionDefinitionModifier and TypeMethodDescription@NotNull RestrictionDefinition
Restriction.getDefinition()
Returns the underlying restriction definition.@NotNull RestrictionDefinition
RestrictionImpl.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 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)