NAME

Factory::NetFactory - Zero Knowledge Network User Factory Class


SYNOPSIS

    use Factory::NetFactory;

    $base = new Factory::NetFactory();


REQUIRES

    Perl5.004+
    Factory::Base
    Domain::Base (Sub-class)
    Server::Base (Sub-class)
    User::Base (Subclass)


EXPORTS

Nothing


DESCRIPTION

This is the factory class for all network NYM classes. The class methods exposed by Factory::NetFactory create specific instances of the various connection classes.

The Factory::NetFactory is a sub-class of Factory::Base.


CONSTRUCTOR

new Factory::NetFactory()

This is the constructor for the Factory::NetFactory object.

Example:

  $factory = new Factory::NetFactory();


METHODS

create_random_valid_netuser ()

Create a randomly generated network user from the currently active Zero Knowledge network.

create_random_bogus_netuser ()

Create a randomly generated network user invalid for the currently active Zero Knowledge network.


CLASS VARIABLES

None Present


SEE ALSO

Factory::Base, User::Net


AUTHOR

Kris Smith <krissmi@zeroknowledge.com> Philippe McLean <phillipem@zeroknowledge.com>


COPYRIGHT

Copyright 2000 Zero Knowledge Systems, Inc. All rights reserved