Class SecurityLifecycle

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

    @Service
    @Singleton
    public class SecurityLifecycle
    extends Object
    implements org.glassfish.hk2.api.PostConstruct, org.glassfish.hk2.api.PreDestroy
    This class extends default implementation of ServerLifecycle interface. It provides security initialization and setup for the server.
    Author:
    Shing Wai Chan
    • Constructor Detail

      • SecurityLifecycle

        public SecurityLifecycle()
    • Method Detail

      • onInitialization

        public void onInitialization()
      • postConstruct

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

        public void preDestroy()
        Specified by:
        preDestroy in interface org.glassfish.hk2.api.PreDestroy