Class AuthMigrator

  • All Implemented Interfaces:
    EventListener, javax.servlet.ServletContextListener

    public class AuthMigrator
    extends Object
    implements javax.servlet.ServletContextListener
    • Field Detail

      • ALL_ROLES

        protected static final Set<String> ALL_ROLES
    • Constructor Detail

      • AuthMigrator

        public AuthMigrator()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(javax.servlet.ServletContextEvent sce)
        Specified by:
        contextInitialized in interface javax.servlet.ServletContextListener
      • 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:
        contextDestroyed in interface javax.servlet.ServletContextListener