Uses of Class
org.nuxeo.ecm.platform.ui.web.auth.service.LoginScreenConfig
Packages that use LoginScreenConfig
-
Uses of LoginScreenConfig in org.nuxeo.ecm.platform.ui.web.auth
Methods in org.nuxeo.ecm.platform.ui.web.auth that return LoginScreenConfigModifier and TypeMethodDescriptionstatic LoginScreenConfig
LoginScreenHelper.getConfig()
static LoginScreenConfig
LoginScreenHelper.registerSingleProviderLoginScreenConfig
(String name, String iconUrl, String link, String label, String description, LoginProviderLinkComputer computer) Registers and returns a login screen configuration including a single login provider described by the given parameters.Methods in org.nuxeo.ecm.platform.ui.web.auth with parameters of type LoginScreenConfigModifier and TypeMethodDescriptionprotected static LoginStartupPage
LoginScreenHelper.getDefaultStartupPage
(LoginScreenConfig config) Returns theLoginStartupPage
contribution with the highest priority ornull
if none is contributed.static void
LoginScreenHelper.unregisterLoginScreenConfig
(LoginScreenConfig config) Unregisters the given login screen configuration. -
Uses of LoginScreenConfig in org.nuxeo.ecm.platform.ui.web.auth.service
Methods in org.nuxeo.ecm.platform.ui.web.auth.service that return LoginScreenConfigMethods in org.nuxeo.ecm.platform.ui.web.auth.service with parameters of type LoginScreenConfigModifier and TypeMethodDescriptionvoid
PluggableAuthenticationService.registerLoginScreenConfig
(LoginScreenConfig config) void
PluggableAuthenticationService.unregisterLoginScreenConfig
(LoginScreenConfig config)