Class WebIniSecurityManagerFactory

    • Constructor Detail

      • WebIniSecurityManagerFactory

        public WebIniSecurityManagerFactory()
        Creates a new WebIniSecurityManagerFactory instance which will construct web-capable SecurityManager instances.
      • WebIniSecurityManagerFactory

        public WebIniSecurityManagerFactory(Ini config)
        Creates a new WebIniSecurityManagerFactory instance which will construct web-capable SecurityManager instances. Uses the given Ini instance to construct the instance.
        Parameters:
        config - the Ini configuration that will be used to construct new web-capable SecurityManager instances.