Class EmbeddedSecurityLifeCycle

    • Constructor Detail

      • EmbeddedSecurityLifeCycle

        public EmbeddedSecurityLifeCycle()
    • Method Detail

      • creation

        public void creation​(Server server)
        Description copied from interface: EmbeddedLifecycle
        Notification of embedded server creation
        Specified by:
        creation in interface EmbeddedLifecycle
        Parameters:
        server - the newly created server
      • destruction

        public void destruction​(Server server)
        Description copied from interface: EmbeddedLifecycle
        Notification of embedded server destruction
        Specified by:
        destruction in interface EmbeddedLifecycle
        Parameters:
        server - the stopped embedded server instance