class documentation
class UserDB(Protocol): (source)
A database of users by name, like the stdlib pwd module.
See twisted.python.fakepwd for an in-memory implementation.
| Method | getpwnam |
Lookup a user record by name. |
class UserDB(Protocol): (source)
A database of users by name, like the stdlib pwd module.
See twisted.python.fakepwd for an in-memory implementation.
| Method | getpwnam |
Lookup a user record by name. |