Class PasswdUserDatabase

java.lang.Object
org.apache.catalina.startup.PasswdUserDatabase
All Implemented Interfaces:
UserDatabase

public final class PasswdUserDatabase extends Object implements UserDatabase
Concrete implementation of the UserDatabase interface that processes the /etc/passwd file on a Unix system.
Author:
Craig R. McClanahan