Uses of Class
org.glassfish.embeddable.web.config.FormLoginConfig
-
Packages that use FormLoginConfig Package Description org.glassfish.embeddable.web.config Provides classes to configure embedded WebContainer. -
-
Uses of FormLoginConfig in org.glassfish.embeddable.web.config
Methods in org.glassfish.embeddable.web.config that return FormLoginConfig Modifier and Type Method Description FormLoginConfigLoginConfig. getFormLoginConfig()Gets the form login config, or null if the authentication scheme is not form based login.Methods in org.glassfish.embeddable.web.config with parameters of type FormLoginConfig Modifier and Type Method Description voidLoginConfig. setFormLoginConfig(FormLoginConfig flc)Set the form login configuration, if the authentication method is form based authentication
-