Class SecurityUpgradeService

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

    @Service
    public class SecurityUpgradeService
    extends Object
    implements ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct
    The only thing that needs to added Extra for SecurityService migration is the addition of the new JACC provider. This would be required when migrating from V2, for V3-Prelude it is already present. The rest of the security related upgrade is handled implicitly by the actions of the upgrade service itself.
    • Constructor Detail

      • SecurityUpgradeService

        public SecurityUpgradeService()
    • Method Detail

      • postConstruct

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

        public boolean requiresSecureAdmin()