Uses of Class
Module

Uses of Module in
 

Subclasses of Module in
 class GuestLoginModule
          The "guest login" module allows public access to all objects in the module.
 class SystemLoginModule
          A standard module uses the login privileges specified in the module application's users.txt list.
 class TableLoginModule
          The "table login" uses a database table to determine whether login is permitted or not.
 class UsersLoginModule
          This module gets its list of users from the 'users' object, which is assumed to exist.
 

Methods in that return Module
 Module ModuleApplication.getModule(generic x)
           
 Module ModuleApplication.findModule(varchar obj)
          Find the module of an object.
 Module ModuleApplication.getIndexModule()