This interface provides access to a session factory. It is used instead of
directly providing a session factory in cases where the session factory may
change. Always get the session factory returned by this interface before
using it! Do not store the session factory internally.
Gets the current session factory to be used for creating session tokens. Do
not store the factory since it may change any time. Only the current
session factory should be used.
Returns:
The current session factory to be used for creating session tokens.