Package io.quarkus.vertx.http.runtime
Class FormAuthConfig
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.FormAuthConfig
-
public class FormAuthConfig extends Object
config for the form authentication mechanism
-
-
Field Summary
Fields Modifier and Type Field Description booleanenabledIf form authentication is enabled.StringpostLocationThe post location.
-
Constructor Summary
Constructors Constructor Description FormAuthConfig()
-
-
-
Field Detail
-
enabled
@ConfigItem public boolean enabled
If form authentication is enabled.
-
postLocation
@ConfigItem(defaultValue="/j_security_check") public String postLocation
The post location.
-
-