Uses of Interface
io.quarkus.vertx.http.runtime.security.HttpAuthenticationMechanism
Packages that use HttpAuthenticationMechanism
-
Uses of HttpAuthenticationMechanism in io.quarkus.vertx.http.runtime.security
Classes in io.quarkus.vertx.http.runtime.security that implement HttpAuthenticationMechanismModifier and TypeClassDescriptionclassThe authentication handler responsible for BASIC authentication as described by RFC2617class(package private) static final classfinal classThe authentication handler responsible for mTLS client authentication.Methods in io.quarkus.vertx.http.runtime.security that return HttpAuthenticationMechanismModifier and TypeMethodDescription(package private) HttpAuthenticationMechanism[]HttpSecurityConfiguration.getMechanisms(jakarta.enterprise.inject.Instance<io.quarkus.security.identity.IdentityProvider<?>> providers, boolean inclusiveAuth) Methods in io.quarkus.vertx.http.runtime.security that return types with arguments of type HttpAuthenticationMechanismModifier and TypeMethodDescription(package private) List<HttpAuthenticationMechanism> HttpSecurityImpl.getMechanisms()Methods in io.quarkus.vertx.http.runtime.security with parameters of type HttpAuthenticationMechanismModifier and TypeMethodDescriptionHttpSecurityImpl.mechanism(HttpAuthenticationMechanism mechanism) -
Uses of HttpAuthenticationMechanism in io.quarkus.vertx.http.security
Methods in io.quarkus.vertx.http.security that return HttpAuthenticationMechanismModifier and TypeMethodDescriptionForm.Builder.build()static HttpAuthenticationMechanismBasic.create()Creates a new basic authentication mechanism.static HttpAuthenticationMechanismForm.create()Creates a new Form-based authentication mechanism with a configuration provided in the 'application.properties' file.static HttpAuthenticationMechanismBasic.priority(int priority) Creates a new basic authentication mechanism with givengetPriority().static HttpAuthenticationMechanismCreates a new basic authentication mechanism with given authentication realm.Methods in io.quarkus.vertx.http.security with parameters of type HttpAuthenticationMechanismModifier and TypeMethodDescriptionHttpSecurity.mechanism(HttpAuthenticationMechanism mechanism) Registers givenHttpAuthenticationMechanismin addition to all other global authentication mechanisms.