Class ManagementAuthConfig
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.management.ManagementAuthConfig
-
public class ManagementAuthConfig extends Object
Authentication for the management interface.
-
-
Constructor Summary
Constructors Constructor Description ManagementAuthConfig()
-
-
-
Field Detail
-
basic
@ConfigItem public Optional<Boolean> basic
If basic auth should be enabled.
-
proactive
@ConfigItem(defaultValue="true") public boolean proactive
If this is true and credentials are present then a user will always be authenticated before the request progresses. If this is false then an attempt will only be made to authenticate the user if a permission check is performed or the current user is required for some other reason.
-
-