Class UndertowConfig.SecurityBuilder
java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.UndertowConfig.SecurityBuilder
- Enclosing class:
UndertowConfig
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationMode(io.undertow.security.api.AuthenticationMode mode) end()mechanism(io.undertow.security.api.AuthenticationMechanism... mechanisms)
-
Method Details
-
constraintDriven
-
proActive
-
authenticationMode
public UndertowConfig.SecurityBuilder authenticationMode(io.undertow.security.api.AuthenticationMode mode) -
mechanism
public UndertowConfig.SecurityBuilder mechanism(io.undertow.security.api.AuthenticationMechanism... mechanisms) -
mechanism
public UndertowConfig.SecurityBuilder mechanism(Iterable<? extends io.undertow.security.api.AuthenticationMechanism> mechanisms) -
basicAuth
-
basicAuth
-
end
-