Uses of Class
org.apache.catalina.startup.UserConfig
-
Packages that use UserConfig Package Description org.apache.catalina.startup -
-
Uses of UserConfig in org.apache.catalina.startup
Methods in org.apache.catalina.startup that return UserConfig Modifier and Type Method Description UserConfigHomesUserDatabase. getUserConfig()Return the UserConfig listener with which we are associated.UserConfigPasswdUserDatabase. getUserConfig()Return the UserConfig listener with which we are associated.UserConfigUserDatabase. getUserConfig()Return the UserConfig listener with which we are associated.Methods in org.apache.catalina.startup with parameters of type UserConfig Modifier and Type Method Description voidHomesUserDatabase. setUserConfig(UserConfig userConfig)Set the UserConfig listener with which we are associated.voidPasswdUserDatabase. setUserConfig(UserConfig userConfig)Set the UserConfig listener with which we are associated.voidUserDatabase. setUserConfig(UserConfig userConfig)Set the UserConfig listener with which we are associated.
-