Class PathMatchingHttpSecurityPolicy

java.lang.Object
io.quarkus.vertx.http.runtime.security.AbstractPathMatchingHttpSecurityPolicy
io.quarkus.vertx.http.runtime.security.PathMatchingHttpSecurityPolicy
All Implemented Interfaces:
HttpSecurityPolicy

@Singleton public class PathMatchingHttpSecurityPolicy extends AbstractPathMatchingHttpSecurityPolicy implements HttpSecurityPolicy
A security policy that allows for matching of other security policies based on paths. This is used for the default path/method based RBAC.