Uses of Interface
org.nuxeo.ecm.platform.ui.web.auth.service.LoginProviderLinkComputer
-
-
Uses of LoginProviderLinkComputer in org.nuxeo.ecm.platform.auth.saml
Classes in org.nuxeo.ecm.platform.auth.saml that implement LoginProviderLinkComputer Modifier and Type Class Description class
SAMLAuthenticationProvider
A SAML2 authentication provider. -
Uses of LoginProviderLinkComputer in org.nuxeo.ecm.platform.oauth2.openid
Classes in org.nuxeo.ecm.platform.oauth2.openid that implement LoginProviderLinkComputer Modifier and Type Class Description class
OpenIDConnectProvider
Class that holds info about an OpenID provider, this includes an OAuth Provider as well as urls and icons -
Uses of LoginProviderLinkComputer in org.nuxeo.ecm.platform.ui.web.auth
Methods in org.nuxeo.ecm.platform.ui.web.auth with parameters of type LoginProviderLinkComputer Modifier and Type Method Description static void
LoginScreenHelper. registerLoginProvider(String name, String iconUrl, String link, String label, String description, LoginProviderLinkComputer computer)
Deprecated.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. -
Uses of LoginProviderLinkComputer in org.nuxeo.ecm.platform.ui.web.auth.service
Fields in org.nuxeo.ecm.platform.ui.web.auth.service declared as LoginProviderLinkComputer Modifier and Type Field Description protected LoginProviderLinkComputer
LoginProviderLink. urlComputer
Fields in org.nuxeo.ecm.platform.ui.web.auth.service with type parameters of type LoginProviderLinkComputer Modifier and Type Field Description protected Class<LoginProviderLinkComputer>
LoginProviderLink. urlComputerClass
Methods in org.nuxeo.ecm.platform.ui.web.auth.service with parameters of type LoginProviderLinkComputer Modifier and Type Method Description void
LoginScreenConfig. registerLoginProvider(String name, String iconUrl, String link, String label, String description, LoginProviderLinkComputer computer)
Deprecated.since 10.10, useLoginScreenConfig(LoginProviderLink)
insteadConstructors in org.nuxeo.ecm.platform.ui.web.auth.service with parameters of type LoginProviderLinkComputer Constructor Description LoginProviderLink(String name, String iconPath, String link, String label, String description, LoginProviderLinkComputer urlComputer)
-