Package org.mockserver.authentication.authorization
package org.mockserver.authentication.authorization
-
ClassDescriptionCoarse, hierarchical authorization for the control plane ("RBAC by standards conformance"): maps a verified principal's scopes/groups through a configured
value -> rolemapping into the set of grantedControlPlaneRoles, then decides whether those granted roles satisfy the role REQUIRED by an operation.A coarse control-plane authorization role with a strict hierarchy:ADMIN⊇MUTATE⊇READ.