Uses of Enum Class
io.quarkus.vertx.http.runtime.PolicyMappingConfig.AppliesTo
Packages that use PolicyMappingConfig.AppliesTo
-
Uses of PolicyMappingConfig.AppliesTo in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime declared as PolicyMappingConfig.AppliesToModifier and TypeFieldDescriptionPolicyMappingConfig.appliesToWhether permission check should be applied on all matching paths, or paths specific for the Jakarta REST resources.Methods in io.quarkus.vertx.http.runtime that return PolicyMappingConfig.AppliesToModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PolicyMappingConfig.AppliesTo[]PolicyMappingConfig.AppliesTo.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PolicyMappingConfig.AppliesTo in io.quarkus.vertx.http.runtime.security
Constructors in io.quarkus.vertx.http.runtime.security with parameters of type PolicyMappingConfig.AppliesToModifierConstructorDescription(package private)AbstractPathMatchingHttpSecurityPolicy(Map<String, PolicyMappingConfig> permissions, Map<String, PolicyConfig> rolePolicy, String rootPath, jakarta.enterprise.inject.Instance<HttpSecurityPolicy> installedPolicies, PolicyMappingConfig.AppliesTo appliesTo)