Package cl.obcom.desktopfx.core
Interface LoginService
public interface LoginService
Login service of the
Desktop
.-
Method Details
-
getId
String getId()Returns the unique identification of the service.- Returns:
- the unique identification of the service.
-
getPlugin
String getPlugin()Returns the plugin name of the service.- Returns:
- the plugin name or
null
if not defined.
-
getMain
String getMain()Returns the main class of the service.- Returns:
- the main class or
null
if not defined.
-
getTitle
String getTitle()Returns the title of the service.- Returns:
- the title or
null
if not defined.
-
getSettings
Settings getSettings()Returns the settings of the service.- Returns:
- the settings of the service.
-