Uses of Enum Class
org.mockserver.authentication.authorization.ControlPlaneRole
Packages that use ControlPlaneRole
Package
Description
-
Uses of ControlPlaneRole in org.mockserver.authentication.authorization
Methods in org.mockserver.authentication.authorization that return ControlPlaneRoleModifier and TypeMethodDescriptionstatic ControlPlaneRoleParses a role name case-insensitively (read / mutate / admin), tolerating surrounding whitespace.ControlPlaneAuthorizer.requiredRole(boolean isRead) static ControlPlaneRoleReturns the enum constant of this class with the specified name.static ControlPlaneRole[]ControlPlaneRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.authentication.authorization that return types with arguments of type ControlPlaneRoleModifier and TypeMethodDescriptionControlPlaneAuthorizer.grantedRoles(Set<String> verifiedScopes) Maps the principal's verified scopes through the configured mapping into the set of granted roles.Methods in org.mockserver.authentication.authorization with parameters of type ControlPlaneRoleConstructor parameters in org.mockserver.authentication.authorization with type arguments of type ControlPlaneRole -
Uses of ControlPlaneRole in org.mockserver.configuration
Methods in org.mockserver.configuration that return types with arguments of type ControlPlaneRoleModifier and TypeMethodDescriptionConfiguration.controlPlaneScopeMapping()static Map<String,ControlPlaneRole> ConfigurationProperties.controlPlaneScopeMapping()Method parameters in org.mockserver.configuration with type arguments of type ControlPlaneRoleModifier and TypeMethodDescriptionConfiguration.controlPlaneScopeMapping(Map<String, ControlPlaneRole> controlPlaneScopeMapping) Mapping from a verified scope/group value to a coarse control plane role (read, mutate or admin).static voidConfigurationProperties.controlPlaneScopeMapping(Map<String, ControlPlaneRole> controlPlaneScopeMapping) Mapping from a verified scope/group value to a coarse control plane role (read, mutate or admin) -
Uses of ControlPlaneRole in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return types with arguments of type ControlPlaneRoleMethod parameters in org.mockserver.serialization.model with type arguments of type ControlPlaneRoleModifier and TypeMethodDescriptionConfigurationDTO.setControlPlaneScopeMapping(Map<String, ControlPlaneRole> controlPlaneScopeMapping)