Package com.slamd.admin

The com.slamd.admin package contains code for the SLAMD administrative interface.

See:
          Description

Class Summary
AccessManager This class provides a mechanism for restricting access to components of the administrative interface.
AdminAccess This class provides a set of methods for providing access control for the administrative user interface.
AdminConfig This class provides a set of methods for providing the interface to the SLAMD server configuration.
AdminDebug This class provides a set of methods for providing debug access to the administrative interface.
AdminJob This class provides a set of methods for providing logic for managing jobs.
AdminJobGroup This class provides a set of methods for providing logic for managing job groups.
AdminServlet This class serves as the single point of entry for the Web-based SLAMD administration interface.
AdminUI This class provides a set of methods for providing the core administrative user interface.
JobPack This class defines methods for dealing with SLAMD job packs.
RequestInfo This class defines a set of variables that are used to hold variables used in the process of handling an individual request in the admin interface.
 

Exception Summary
AccessDeniedException This class defines an exception that may be thrown if a problem occurs while evaluating access control information for the SLAMD administrative interface.
 

Package com.slamd.admin Description

The com.slamd.admin package contains code for the SLAMD administrative interface. In particular, it contains the code responsible for: