User::Base - Zero Knowledge User Base Class
use User::Base;
$base = new User::Base();
Perl5.004+ UserConfig User::Base Domain::Base (Sub-class) Server::Base (Sub-class)
Nothing
This is the base class for all User::
classes. The
User::Base
class implements the methods common to all classes in this hiearchy.
The User::Base does not sub-class any other classes.
This is the constructor for the User::Base object. This object should not
be instatiated directly as it only serves as a parent class for all other User::
classes.
Example:
$base = new User::Base();
Return the type identification code associated with this user object. If TYPE is supplied the it will be set internally by this user object.
Return the name associated with this user object. If NAME is supplied, then it will be set internally by this user object.
Return the usernme associated with this user object. If USER is supplied, then it will be set iternally by this user object.
Return the password associated with this user object. If PASSWORD is supplied, then it will be set internally by this user object.
Return the email address associated with this usewr object. If EMAIL is supplied, then it will be set internally by this user object.
Return the ``quota'' value associated with this user. If NUMBER is supplied, then it will be set internally by this user object. The quota value accessed by this method is not for any specific use and as such may represent any such user specific restriction.
Return the Server::MailServer object associated with this user for transmission of outgoing Internet mail messages. If SERVER is supplied then it will be set internally by this user object. The server object specified here, is user specific and is guaranteed correct for the currently active Zero Knowledge network.
Return the Server::MailServer object associated with this user for reception of incoming Internet mail messages. If SERVER is supplied then it will be set internally by this user object. The server object specified here, is user specific and is guaranteed correct for the currently active Zero Knowledge network.
Return the Server::NewsServer object associated with this user for posting and receipt of Internet news messages. If SERVER is supplied then it will be set internally by this user object. The server object specified here, is user specific and is guaranteed correct for the currently active Zero Knowledge network.
Returns the Domain::Base object for this user object. If DOMAIN is supplied the it will be set internally by this user object. The domain object is guaranteed to be correct for the user on the currently active Zero Knowledge network.
Print the contents of the user object to the default output device (stdout).
None Present
Server::MailServer, Server::NewsServer, Domain::Base
Kris Smith <krissmi@zeroknowledge.com> Philippe McLean <phillipem@zeroknowledge.com>
Copyright 2000 Zero Knowledge Systems, Inc. All rights reserved