Uses of Record Class
io.quarkus.vertx.http.runtime.security.HttpSecurityConfiguration.AuthenticationMechanisms
Packages that use HttpSecurityConfiguration.AuthenticationMechanisms
-
Uses of HttpSecurityConfiguration.AuthenticationMechanisms in io.quarkus.vertx.http.runtime.security
Methods in io.quarkus.vertx.http.runtime.security that return HttpSecurityConfiguration.AuthenticationMechanismsModifier and TypeMethodDescriptionAbstractPathMatchingHttpSecurityPolicy.HttpMatcher.authMechanisms()Returns the value of theauthMechanismsrecord component.(package private) static HttpSecurityConfiguration.AuthenticationMechanismsUnlike the default constructor, this factory method normalizes given mechanism names.(package private) HttpSecurityConfiguration.AuthenticationMechanismsAbstractPathMatchingHttpSecurityPolicy.getAuthMechanisms(io.vertx.ext.web.RoutingContext routingContext) HttpSecurityConfiguration.HttpPermissionCarrier.getAuthMechanisms()(package private) HttpSecurityConfiguration.AuthenticationMechanismsConstructors in io.quarkus.vertx.http.runtime.security with parameters of type HttpSecurityConfiguration.AuthenticationMechanismsModifierConstructorDescription(package private)HttpMatcher(HttpSecurityConfiguration.AuthenticationMechanisms authMechanisms, Set<String> methods, HttpSecurityPolicy checker) Creates an instance of aHttpMatcherrecord class.