Class FastTokenLifecycle

java.lang.Object
org.jivesoftware.openfire.container.BasicModule
org.jivesoftware.openfire.fast.FastTokenLifecycle
All Implemented Interfaces:
Module

public class FastTokenLifecycle extends BasicModule
Owns periodic and account-lifecycle cleanup of persisted FAST credentials.
  • Field Details

  • Constructor Details

    • FastTokenLifecycle

      public FastTokenLifecycle()
  • Method Details

    • start

      public void start()
      Description copied from class: BasicModule

      Starts the basic module.

      Inheriting classes that choose to override this method MUST call this start() method before accessing BasicModule resources.

      Specified by:
      start in interface Module
      Overrides:
      start in class BasicModule
    • stop

      public void stop()
      Description copied from class: BasicModule

      Stops the basic module.

      Inheriting classes that choose to override this method MUST call this stop() method before accessing BasicModule resources.

      Specified by:
      stop in interface Module
      Overrides:
      stop in class BasicModule