Uses of Class
org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
-
-
Uses of ValidatorProvider in org.apache.jackrabbit.oak.composite
Subclasses of ValidatorProvider in org.apache.jackrabbit.oak.composite Modifier and Type Class Description classCrossMountReferenceValidatorProviderValidatorwhich detects references crossing the mount boundariesclassPrivateStoreValidatorProviderValidatorwhich detects change commits to the read only mounts. -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.exercise.security.authorization.models.readonly
Methods in org.apache.jackrabbit.oak.exercise.security.authorization.models.readonly that return types with arguments of type ValidatorProvider Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>ReadOnlyAuthorizationConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.exercise.security.authorization.models.simplifiedroles
Methods in org.apache.jackrabbit.oak.exercise.security.authorization.models.simplifiedroles that return types with arguments of type ValidatorProvider Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>ThreeRolesAuthorizationConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.plugins.commit
Subclasses of ValidatorProvider in org.apache.jackrabbit.oak.plugins.commit Modifier and Type Class Description classConflictValidatorProviderTODO document -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.plugins.index
Method parameters in org.apache.jackrabbit.oak.plugins.index with type arguments of type ValidatorProvider Modifier and Type Method Description voidAsyncIndexUpdate.AsyncUpdateCallback. setValidatorProviders(List<ValidatorProvider> validatorProviders)voidAsyncIndexUpdate. setValidatorProviders(List<ValidatorProvider> validatorProviders) -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.plugins.itemsave
Subclasses of ValidatorProvider in org.apache.jackrabbit.oak.plugins.itemsave Modifier and Type Class Description classItemSaveValidatorProviderThis validator checks that all changes are contained within the subtree rooted at a given path. -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.plugins.name
Subclasses of ValidatorProvider in org.apache.jackrabbit.oak.plugins.name Modifier and Type Class Description classNameValidatorProviderValidator service that checks that all node and property names as well as any name values are syntactically valid and that any namespace prefixes are properly registered. -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.plugins.observation
Subclasses of ValidatorProvider in org.apache.jackrabbit.oak.plugins.observation Modifier and Type Class Description classChangeCollectorProviderA ChangeCollectorProvider can be hooked into Oak thus enabling the collection of ChangeSets of changed items of a commit, which downstream Observers can then use at their convenience. -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.security.authentication.token
Methods in org.apache.jackrabbit.oak.security.authentication.token that return types with arguments of type ValidatorProvider Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>TokenConfigurationImpl. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.security.authorization
Methods in org.apache.jackrabbit.oak.security.authorization that return types with arguments of type ValidatorProvider Modifier and Type Method Description @NotNull List<ValidatorProvider>AuthorizationConfigurationImpl. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.security.authorization.accesscontrol
Subclasses of ValidatorProvider in org.apache.jackrabbit.oak.security.authorization.accesscontrol Modifier and Type Class Description classAccessControlValidatorProviderAccessControlValidatorProvideraimed to provide a root validator that makes sure access control related content modifications (adding, modifying and removing access control policies) are valid according to the constraints defined by this access control implementation. -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.security.authorization.permission
Subclasses of ValidatorProvider in org.apache.jackrabbit.oak.security.authorization.permission Modifier and Type Class Description classPermissionStoreValidatorProviderValidator implementation that asserts that the permission store is read-only.classPermissionValidatorProviderValidatorProviderimplementation for permission evaluation associated with write operations. -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.security.privilege
Methods in org.apache.jackrabbit.oak.security.privilege that return types with arguments of type ValidatorProvider Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>PrivilegeConfigurationImpl. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.security.user
Methods in org.apache.jackrabbit.oak.security.user that return types with arguments of type ValidatorProvider Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>UserConfigurationImpl. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.spi.security
Methods in org.apache.jackrabbit.oak.spi.security that return types with arguments of type ValidatorProvider Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>CompositeConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker)@NotNull List<? extends ValidatorProvider>SecurityConfiguration.Default. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker)@NotNull List<? extends ValidatorProvider>SecurityConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker)Returns the list of validators that need to be executed for the specified workspace name. -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal that return types with arguments of type ValidatorProvider Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>ExternalPrincipalConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.spi.security.authorization.cug.impl
Methods in org.apache.jackrabbit.oak.spi.security.authorization.cug.impl that return types with arguments of type ValidatorProvider Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>CugConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of ValidatorProvider in org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl
Methods in org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl that return types with arguments of type ValidatorProvider Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>PrincipalBasedAuthorizationConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker)
-