Uses of Class
io.undertow.servlet.api.AuthMethodConfig
-
Packages that use AuthMethodConfig Package Description io.undertow.servlet.api -
-
Uses of AuthMethodConfig in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return AuthMethodConfig Modifier and Type Method Description AuthMethodConfig
AuthMethodConfig. clone()
Methods in io.undertow.servlet.api that return types with arguments of type AuthMethodConfig Modifier and Type Method Description java.util.List<AuthMethodConfig>
LoginConfig. getAuthMethods()
Methods in io.undertow.servlet.api with parameters of type AuthMethodConfig Modifier and Type Method Description LoginConfig
LoginConfig. addFirstAuthMethod(AuthMethodConfig authMethodConfig)
LoginConfig
LoginConfig. addLastAuthMethod(AuthMethodConfig authMethodConfig)
-