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 LoginConfigServlets.loginConfig(String realmName) static LoginConfigServlets.loginConfig(String mechanismName, String realmName) static LoginConfigServlets.loginConfig(String realmName, String loginPage, String errorPage) static LoginConfigServlets.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