Package org.projectnessie.services.authz
Class RetriableAccessChecker
java.lang.Object
org.projectnessie.services.authz.RetriableAccessChecker
A utility class for performing access check in contexts where operations may have to be re-tried
due to optimistic locking or similar mechanisms. Each
attempt forms a new
batch of access checks, but they are not re-validated on subsequent attempts unless the new batch
of checks is different from the already validated one. The order of checks matters.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RetriableAccessChecker
-
-
Method Details
-
newAttempt
-