Uses of Interface
org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
-
-
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 RestrictionDefinition Modifier and Type Method Description @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 RestrictionDefinition Modifier and Type Method Description @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 RestrictionDefinition Modifier and Type Class Description classRestrictionDefinitionImplDefault implementation of theRestrictionDefinitioninterface.Methods in org.apache.jackrabbit.oak.spi.security.authorization.restriction that return RestrictionDefinition Modifier and Type Method Description @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 RestrictionDefinition Modifier and Type Method Description @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 RestrictionDefinition Constructor Description RestrictionImpl(@NotNull PropertyState property, @NotNull RestrictionDefinition def)Constructor parameters in org.apache.jackrabbit.oak.spi.security.authorization.restriction with type arguments of type RestrictionDefinition Constructor Description AbstractRestrictionProvider(@NotNull Map<String,? extends RestrictionDefinition> definitions)
-