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
Methods in io.quarkus.vertx.http.runtime that return PolicyMappingConfig.AppliesToModifier and TypeMethodDescriptionPolicyMappingConfig.appliesTo()Whether permission check should be applied on all matching paths, or paths specific for the Jakarta REST resources.Returns 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
Methods in io.quarkus.vertx.http.runtime.security that return PolicyMappingConfig.AppliesToModifier and TypeMethodDescriptiondefault PolicyMappingConfig.AppliesToHttpSecurityConfiguration.HttpPermissionCarrier.getAppliesTo()Constructors in io.quarkus.vertx.http.runtime.security with parameters of type PolicyMappingConfig.AppliesToModifierConstructorDescription(package private)AbstractPathMatchingHttpSecurityPolicy(List<HttpSecurityConfiguration.HttpPermissionCarrier> httpPermissions, Map<String, PolicyConfig> rolePolicy, String rootPath, jakarta.enterprise.inject.Instance<HttpSecurityPolicy> installedPolicies, PolicyMappingConfig.AppliesTo appliesTo)