Class PermissionSetsSmokeTest
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.permissions.PermissionSetsSmokeTest
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class PermissionSetsSmokeTest extends Object implements javax.servlet.ServletContextListener
Load the initial configuration of PermissionSets and Permissions. The UserAccounts model must be created before this runs. The PermissionRegistry must be created before this runs.
-
-
Constructor Summary
Constructors Constructor Description PermissionSetsSmokeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)voidcontextInitialized(javax.servlet.ServletContextEvent sce)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
-