Class AuthMigrator
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.migration.auth.AuthMigrator
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class AuthMigrator extends Object implements javax.servlet.ServletContextListener
-
-
Constructor Summary
Constructors Constructor Description AuthMigrator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)voidcontextInitialized(javax.servlet.ServletContextEvent sce)protected voidconvertAuthorizationConfiguration()protected longgetVersion()protected voidinitialize(RDFService content, RDFService configuration)protected voidremoveVersion(long version)protected voidsetVersion(long version)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
initialize
protected void initialize(RDFService content, RDFService configuration)
-
convertAuthorizationConfiguration
protected void convertAuthorizationConfiguration()
-
getVersion
protected long getVersion()
-
removeVersion
protected void removeVersion(long version)
-
setVersion
protected void setVersion(long version)
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
-