All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.vertx.http.runtime.AuthConfig.jdp Maven / Gradle / Ivy

#
#Wed May 04 11:18:43 CEST 2022
io.quarkus.vertx.http.runtime.AuthConfig.basic=If basic auth should be enabled. If both basic and form auth is enabled then basic auth will be enabled in silent mode.\n\nIf no authentication mechanisms are configured basic auth is the default.
io.quarkus.vertx.http.runtime.AuthConfig.permissions=The HTTP permissions
io.quarkus.vertx.http.runtime.AuthConfig.form=Form Auth config
io.quarkus.vertx.http.runtime.AuthConfig.proactive=If this is true and credentials are present then a user will always be authenticated\nbefore the request progresses.\n\nIf this is false then an attempt will only be made to authenticate the user if a permission\ncheck is performed or the current user is required for some other reason.
io.quarkus.vertx.http.runtime.AuthConfig.realm=The authentication realm
io.quarkus.vertx.http.runtime.AuthConfig.rolePolicy=The HTTP role based policies




© 2015 - 2025 Weber Informatics LLC | Privacy Policy