Uses of Class
org.projectnessie.server.authz.CelAccessChecker.AuthorizationRuleType
-
Packages that use CelAccessChecker.AuthorizationRuleType Package Description org.projectnessie.server.authz -
-
Uses of CelAccessChecker.AuthorizationRuleType in org.projectnessie.server.authz
Methods in org.projectnessie.server.authz that return CelAccessChecker.AuthorizationRuleType Modifier and Type Method Description static CelAccessChecker.AuthorizationRuleTypeCelAccessChecker.AuthorizationRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static CelAccessChecker.AuthorizationRuleType[]CelAccessChecker.AuthorizationRuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-