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 AuthMethodConfigAuthMethodConfig. clone()Methods in io.undertow.servlet.api that return types with arguments of type AuthMethodConfig Modifier and Type Method Description List<AuthMethodConfig>LoginConfig. getAuthMethods()Methods in io.undertow.servlet.api with parameters of type AuthMethodConfig Modifier and Type Method Description LoginConfigLoginConfig. addFirstAuthMethod(AuthMethodConfig authMethodConfig)LoginConfigLoginConfig. addLastAuthMethod(AuthMethodConfig authMethodConfig)
-