Uses of Class
org.apache.jackrabbit.oak.spi.commit.MoveTracker
-
-
Uses of MoveTracker in org.apache.jackrabbit.oak.exercise.security.authorization.models.readonly
Methods in org.apache.jackrabbit.oak.exercise.security.authorization.models.readonly with parameters of type MoveTracker Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>ReadOnlyAuthorizationConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of MoveTracker in org.apache.jackrabbit.oak.exercise.security.authorization.models.simplifiedroles
Methods in org.apache.jackrabbit.oak.exercise.security.authorization.models.simplifiedroles with parameters of type MoveTracker Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>ThreeRolesAuthorizationConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of MoveTracker in org.apache.jackrabbit.oak.security.authentication.token
Methods in org.apache.jackrabbit.oak.security.authentication.token with parameters of type MoveTracker Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>TokenConfigurationImpl. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of MoveTracker in org.apache.jackrabbit.oak.security.authorization
Methods in org.apache.jackrabbit.oak.security.authorization with parameters of type MoveTracker Modifier and Type Method Description @NotNull List<ValidatorProvider>AuthorizationConfigurationImpl. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of MoveTracker in org.apache.jackrabbit.oak.security.authorization.permission
Constructors in org.apache.jackrabbit.oak.security.authorization.permission with parameters of type MoveTracker Constructor Description PermissionValidatorProvider(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker, @NotNull ProviderCtx providerCtx) -
Uses of MoveTracker in org.apache.jackrabbit.oak.security.privilege
Methods in org.apache.jackrabbit.oak.security.privilege with parameters of type MoveTracker Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>PrivilegeConfigurationImpl. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of MoveTracker in org.apache.jackrabbit.oak.security.user
Methods in org.apache.jackrabbit.oak.security.user with parameters of type MoveTracker Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>UserConfigurationImpl. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of MoveTracker in org.apache.jackrabbit.oak.spi.security
Methods in org.apache.jackrabbit.oak.spi.security with parameters of type MoveTracker 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 MoveTracker in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal with parameters of type MoveTracker Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>ExternalPrincipalConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of MoveTracker in org.apache.jackrabbit.oak.spi.security.authorization.cug.impl
Methods in org.apache.jackrabbit.oak.spi.security.authorization.cug.impl with parameters of type MoveTracker Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>CugConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker) -
Uses of MoveTracker in org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl
Methods in org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl with parameters of type MoveTracker Modifier and Type Method Description @NotNull List<? extends ValidatorProvider>PrincipalBasedAuthorizationConfiguration. getValidators(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker)
-