Package org.projectnessie.services.authz
Interface Authorizer
public interface Authorizer
Authorizers are used to bulk-check permissions.
Authorizers produce BatchAccessChecker instances, which collect all access checks
required for a certain version store operation and perform all access checks in a batch.
-
Method Summary
Modifier and TypeMethodDescriptionstartAccessCheck(AccessContext context) Start an access-check batch/bulk operation.
-
Method Details
-
startAccessCheck
Start an access-check batch/bulk operation.- Parameters:
context- The context carrying the principal information.- Returns:
- access checker
-