Uses of Class
io.undertow.servlet.api.LoginConfig
Packages that use LoginConfig
-
Uses of LoginConfig in io.undertow.servlet
Methods in io.undertow.servlet that return LoginConfigModifier and TypeMethodDescriptionstatic LoginConfig
Servlets.loginConfig
(String realmName) static LoginConfig
Servlets.loginConfig
(String mechanismName, String realmName) static LoginConfig
Servlets.loginConfig
(String realmName, String loginPage, String errorPage) static LoginConfig
Servlets.loginConfig
(String mechanismName, String realmName, String loginPage, String errorPage) -
Uses of LoginConfig in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return LoginConfigModifier and TypeMethodDescriptionLoginConfig.addFirstAuthMethod
(AuthMethodConfig authMethodConfig) LoginConfig.addFirstAuthMethod
(String authMethodConfig) LoginConfig.addLastAuthMethod
(AuthMethodConfig authMethodConfig) LoginConfig.addLastAuthMethod
(String authMethodConfig) LoginConfig.clone()
DeploymentInfo.getLoginConfig()
Methods in io.undertow.servlet.api with parameters of type LoginConfig