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 Detail

      • startAccessCheck

        BatchAccessChecker startAccessCheck​(AccessContext context)
        Start an access-check batch/bulk operation.
        Parameters:
        context - The context carrying the principal information.
        Returns:
        access checker