Package io.quarkus.vertx.http.runtime
Interface FormAuthConfig
public interface FormAuthConfig
config for the form authentication mechanism
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()If form authentication is enabled.The post location.
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()If form authentication is enabled. -
postLocation
The post location.
-