Package org.jivesoftware.openfire.fast
Class FastTokenLifecycle
java.lang.Object
org.jivesoftware.openfire.container.BasicModule
org.jivesoftware.openfire.fast.FastTokenLifecycle
- All Implemented Interfaces:
Module
Owns periodic and account-lifecycle cleanup of persisted FAST credentials.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jivesoftware.openfire.container.BasicModule
destroy, getName, initialize
-
Field Details
-
CLEANUP_INTERVAL
-
-
Constructor Details
-
FastTokenLifecycle
public FastTokenLifecycle()
-
-
Method Details
-
start
public void start()Description copied from class:BasicModuleStarts the basic module.
Inheriting classes that choose to override this method MUST call this start() method before accessing BasicModule resources.
- Specified by:
startin interfaceModule- Overrides:
startin classBasicModule
-
stop
public void stop()Description copied from class:BasicModuleStops the basic module.
Inheriting classes that choose to override this method MUST call this stop() method before accessing BasicModule resources.
- Specified by:
stopin interfaceModule- Overrides:
stopin classBasicModule
-