Uses of Interface
org.apache.jackrabbit.oak.security.authorization.ProviderCtx
-
-
Uses of ProviderCtx in org.apache.jackrabbit.oak.security.authorization
Classes in org.apache.jackrabbit.oak.security.authorization that implement ProviderCtx Modifier and Type Class Description class
AuthorizationConfigurationImpl
Default implementation of theAccessControlConfiguration
. -
Uses of ProviderCtx in org.apache.jackrabbit.oak.security.authorization.accesscontrol
Constructors in org.apache.jackrabbit.oak.security.authorization.accesscontrol with parameters of type ProviderCtx Constructor Description AccessControlValidatorProvider(@NotNull ProviderCtx providerCtx)
-
Uses of ProviderCtx in org.apache.jackrabbit.oak.security.authorization.permission
Constructors in org.apache.jackrabbit.oak.security.authorization.permission with parameters of type ProviderCtx Constructor Description AllPermissionProviderImpl(@NotNull Root root, @NotNull ProviderCtx providerCtx)
MountPermissionProvider(@NotNull Root root, @NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull RestrictionProvider restrictionProvider, @NotNull ConfigurationParameters options, @NotNull Context ctx, @NotNull ProviderCtx providerCtx)
PermissionHook(@NotNull String workspaceName, @NotNull RestrictionProvider restrictionProvider, @NotNull ProviderCtx providerCtx)
PermissionProviderImpl(@NotNull Root root, @NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull RestrictionProvider restrictionProvider, @NotNull ConfigurationParameters options, @NotNull Context ctx, @NotNull ProviderCtx providerCtx)
PermissionValidatorProvider(@NotNull String workspaceName, @NotNull Set<Principal> principals, @NotNull MoveTracker moveTracker, @NotNull ProviderCtx providerCtx)
VersionablePathHook(@NotNull String workspaceName, @NotNull ProviderCtx providerCtx)
-