Class SecurityConfigUpgradeService

  • All Implemented Interfaces:
    ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct

    @Service
    @PerLookup
    public class SecurityConfigUpgradeService
    extends Object
    implements ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct
    Upgrades the configuration to use the default file realm and the login module which handles non-username/password admin authentication.
    Author:
    tjquinn, Masoud Kalali
    • Constructor Detail

      • SecurityConfigUpgradeService

        public SecurityConfigUpgradeService()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct