Uses of Interface
org.apache.catalina.startup.UserDatabase
-
Packages that use UserDatabase Package Description org.apache.catalina.startup -
-
Uses of UserDatabase in org.apache.catalina.startup
Classes in org.apache.catalina.startup that implement UserDatabase Modifier and Type Class Description classHomesUserDatabaseConcrete implementation of the UserDatabase interface considers all directories in a directory whose pathname is specified to our constructor to be "home" directories for those users.classPasswdUserDatabaseConcrete implementation of the UserDatabase interface that processes the/etc/passwdfile on a Unix system.
-