Class AbstractPathMatchingHttpSecurityPolicy

java.lang.Object
io.quarkus.vertx.http.runtime.security.AbstractPathMatchingHttpSecurityPolicy
Direct Known Subclasses:
ManagementPathMatchingHttpSecurityPolicy, PathMatchingHttpSecurityPolicy

public class AbstractPathMatchingHttpSecurityPolicy extends Object
A security policy that allows for matching of other security policies based on paths.

This is used for the default path/method based RBAC.