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